Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2005
    Location
    Hong Kong
    Posts
    77
    Plugin Contributions
    0

    help question Navigation and some content won't display on Safari

    Hi there,

    I have a brand new installation of the latest Zen Cart on my new site and attempting to do my own customization. I am using Firefox and so far it looks well. However, when I checked it on Safari, none of the navigation are displayed. Even the navigation bars (the BreadCrumb and the one at the bottom of the page, before footer) and the footer text won't displayed either. Also the text that was set in the index.php (under includes/languages/english/custom_template/) doesn't appear. The text and image set in the define_mainpage.php is working.

    See the screenshots attached here, on Firefox as it should look like and on Safari with some missing content.

    Any pointers at what I might have done wrong and where/which files to look for?

    Many thaaaanks!!!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	mf_firefox.jpg 
Views:	112 
Size:	39.2 KB 
ID:	12344   Click image for larger version. 

Name:	mf_Safari.jpg 
Views:	95 
Size:	40.6 KB 
ID:	12345  
    ~f~
    with gratitude

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Navigation and some content won't display on Safari

    Very difficult to diagnose browser issues without being able to see the site in the respective browsers for ourselves.

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Navigation and some content won't display on Safari

    Never mind, I deduced the URL. The text and those elements are there, they're just really small. I think the problem is here:


    body {
    margin: 0;
    font-family: Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8px;
    color: #98876A;
    background-color: #EFEFE6;
    }

    Change that to 100% and see if it works.

  4. #4
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,722
    Plugin Contributions
    13

    Default Re: Navigation and some content won't display on Safari

    Have you tried removing the font style
    PHP Code:
    <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css'
    OR correcting it to
    PHP Code:
    <link href='http://fonts.googleapis.com/css?family=Courgette' rel='stylesheet' type='text/css' /> 
    BTW.. Doesn't work in Chrome either.
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

  5. #5
    Join Date
    Sep 2005
    Location
    Hong Kong
    Posts
    77
    Plugin Contributions
    0

    Default Re: Navigation and some content won't display on Safari

    Wow thank you sooo... much!!! I didn't realize it was px - I meant it to be em following the original CSS. It didn't occurred to me to check that since they display as they should on Firefox! Thanks, SteveSh!

    Thanks sooo... much to dbltoe too! I have corrected the font style following your advice and it now works on Safari. Looks like Safari is more picky though. The other text don't display as sans-serif following the custom template's stylesheet; whereas in Firefox they do.

    Thanks again, guys!
    ~f~
    with gratitude

 

 

Similar Threads

  1. Double Main Content above header and navigation
    By urgentprog in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2014, 10:00 PM
  2. v151 Customer can not check out on IPHONE Safari, MAC OSX Safari
    By kapsolas in forum General Questions
    Replies: 1
    Last Post: 8 Apr 2013, 07:28 PM
  3. Get and display content for productDetailsList? (product model)
    By Cindy2010 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 Dec 2010, 09:23 PM
  4. A product info display and navigation problem
    By g_force in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 10 Jul 2009, 07:34 PM
  5. Why do Sideboxes and header text ignore some CSS in Safari?
    By fightthefourwalls in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Feb 2008, 01:16 AM

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