Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34
  1. #31
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Drop Down Menus in Flexible Product Listing

    OK. As i said I have my own time pressures with a site going live on Monday, but try this:

    In product_listing.php

    line 348 ish looks like:

    Code:
          $list_box_contents[$rows][$column] = array('params' => 'class="centerBoxContentsProducts centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
                                                     'text'  => $lc_text);
    change it to:

    Code:
          $list_box_contents[$rows][$column] = array('params' => 'class="centerBoxContentsProducts centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
                                                     'text'  => $lc_text, 
    						'form' => $lc_form);
    obviously back eveything up first as this is seat of pants type coding going on :-)

  2. #32
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Drop Down Menus in Flexible Product Listing

    You are amazing!!! Thank you so much for taking time to help with this. It works great now!

  3. #33
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: Drop Down Menus in Flexible Product Listing

    Just glad that it works for you.

    listen, this bit of code was written for a specific site and its specific settings originally so was never thoroughly tested with all settings. You found a set of circumstances that broke it so just check it really really thoroughly to make sure there are no more elephant traps lying in wait.

  4. #34
    Join Date
    Mar 2005
    Posts
    58
    Plugin Contributions
    0

    Default Re: Drop Down Menus in Flexible Product Listing

    Ok. Thanks again.

 

 
Page 4 of 4 FirstFirst ... 234

Similar Threads

  1. Vertical Drop Down Menus
    By hondarider in forum General Questions
    Replies: 2
    Last Post: 16 Nov 2010, 08:34 AM
  2. drop down menus problem!
    By digz in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Nov 2007, 11:23 AM
  3. drop down menus
    By wickedcrf in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 25 Jan 2007, 12:29 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