Results 1 to 9 of 9
  1. #1
    Join Date
    Apr 2009
    Posts
    17
    Plugin Contributions
    0

    bug Help, i need help finding this bit of code

    Hi there:

    This is my first zencart customization, i think i got most of it down however i cant seem to get rid of the line between my header and main area of the template.

    Also i have installed the Hover 3 with no problem, but what do i change in the admin area to show the products???

    My site is
    http://www.pioneerevergreenfarms.com/shop/

    Thank you in advance :)

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    Dbj,
    Locate this:
    includes/templates/classic/css/stylesheet.css
    Find this:
    #navBreadCrumb {
    background-color:#FFFFFF;
    border-bottom:1px dashed #C86100;
    width:650px;
    }
    Change to this:
    #navBreadCrumb {
    background-color:#FFFFFF;
    /*border-bottom:1px dashed #C86100;*/
    width:650px;
    }
    1. I noticed you are still using the classic template
    2. take time and read the tab on the top of this page called:
    3. Tutorials/FAQ
    4. Search for:
    5. override system

  3. #3
    Join Date
    Apr 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    awsome that worked for IE but not for FF.. any suggestions??

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    Dbj,
    What happens when you do this:

    #navBreadCrumb {
    background-color:#FFFFFF;
    width:650px;
    }

  5. #5
    Join Date
    Apr 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    same thing... ugh!!!!

  6. #6
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    D,
    Look great to me in firefox,
    Have you downloaded the clear cache key for firefox????

  7. #7
    Join Date
    Apr 2009
    Posts
    17
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    no is it a plug in... let me try to find that.. thank you for being so patient

  8. #8
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    i think due to misplacement of your swfobject.js as it is currently being loaded into the body and not to the head of your site .
    you may consider loading js file in head , using zc auto load

  9. #9
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Help, i need help finding this bit of code

    also , this code

    <script type="text/javascript">
    var so = new SWFObject("includes/templates/Series_12_Camera/images/flash/header.swf", "YOUR_HEADER", "790", "153", "7", "#FFFFFF");
    so.write("flashcontent");
    </script>


    is writing div with flashcontent to your header.. i guess miss alignment is due to extra div .

    also this code producing error .. with message . swfobject.js is not defined .
    the reason is that js is not loading in the head .

    i am not sure if you are using swfobject.js to load your flash , if so , correct the way things are done . if not , remove all instance of this javascript from your body ..

 

 

Similar Threads

  1. v151 need help to find a little bit of code.
    By Nixe in forum General Questions
    Replies: 2
    Last Post: 19 Mar 2013, 01:58 PM
  2. coupon email - bit of code help required
    By Diva in forum General Questions
    Replies: 5
    Last Post: 6 Sep 2008, 09:24 PM
  3. Need Help Creating This Code
    By nrg77 in forum General Questions
    Replies: 2
    Last Post: 17 Dec 2007, 07:01 AM
  4. Paypal Express giving this error code - need help bad.
    By nanosafeguard in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 24 Jul 2007, 12:21 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