Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

Fixing Gap in Search Results (index.php/cPath/XXXX)


4 replies to this topic

#1 DaneJohnCobain

  • Community Member
  • 3 posts

Posted 06 December 2011, 21:06

Hi all,

I've been lurking this site for a while as an unregistered member - it's been of great help and I've fixed a load of problems that I had by reading other people's posts! There's just one thing that's still bugging me and I was wondering if you'd be able to help me out.

My store is on my website at: www.danecobain.com/store

I'm happy with it for the most part, but I can't seem to shift this gap at the left hand side of search results. It also shows up when you browse by category and reach the bottom subcategory. I.E. - if you go to my store and in to books, then non-fiction.

Here's a screenshot to illustrate:

http://www.danecobain.com/images/Problem.png

I'm happy to provide code snippets etc if needed, although I haven't made many modifications to the original source code. If you need any more information then just ask me and I'll do my best to answer your questions.

I've looked through the forums for advice on this but can't seem to find anybody else with the same problem - does anybody either know a fix or know which direction to point me in?

Thanks for your time,

Dane

Edited by DaneJohnCobain, 06 December 2011, 21:08.


#2 DaneJohnCobain

  • Community Member
  • 3 posts

Posted 12 December 2011, 22:46

If it helps, if someone can point me in the direction of which file to look at, I can probably give it a go myself. Ideally, I'd just remove the empty column and stretch the others across to cover the gap.

Thanks

#3 kymation

  • Community Sponsor
  • 5,663 posts
  • Real Name:Jim Keebaugh
  • Gender:Male
  • Location:Aberdeen WA USA

Posted 12 December 2011, 23:59

You have only three columns turned on: Price, Product Name, and Buy now (in that order.) Each column takes up the same space. The price is right aligned and the name is left aligned, which bunches them together and leaves space on either side.

Changing the order to make the name first and the price second would just shift the space to the middle. You could add something, like the Image column, to help take up space. You could also add a column you don't use and replace the value with a non-breaking space.

Anyway, the code you want is in catalog/includes/product-listing.php. Note that this is also used for the product listings in categories, so check both.

Regards
Jim
My Addons

Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support

#4 DaneJohnCobain

  • Community Member
  • 3 posts

Posted 13 December 2011, 20:51

Hi Jim,

Thanks so much - the file for me was in includes/modules/product_listing.php, but the title was enough for me to find it :)

For now, I've just centered each of the columns and it looks alright!

I knew this forum wouldn't let me down!

All the best,

Dane

#5 kymation

  • Community Sponsor
  • 5,663 posts
  • Real Name:Jim Keebaugh
  • Gender:Male
  • Location:Aberdeen WA USA

Posted 14 December 2011, 00:21

Sorry I typo'd the directory. Glad to hear that you found it anyway.

Regards
Jim
My Addons

Banners Box 2.3.1 Support
Categories Accordion Box 2.3.1 Support
Categories Images Box 2.2x 2.3.1 Support
Closest Shipper 2.2x Support
Document Manager 2.2x Support
Generic Box 2.3.1 Support
Get 1 Free 2.2x Support
Include HTML and Text Boxes 2.2x
jQuery Banner Rotator 2.2x 2.3.1 Support
Modular Front Page 2.3.1 Support
Modular SEO Header Tags 2.3.1 Support
More Pics 2.2x Support
MVS 2.2x Support
osC Catalog 2.2x Support
PDF Datasheet 2.3.1 Support
Price Updater 2.2x
Products Specifications 2.2x 2.3.1 Development Version Support Bugs/Suggestions
Request a Review 2.2x - 2.3.1 Support
Similar Products Box 2.2x
Theme Switcher 2.3.1 Support