Page 96 of 305 FirstFirst ... 46869495969798106146196 ... LastLast
Results 951 to 960 of 3042
  1. #951
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Spansh Language

    Quote Originally Posted by hllight View Post
    Has anyone successfuly installed a spanish pack and if so can you please tell me where you got the pack and any problems you encountered?
    There seems to be very little discussion on the subject. Thanks in advance.
    That would probably be a better question for a general forum post? I don't really know much about using different language packs.

  2. #952
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by nrupesh View Post
    Hi again... Most of the issues sorted out and I got a few more tweaks done :)

    Was wondering how I can get the shadows to the left of the sideboxes... something like http://www.ejpshop.com/shop/index.php ... couldnt figure out!

    Thanks again

    Nrupesh
    Looks like they added that shadow into the includes/templates/apple_zen/images/content_bg.gif

  3. #953
    Join Date
    May 2006
    Location
    Scotland
    Posts
    198
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I incorrectly had the "sidebox_sort_order" instead of the "header_sort_order".[/QUOTE]

    Thanks. That did the trick

  4. #954
    Join Date
    Jun 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    I tried that, didnt work... I also saw the content_bg.gif and its plain white without any shadow. Any other clues that might help? Thanks a lot!

    Nrupesh

  5. #955
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    My site looks fine in IE but in Firefox all of my content is set completely off the page to the right. The only thing that shows on without scrolling is the header and the logo. Any ideas?

  6. #956
    Join Date
    Jun 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Hi again... I tried to change some links in the dropdown, I figured most of its working and adding links.. only thing I cant figure out is that if I add a static link as the main button then its not showing as link and different color/alignment, I guess I have to apply some class to that li?

    Thanks!

  7. #957
    Join Date
    Jun 2007
    Posts
    15
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by nrupesh View Post
    Hi again... I tried to change some links in the dropdown, I figured most of its working and adding links.. only thing I cant figure out is that if I add a static link as the main button then its not showing as link and different color/alignment, I guess I have to apply some class to that li?

    Thanks!

    Nevermind I spent a couple of hours and figured it out!! Feels good to get things done by myself lol

    Still trying the Shadow issue, not a priority though.

  8. #958
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by nrupesh View Post
    I tried that, didnt work... I also saw the content_bg.gif and its plain white without any shadow. Any other clues that might help? Thanks a lot!

    Nrupesh
    Nope, look again, on the site that you showed me, their content_bg.gif has a shadow that they added. That is how they did it.

  9. #959
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by helpme View Post
    My site looks fine in IE but in Firefox all of my content is set completely off the page to the right. The only thing that shows on without scrolling is the header and the logo. Any ideas?
    It looks like perhaps you recently updated the template, but didn't update your css with the new updates. You have the clearfix tags in the html of the site, but you don't have the clearfix css in the stylesheet.

    Add this to your stylesheet:

    Code:
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    
    .clearfix {display: inline-block;}
    
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
    But you also have an error in your html. Your headerWrapper div is closing too early. Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and remove the </div> that is right before this:

    Code:
      <div class="clearBoth"></div>
      <!--eof-navigation display-->
    and move it to the end of the file. I think that will fix the issue.

  10. #960
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: Apple Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    It looks like perhaps you recently updated the template, but didn't update your css with the new updates. You have the clearfix tags in the html of the site, but you don't have the clearfix css in the stylesheet.

    Add this to your stylesheet:

    Code:
    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
     
    .clearfix {display: inline-block;}
     
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
    But you also have an error in your html. Your headerWrapper div is closing too early. Open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php, and remove the </div> that is right before this:

    Code:
      <div class="clearBoth"></div>
      <!--eof-navigation display-->
    and move it to the end of the file. I think that will fix the issue.
    Thanks for your help Jade, I change the stylesheet.css file as you said however I still have the problem in Firefox? Any other idea, I did learn that you can't save changed css files so I have taken all of those off.
    And I also fixed the haderWrapper.
    Thanks for your help!

 

 

Similar Threads

  1. Zen Lightbox addon [Support Thread]
    By Alex Clarke in forum All Other Contributions/Addons
    Replies: 3725
    Last Post: 20 Feb 2025, 05:46 PM
  2. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3250
    Last Post: 13 Nov 2017, 08:02 PM
  3. v151 Zen Magnific Support Thread
    By mutinyzoo in forum All Other Contributions/Addons
    Replies: 79
    Last Post: 14 Sep 2015, 04:39 AM
  4. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 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