Page 27 of 34 FirstFirst ... 172526272829 ... LastLast
Results 261 to 270 of 331
  1. #261
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by jolliejollie View Post
    Hi. Just wanna make sure, is this template compatible with zen cart v1.5.4? And for the slideshow, the size of the pictures I wanna use are different from those in the demo. Will the size of the slideshow be automatically adjusted or can it be manually adjusted? Thanks.
    Yes, the template is compatible with 1.5.4.

    The width of the template is 980 pixels wide so this is the max width you can use. I am not sure if the slide show will adjust automatically or not. Add your slides and see. If they don't adjust you will need to make css changes.

    Thanks,

    Anne

  2. #262
    Join Date
    Feb 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    I'm wrestling with the ezpages. I finally got them to show in the header dropdown and the footer (after fixing my own dumb mistake), but now they're also showing up in the sideboxes.

    I have them set to show up in an "Important Links" sidebox, that's working how I want. But once I enabled the ezpages in the header dropdown, they started showing under my "Search" sidebox as a bulleted list. Example: http://whatthecraft.com/test/index.p...=index&cPath=1

    Any thoughts on what's causing it? I would cheat and do the old display:none trick in CSS, but the links don't seem to be styled in a way that would make that possible.

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

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by smarmyclothes View Post
    I'm wrestling with the ezpages. I finally got them to show in the header dropdown and the footer (after fixing my own dumb mistake), but now they're also showing up in the sideboxes.

    I have them set to show up in an "Important Links" sidebox, that's working how I want. But once I enabled the ezpages in the header dropdown, they started showing under my "Search" sidebox as a bulleted list. Example: http://whatthecraft.com/test/index.p...=index&cPath=1

    Any thoughts on what's causing it? I would cheat and do the old display:none trick in CSS, but the links don't seem to be styled in a way that would make that possible.
    If you don't want the ezpages sidebox to show you can turn if off in your admin--tools--layoutboxes controller.

    Thanks,

    Anne

  4. #264
    Join Date
    Feb 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you don't want the ezpages sidebox to show you can turn if off in your admin--tools--layoutboxes controller.

    Thanks,

    Anne
    Thank you! I tried that before, but I think I must have turned off the Single Column status as well, which caused it to disappear from the header menu.

    And thank you for making these awesome free templates. I think this is the third template of yours that I've used.

  5. #265
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    This is a bug in the DIY template original code. You can fix it by editing the includes/templates/carlisle_fresh/common/html_header.php file. Change this:


    Code:
    if (COLUMN_WIDTH == '0') {
    to this:

    Code:
    if (COLUMN_WIDTH == '0' || (in_array($current_page_base,explode(",",'popup_image,popup_image_additional')) )) {

    Thanks,

    Anne
    Anne, it worked for me with my v1.5.4 but now I cannot work out which set of numbers I have to alter under admin/configuration/images to change to make the popup image larger.

    Great work Anne keep up the very good work
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by adb34 View Post
    Anne, it worked for me with my v1.5.4 but now I cannot work out which set of numbers I have to alter under admin/configuration/images to change to make the popup image larger.

    Great work Anne keep up the very good work
    If you add the code fix, the popup image will be the same size as your large size product image

    Thanks,

    Anne

  7. #267
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    If you add the code fix, the popup image will be the same size as your large size product image

    Thanks,

    Anne
    So there is no way to make the popup image bigger?
    Learning Fast.
    Eden Craft Supplies

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

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by adb34 View Post
    So there is no way to make the popup image bigger?
    The popup will only be as large as the large size image _LRG. This is native zen cart functionality

    Thanks,

    Anne

  9. #269
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    The popup will only be as large as the large size image _LRG. This is native zen cart functionality

    Thanks,

    Anne
    So, lets see if I understand what you are saying Anne; if I want a big popup image, I have to tag with '_LRG'? If yes, then how do I have a large popup for the additional images as they are tagged '_1' etc? E.g. Main picture is mainpic.jpg and others are mainpic_1.jpg, mainpic_2.jpg
    Learning Fast.
    Eden Craft Supplies

  10. #270
    Join Date
    Mar 2008
    Location
    Brampton, Cumbria, United Kingdom, United Kingdom
    Posts
    816
    Plugin Contributions
    2

    Default Re: Carlisle Fresh Template Support Thread

    Quote Originally Posted by adb34 View Post
    So, lets see if I understand what you are saying Anne; if I want a big popup image, I have to tag with '_LRG'? If yes, then how do I have a large popup for the additional images as they are tagged '_1' etc? E.g. Main picture is mainpic.jpg and others are mainpic_1.jpg, mainpic_2.jpg
    What a stupid question. I have found the answer.
    Learning Fast.
    Eden Craft Supplies

 

 
Page 27 of 34 FirstFirst ... 172526272829 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  3. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  4. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  5. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM

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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR