Page 5 of 27 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 270
  1. #41
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Hi Clyde,
    I am still having some css issues mainly caused by by lack of understanding,

    Using FF3 when you go to http://www.thepatchshop.com.au all is fine, then go to Contact Us or Login and the bottom boxes are cut off on the left border.

    Using IE, what a mess, so does IE use instruction from both stylesheet.css and iestylesheet.css

    I have all manner of combination's to no avail.

    Any assistance would be appreciated

  2. #42
    Join Date
    Jun 2003
    Posts
    33,715
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    FireFox3? Isn't that still BETA?
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  3. #43
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Kim View Post
    FireFox3? Isn't that still BETA?
    No it was released on the 17th.

  4. #44
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by RKB View Post
    Hi Clyde,
    I am still having some css issues mainly caused by by lack of understanding,

    Using FF3 when you go to http://www.thepatchshop.com.au all is fine, then go to Contact Us or Login and the bottom boxes are cut off on the left border.

    Using IE, what a mess, so does IE use instruction from both stylesheet.css and iestylesheet.css

    I have all manner of combination's to no avail.

    Any assistance would be appreciated
    Try removing the highlighted portion of this declaration in the stylesheet.css

    The width of the column wrapper is already defined in admin -> configuration -> layout settings; you don't need to set it in the stylesheet.

    #navColumnOneWrapper {
    margin-left: 10px;
    margin-right: 0px;
    /*width: 150px;*/
    }

    The iestylesheet.css only uses settings particular to IE and anything else comes from the the main stylesheet.css.

  5. #45
    Join Date
    Sep 2006
    Location
    Beerwah. QLD. Australia
    Posts
    79
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by Kim View Post
    FireFox3? Isn't that still BETA?
    No, It's fully released

  6. #46
    Join Date
    Nov 2006
    Posts
    16
    Plugin Contributions
    0

    Default how do i remove space above header?

    Hi every one, Ive found most solutions in the forum but Im a bit stuck with the space above the header especially in IE the site I am working on is this site
    http://www.rxalternative.net/rxalternative/ and Im using ocean front template and version v1.3.8 of zen cart, can any one help??

  7. #47
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by bishop999 View Post
    Hi every one, Ive found most solutions in the forum but Im a bit stuck with the space above the header especially in IE the site I am working on is this site
    http://www.rxalternative.net/rxalternative/ and Im using ocean front template and version v1.3.8 of zen cart, can any one help??
    One thing I did notice is that you are not using the stylesheet.css that was included with the template. So I can't pin point exactly where this problem may lie.

  8. #48
    Join Date
    Nov 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    One thing I did notice is that you are not using the stylesheet.css that was included with the template. So I can't pin point exactly where this problem may lie.
    Hi thanks for replying, would it be ok to add the style sheet here? it was the one that came with the latest version of the template, Ive modified it a little to change font colors and header size.

    the issue is the header isnt going to absolute top, the search header went to absolute top but I turned that off in the layout boxes control

  9. #49
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by bishop999 View Post
    Hi thanks for replying, would it be ok to add the style sheet here? it was the one that came with the latest version of the template, Ive modified it a little to change font colors and header size.

    the issue is the header isnt going to absolute top, the search header went to absolute top but I turned that off in the layout boxes control
    You turned off the search box in the admin but now you are displaying an empty div.

    to correct this:

    open includes/templates/ocean_front/common/tpl_header.php

    find the following line of code (at around line 45)

    PHP Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES 'sideboxes/search_header.php'); ?></div>
    and replace that line with the following line of code

    PHP Code:
    <!-- <div id="navMainSearch"><?php // require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> -->
    Save the file and upload to your server

  10. #50
    Join Date
    Nov 2006
    Posts
    16
    Plugin Contributions
    0

    Default Re: Ocean Front Template Support Thread

    Quote Originally Posted by clydejones View Post
    You turned off the search box in the admin but now you are displaying an empty div.

    to correct this:

    open includes/templates/ocean_front/common/tpl_header.php

    find the following line of code (at around line 45)

    PHP Code:
    <div id="navMainSearch"><?php require(DIR_WS_MODULES 'sideboxes/search_header.php'); ?></div>
    and replace that line with the following line of code

    PHP Code:
    <!-- <div id="navMainSearch"><?php // require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> -->
    Save the file and upload to your server
    thank you for your help, I got it working using alternate header (user contribution), but now the search div is making a space below header so Ill try your fix and get back to you, thanks again.

 

 
Page 5 of 27 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 262
    Last Post: 13 May 2015, 01:00 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  4. Watermelon Template Support Thread
    By LissaE in forum Addon Templates
    Replies: 22
    Last Post: 14 Oct 2011, 04:03 AM
  5. strange characters displayingn using ocean front template
    By bishop999 in forum General Questions
    Replies: 1
    Last Post: 28 Jul 2008, 07:43 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