Zen Cart Logo
Forums / Addon Templates / Alysa Rounded Template Support Thread

Alysa Rounded Template Support Thread

Views: 64,898

Results 181 to 200 of 459
08 Aug 2011, 13:16
#181
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Alysa Rounded Template Support Thread

Hello Anne ,

I hope you are not getting tired of my questions.

Now I'm trying to change the text appearance for the top categories, i have found in the code it is looking for a style named 'category-top' however i cannot find anywhere that this style is defined.

Thanks for your help.
Leslie

If there is not already a selector for what you want to style then you can add it to the stylesheet.

I would recommend searching on google for a good css tutorial and learning at least the basics before attempting to modify a zen cart template.

Thanks,

Anne

08 Aug 2011, 16:36
#182
lunabug avatar

lunabug

New Zenner

Join Date:
Dec 2009
Posts:
94
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

Edit the includes/languages/english/extra_definitions/ashley_pink/footer_menu_defines.php file.

Thanks,

Anne

I had already tried that, when i comment out the code all it does is change the format of the link.

Attachment #9558

In the file includes\modules\sideboxes\alysa_rounded\information.php, there is code that should use the value of the configuration option to show or not show this link. It seems to me to be a bug if the code is not working.

  if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
    $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
  }

Thanks,
Leslie

08 Aug 2011, 16:40
#183
lunabug avatar

lunabug

New Zenner

Join Date:
Dec 2009
Posts:
94
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

If there is not already a selector for what you want to style then you can add it to the stylesheet.

I would recommend searching on google for a good css tutorial and learning at least the basics before attempting to modify a zen cart template.

Thanks,

Anne

Hi Anne,

Again, I see this as a bug; if code references a style, that style needs be defined. If it is not a style that is part of the OOTB template, then it needs to be defined as part of the new template.

I will certainly make the modification needed for my site, but you should consider updating your code to include these definitions.

Thanks,
Leslie

08 Aug 2011, 23:35
#184
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

In the file includes\modules\sideboxes\alysa_rounded\information.php, there is code that should use the value of the configuration option to show or not show this link. It seems to me to be a bug if the code is not working.

There is no bug. That file has absolutely nothing to do with the footer menu. If you want to remove the link from the footer menu, you need to delete also down further in the footer_menu_defines.php file the part where the constant is defined.

You are way off. It has nothing to do with the stylesheet.

Thanks,

Anne

09 Aug 2011, 22:06
#185
lunabug avatar

lunabug

New Zenner

Join Date:
Dec 2009
Posts:
94
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

You are way off. It has nothing to do with the stylesheet.

I'm confused... if it has nothing to do with the stylesheet, why did you suggest I modify the stylesheet?

picaflor-azul:

If there is not already a selector for what you want to style then you can add it to the stylesheet.

I would recommend searching on google for a good css tutorial and learning at least the basics before attempting to modify a zen cart template.

It's a beautiful looking template, it's a shame there are things that should be functional, without modifying/creating code, that are not. I'm just sayin'

10 Aug 2011, 13:50
#186
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

It's a beautiful looking template, it's a shame there are things that should be functional, without modifying/creating code, that are not. I'm just sayin'

You are incorrect. The supposed bug you mention does not exist. You are still seeing text because you have not followed my instructions about deleting the constant from the footer_defines file.

The module creating the footer was not written by me. You should post to that support thread for help with that mod. If you read that thread I am sure that the question of how to remove the newsletter subscribe link has been asked and answered and you will see that there is no problem with the template code or functionality.

Thanks,

Anne

18 Aug 2011, 16:13
#187
checkoutssm avatar

checkoutssm

New Zenner

Join Date:
Aug 2011
Posts:
4
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi Im using
zen cart 1.3.9
Alysa Rounded template
SITE: http://www.sunsetmarine.com/TESTING/CART

MODIFIED TEMPLATE FILES:
tpl_header.php to get my custom header in the right place

Trying to get the
Home |
Contact Us |
Log In |
Shopping Cart - 0 item(s) - $0.00 |
Checkout

on my custom header - no sure at all how to do that.
Please Help! :)
Thanks

19 Aug 2011, 00:34
#188
checkoutssm avatar

checkoutssm

New Zenner

Join Date:
Aug 2011
Posts:
4
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Ok I figured out how to get my graphics situated

I also figured out what color I needed to change in my stylesheet.css.

PROBLEM :

The /includes/templates/alysa_rounded/css/stylesheet.css change from the color #3b1910 to #fff only affected so me of the headings on my navigationbar and side boxes.

What else should I do to make all of the headings change color to white?

http://www.sunsetmarine.com/TESTING/CART/

This is my first Zen Cart site.

19 Aug 2011, 05:46
#189
checkoutssm avatar

checkoutssm

New Zenner

Join Date:
Aug 2011
Posts:
4
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

ok yes - all in the css - I missed some entries on the last pass.

:)

So now I am trying to find some info on how to make my navigation bar the same width as the rest of the template

http://www.sunsetmarine.com/TESTING/CART

Thanks
Mark :)

19 Aug 2011, 15:45
#190
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

checkoutssm:

ok yes - all in the css - I missed some entries on the last pass.

:)

So now I am trying to find some info on how to make my navigation bar the same width as the rest of the template

http://www.sunsetmarine.com/TESTING/CART

Thanks
Mark :)

Edit the stylesheet. Find the #navMainWrapper and adjust the width.

Thanks,

Anne

22 Aug 2011, 06:34
#191
robophung avatar

robophung

New Zenner

Join Date:
Jan 2011
Posts:
66
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

dcputernut:

I followed the instructions for fixing the error described above....but i am still getting these errors in my server logs
File does not exist: thejockeylot.com/includes/templates/alysa_rounded/jscript/jscript_easySlider.js

for every page that is called on my site...how do I remove or change that reference?

I recently faced the same issue. I narrowed the Cpanel error down to a reference to jscript_easyslider.js in the define_main_page.php (found in \includes\languages\english\html_includes[TEMPLATE NAME])

Upon removing that script reference, the cpanel error stopped occurring. It's a completely empty tag reference, and removing it seems to have no ill effects. Apparently not all of picaflor's free templates have this issue, and even the latest revisions of her templates appear to have removed the script reference from define_main_page.php.

But for those of you out there who are using one of the older free templates and encounter these Cpanel errors, try looking for the source of the issue in that file.

22 Aug 2011, 13:54
#192
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

RoboPhung:

I recently faced the same issue. I narrowed the Cpanel error down to a reference to jscript_easyslider.js in the define_main_page.php (found in \includes\languages\english\html_includes[TEMPLATE NAME])

Upon removing that script reference, the cpanel error stopped occurring. It's a completely empty tag reference, and removing it seems to have no ill effects. Apparently not all of picaflor's free templates have this issue, and even the latest revisions of her templates appear to have removed the script reference from define_main_page.php.

But for those of you out there who are using one of the older free templates and encounter these Cpanel errors, try looking for the source of the issue in that file.

This has been fixed in the most recent template package update.

Thanks,

Anne

24 Aug 2011, 15:05
#193
checkoutssm avatar

checkoutssm

New Zenner

Join Date:
Aug 2011
Posts:
4
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

picaflor-azul:

Edit the stylesheet. Find the #navMainWrapper and adjust the width.

Thanks,

Anne

Thanks Anne, Looking good now :)

24 Aug 2011, 15:09
#194
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

checkoutssm:

Thanks Anne, Looking good now :)

That's great!

Thanks,

Anne

27 Aug 2011, 13:15
#195
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

Hi

Thanks for the template and for the new 3 sided layout ..
But could I ask if it is possible to adjust the "Categories" to open up the sub categories as default ..so the category and sub categories are showing permanently

Thanks

27 Aug 2011, 15:00
#196
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

ATSWorld:

Hi

Thanks for the template and for the new 3 sided layout ..
But could I ask if it is possible to adjust the "Categories" to open up the sub categories as default ..so the category and sub categories are showing permanently

Thanks

Yes, check in the free software addons section for a module that will do this.

Thanks,

Anne

27 Aug 2011, 18:10
#197
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I have looked at a few and none seem to be able to do what I need
which 1 are you referring too please
thanks

28 Aug 2011, 12:33
#198
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Alysa Rounded Template Support Thread

I don't remember off the top of my head, but if you do a search for something like "always show sub categories" here on the forum you will find the answer.

Thanks,

Anne

28 Aug 2011, 16:50
#199
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I think you are thinking of category dressing ,I have had a look at it & don't under stand how it works .. I have since found out you can use "document general" when you edit a category after it is made to run as product general ..The only problem with that is that it always reverts back to documents every time I try add items ..would there be a way to over ride "the documents" so it acts like normal with the price ..as in taking coding from product general and over riding "document general"
here is my site with the "Silver Products" is actually made from "documents general" pewterworld.co.uk tbh that is how I really would like it to be

hope this makes sense

Thanks

31 Aug 2011, 22:20
#200
andy_c27 avatar

andy_c27

Zen Follower

Join Date:
Oct 2010
Location:
United Kingdom
Posts:
477
Plugin Contributions:
0

Re: Alysa Rounded Template Support Thread

I'm getting the hang of changing it in documents now and it's working pretty well