Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 143
  1. #51
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Category Drop Down SELECT Menu Sidebox Mod. HELP NEEDED for Firefox error

    Quote Originally Posted by swalka View Post
    This mod is absoutely fab and really easy to install so firstly thankyou very much!

    i have installed it fine and in internet exploder7 it looks great, however if i test it on my mac or my pc using firefox, the css formatting is completely ignored for the menu and it blows the layout all over the place

    i saw a post where a user seemed to have a simliar problem - but there was no reply. apologies if this has already been asnwered -

    www.ppekit.co.uk.

    I'd be really grateful for your help on this, hoping to get the site live shortly and i'd like to iron out all the blips before i present to my client.

    thanks

    sarah
    I don't see the category select drop down menu on your site, but I do see the CSS Dropdown menu for your header- With Categories!

    Anyhoo, your problem is you have this before the beginning of your menu:


    <!--bof-navigation display
    <div id="navMainWrapper">
    <div id="navMain">
    <ul class="back">

    Change that to: <!--bof-navigation display-->

    and all should be fine.

  2. #52
    Join Date
    Jan 2006
    Location
    UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod. HELP NEEDED for Firefox error

    that was a bit of a red herring actually becasue i have just commented out on my tpl_header file the normal menu, the code is complete.

    Sorry for posting on the wrong menu item though, thats was a bit daft of me and thanks for your reply

  3. #53
    Join Date
    Jan 2006
    Location
    UK
    Posts
    43
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod. HELP NEEDED for Firefox error

    Ok i double checked my code and i was missing a second --> which only showed in firefox. many thanks for your assistance as this solved the problem.

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

    Default Re: Category Drop Down SELECT Menu Sidebox Mod. HELP NEEDED for Firefox error

    Quote Originally Posted by swalka View Post
    Ok i double checked my code and i was missing a second --> which only showed in firefox. many thanks for your assistance as this solved the problem.
    Yep, that's what I mentioned above.

  5. #55
    Join Date
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    This module would be perfect for my front page center box...

    Do you know how to add code to center box? I copied "tpl_categories_select.php" code to index_default with no luck. Any hints?

    Also, is there a way to limit the drop down so that I can use one for each of my two categories (mens shoes... women's shoes)?

    example is here...

    Thanks,
    Chuck

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

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    Quote Originally Posted by chuckienorton View Post
    This module would be perfect for my front page center box...

    Do you know how to add code to center box? I copied "tpl_categories_select.php" code to index_default with no luck. Any hints?

    Also, is there a way to limit the drop down so that I can use one for each of my two categories (mens shoes... women's shoes)?

    example is here...

    Thanks,
    Chuck
    Link to your site please?

  7. #57
    Join Date
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    Quote Originally Posted by chuckienorton View Post
    Do you know how to add code to center box? I copied "tpl_categories_select.php" code to index_default with no luck. Any hints?

    Also, is there a way to limit the drop down so that I can use one for each of my two categories (mens shoes... women's shoes)?
    Quote Originally Posted by jettrue View Post
    Link to your site please?
    The site is shopwalkthisway.com. You'll notice front page drop down (in center of page) is just an image, but tab categories & everything else on site works.

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

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    Quote Originally Posted by chuckienorton View Post
    The site is shopwalkthisway.com. You'll notice front page drop down (in center of page) is just an image, but tab categories & everything else on site works.
    Did you upload all the other files from the mod?

  9. #59
    Join Date
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    Quote Originally Posted by jettrue View Post
    Did you upload all the other files from the mod?
    Yes. It worked fine in sidebox... now I have it copied into tpl_index_default.php page, with no luck. I looked up other forum posts on using sideboxes in template with no luck.

    here is code I posted in tpl_index_default...
    HTML Code:
    <?php
    /**
     * Side Box Template
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: tpl_manufacturers_select.php 4771 2006-10-17 05:32:42Z ajeh $
     */
      $content = "";
      $content .= '<div id="' . str_replace('_', '-', $box_id . 'Content') . '" class="sideBoxContent centeredContent">';
      $content .= zen_draw_form('categories_form', zen_href_link(FILENAME_DEFAULT, '', 'NONSSL', false), 'get');
      $content .= zen_draw_hidden_field('main_page', FILENAME_DEFAULT);
      $content .= zen_draw_pull_down_menu('cPath', zen_get_categories(array(array('id' => '', 'text' => PRODUCT_LISTING_SEARCH_TEXT_ALL_CATEGORIES)), '0' ,'', '1'), (isset($_GET['categories_id']) ? $_GET['categories_id'] : ''), 'onchange="this.form.submit();" size="1"') . zen_hide_session_id();
      $content .= '</form>';
      $content .= '</div>';
    ?>

  10. #60
    Join Date
    Dec 2007
    Posts
    54
    Plugin Contributions
    0

    Default Re: Category Drop Down SELECT Menu Sidebox Mod.

    Does that make sense???

 

 
Page 6 of 15 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Select an accessory drop-down menu
    By DML73 in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 24 Nov 2013, 06:40 PM
  2. How do I change the music genre select sidebar to use a drop down menu???
    By vicariousk in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 1 Apr 2011, 10:04 PM
  3. Adding a drop down menu to a sidebox
    By BigNath in forum Basic Configuration
    Replies: 2
    Last Post: 17 Jul 2008, 06:15 PM
  4. Mod CC month drop down menu?
    By re_active in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 9 Sep 2006, 08:21 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