Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: Sidebox in header, almost there. Need div id

    I do use the FF Web Developer tools. Who would developed without it.?

    But my problem is not where the code goes, but what code goes in the place where I want the boxes to appears.

    I created to new divs next to the search but what code goes in those divs to display the currency and language boxes?

    I'm trying do do thing very neatly and carefully since I'm new to ZenCart. I mean I could hack at it and get it working. I guess I'm trying do this elegantly in the same light as ZenCart.


    thanks kobra

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox in header, almost there. Need div id

    You wouldn't want to use the id's of the sideboxes from their original locations.

    Just make new id's that mean something, like headerLanguage and headerCurrencies, and add those to your stylesheet and style them.

    #headerLanguage {
    aaaaa: bbbbb;
    }
    #headerCurrencies {
    ccccc: dddddd;
    }

  3. #3
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: Sidebox in header, almost there. Need div id

    Ok, I fugured that, but what is the piece of code to display the boxes. This...

    <?php require(DIR_WS_MODULES . 'sideboxes/language.php'); ?>
    <?php require(DIR_WS_MODULES . 'sideboxes/currencies.php'); ?>

    didn't work.

    thanks again. I'm probably thinking that this is more difficult than it actually is.

    thanks gjh42

    s.ali

 

 

Similar Threads

  1. ALmost there
    By ryanb4614 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Feb 2008, 04:48 PM
  2. My header is almost there...
    By aaelghat in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 18 Apr 2007, 02:42 AM
  3. Almost there, need help with site map and font in search header
    By bwhitmire in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 31 Jul 2006, 09:26 PM

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