Page 19 of 47 FirstFirst ... 9171819202129 ... LastLast
Results 181 to 190 of 462
  1. #181
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: 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

  2. #182

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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.

    Name:  information.PNG
Views: 185
Size:  3.5 KB

    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.

    Code:
      if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') {
        $information[] = '<a href="' . zen_href_link(FILENAME_UNSUBSCRIBE) . '">' . BOX_INFORMATION_UNSUBSCRIBE . '</a>';
      }
    Thanks,
    Leslie
    I was floating in a peaceful sea...rescued by a sinking ship.

  3. #183

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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
    I was floating in a peaceful sea...rescued by a sinking ship.

  4. #184
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

  5. #185

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    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?

    Quote Originally Posted by picaflor-azul View Post
    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'
    I was floating in a peaceful sea...rescued by a sinking ship.

  6. #186
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default 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

  7. #187
    Join Date
    Aug 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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

  8. #188
    Join Date
    Aug 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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.

  9. #189
    Join Date
    Aug 2011
    Posts
    4
    Plugin Contributions
    0

    Default 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 :)

  10. #190
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by checkoutssm View Post
    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

 

 
Page 19 of 47 FirstFirst ... 9171819202129 ... LastLast

Similar Threads

  1. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg