Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default I Need to correct advanced search results spacing.

    I am using the column_layout_grid_for_product_listing and column_divider_pro.



    My products are set up as category (all styles) ->sub category (all available colors in one style) -> single product.



    When the sub category (all available colors of the style) is shown in this order, picture then title and then price in that order the spacing and order are the way I want.


    The problem is the advanced search results (which use the same templates) (3 columns per row) are shown in this order, Picture, price, big empty space where the item title would be (except I have it as display none in the css) and then the description.

    I would like it to be description (which is the same as my title) and then price but I can't see where to change the order.


    I found out that if I add .listingDescription {margin-top: -5em; margin-bottom: 3em;} to the css, it closes the big empty space (it is still price, then desc -- but I can live with that.)

    BUT if I make the above change to the css, then the sub category (all available colors of the style) page ends up with the title on top of the picture.


    This line in product_listing php is causing the problem:

    <div class="listingDescription">' . zen_trunc_string(/*zen_clean_html*/(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id']))), PRODUCT_LIST_DESCRIPTION) . '</div>';


    I don't have a live url yet, I am using a local server.

    Is the confusing enough?

    Can anyone with more experience give me any pointers? Thanks!

  2. #2
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: I Need to correct advanced search results spacing.

    I was not real clear, the problem is the large space in the search results. There is no clear end of one product and start of the next because it has similar spaces between price and the description.

    And the same amount between the description for 1 product and the picture for the next, no clear definition of what belongs with which picture.

    Sorry!

  3. #3
    Join Date
    Dec 2004
    Posts
    104
    Plugin Contributions
    0

    Default Re: I Need to correct advanced search results spacing.

    how could I do an inline css for this page? tpl_advanced_search_result_default.php

    Would that work?

 

 

Similar Threads

  1. Search/Advanced Search not returning results
    By scottfr in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 6 Apr 2011, 06:08 AM
  2. Search and Advanced search not returning results
    By paisore in forum General Questions
    Replies: 6
    Last Post: 4 Nov 2010, 03:43 PM
  3. Advanced Search Results
    By Ess4c in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Nov 2008, 04:58 AM
  4. Advanced Search... No results?
    By emilfalcon in forum General Questions
    Replies: 3
    Last Post: 2 Apr 2008, 06:59 PM
  5. Is there a way to have advanced search results open the results in a new window?
    By member in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 15 Mar 2008, 08:27 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