Page 32 of 44 FirstFirst ... 22303132333442 ... LastLast
Results 311 to 320 of 437
  1. #311
    Join Date
    Jul 2008
    Location
    Sydney, Australia
    Posts
    121
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi, just a quick question for anyone using this template and can help.

    I want to disable the image slider on the home page and have been told that I can add a display:none; to the #slider in the stylesheet which will hide it, which means nothing to me.

    I was referred to a website which explains about CSS but it doesn't make sense to me so all I want to know is where and how to enter the those few words in the stylesheet.

    This is the section of the stylesheet where it needs to be added:


    $("#slider").easySlider({
    auto: true,
    continuous: true,
    numeric: true

    If anyone can help I would greatly appreciate it.

    Anna
    www.toycrazy.com.au

  2. #312
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by annav View Post
    Hi, just a quick question for anyone using this template and can help.

    I want to disable the image slider on the home page and have been told that I can add a display:none; to the #slider in the stylesheet which will hide it, which means nothing to me.

    I was referred to a website which explains about CSS but it doesn't make sense to me so all I want to know is where and how to enter the those few words in the stylesheet.

    This is the section of the stylesheet where it needs to be added:


    $("#slider").easySlider({
    auto: true,
    continuous: true,
    numeric: true

    If anyone can help I would greatly appreciate it.

    Anna
    www.toycrazy.com.au
    Open your includes/templates/alysa_rounded/css/stylesheet.css file and add this to the end:

    Code:
    #slider{display:none;}
    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  3. #313
    Join Date
    Jun 2010
    Posts
    72
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I've been using this template for a few months now and love it! I was wondering if there was a way to add a Pinterest link to the product display page, so there would be a "pin it" button right along with the Facebook and Twitter buttons?

  4. #314
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by laurelsstitchery View Post
    I've been using this template for a few months now and love it! I was wondering if there was a way to add a Pinterest link to the product display page, so there would be a "pin it" button right along with the Facebook and Twitter buttons?
    There is a module for this. I can't post the link to it here, but if you do a google search for it you will find it ;-)

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  5. #315
    Join Date
    May 2012
    Posts
    294
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    I would like to change the color of the Navigation Bar in the Header and the background color of the sidebox headers such as "Categories." They are currently in a teal shade. I have looked in includes/templates/alysa_rounded/css/stylesheet.css and I was able to change the background color, but that is it.

    I would also like to change the hover color for the sub-categories in the sidebox, and I only was able to change hover color for the Navigation Bar in the Header.

    Could you possibly show me where to look within that stylesheet?

    Thank you!

  6. #316
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by traytray View Post
    I would like to change the color of the Navigation Bar in the Header and the background color of the sidebox headers such as "Categories." They are currently in a teal shade. I have looked in includes/templates/alysa_rounded/css/stylesheet.css and I was able to change the background color, but that is it.

    I would also like to change the hover color for the sub-categories in the sidebox, and I only was able to change hover color for the Navigation Bar in the Header.

    Could you possibly show me where to look within that stylesheet?

    Thank you!
    If you post a link to your site I can take a look.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  7. #317
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi
    Thank-you for an awesome template.
    I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
    Can you please help me with this?
    Thanks in advance
    http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]

  8. #318
    Join Date
    Nov 2009
    Location
    North Bendigo, VIC, Australia
    Posts
    158
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by integrity_designs View Post
    Hi
    Thank-you for an awesome template.
    I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
    Can you please help me with this?
    Thanks in advance
    http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]

    I worked it out.
    This is missing from the rewards points suite file of tpl_product_info_display.php

    PHP Code:
    <!--bof Product Reward Points block -->
    <h2 id="productRewardPoints" class="productRewardPoints">
    <?php
    /**
     * display the product reward points
     */
       
    include($template->get_template_dir('/tpl_product_reward_points.php',DIR_WS_TEMPLATE$current_page_base,'templates'). '/tpl_product_reward_points.php'); 
    ?>
    </h2>
    <!--eof Product Reward Points block -->

  9. #319
    Join Date
    Jul 2009
    Location
    http://www.picaflor-azul.com
    Posts
    3,151
    Plugin Contributions
    35

    Default Re: Alysa Rounded Template Support Thread

    Quote Originally Posted by integrity_designs View Post
    Hi
    Thank-you for an awesome template.
    I have the latest version of Alyssa Rounded and have installed the Rewards Points Suite for the 1.5 also but the points do not show up on the product listing.
    Can you please help me with this?
    Thanks in advance
    http://www.scentimentaladdictions.com"]Scentimental Addictions[/URL]
    You should see the support thread for the rewards points module. The template package does have a modified product listing page so you will probably have to merge the files with the module files.

    Thanks,

    Anne
    Custom Zen Cart Design & Templates
    Enhance your site with our 25 Free Zen Cart Templates Plus 10 Free Zen Cart Modules.
    Check them out!

  10. #320
    Join Date
    Jul 2007
    Location
    Middle of the UK
    Posts
    39
    Plugin Contributions
    0

    Default Re: Alysa Rounded Template Support Thread

    Hi, relative newbie to zen cart (played a few years back, then nothing until now!) and i found your template, it is perfect for the cart i want, except that i would like the logo to run the full width. I have seen it done, but don't know how to do it!

    I have probably read an answer here that tells me what to do/where to look - but my frazzled brain isn't taking it in!!

    The logo there is 217x57px (as i read in readme), is full width 950px?

    Where do i need to look/what am i looking for to change the size, or would uploading a bigger image do it automatically?

    and finally, if i change the image (keeping the name the same) in the images folder, would that replace the image or do i need to adjust elsewhere too?

    Thanks so much x

 

 
Page 32 of 44 FirstFirst ... 22303132333442 ... LastLast

Similar Threads

  1. All Business template Support Thread
    By picaflor-azul in forum Addon Templates
    Replies: 966
    Last Post: 3 May 2013, 07:52 PM
  2. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  3. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  4. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04:15 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

Bookmarks

Posting Permissions

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