Jump to content


Corporate Sponsors


Latest News: (loading..)

multimixer

Member Since 05 Oct 2008
Online Last Active Today, 15:55
****-

Posts I've Made

In Topic: Only some product pages show columns/boxes correctly

07 February 2012, 06:22

Can you show a product with "tidy" or empry description that still has the problem?

In Topic: bxgallery patch for "undefined" don't work right for me

05 February 2012, 16:28

This is connected to versions of jQuery and Jquery-UI not matching with the changes you did.

I would suggest to revert back to the original bxgallery script and make sure your images on product info have a title

In Topic: Disable language and currency box in front end

05 February 2012, 16:27

You can enable/disable boxes in admin>modules>boxes
You can delete any languages you are not ready for in admin>localization>languages, same for currencies.

You can install then everything back in the same way

In Topic: Only some product pages show columns/boxes correctly

05 February 2012, 16:24

I would say the problem is in your product descriptions. The html you have in there is not proper and this affect the rest of the page

For example you have
- <li>....</li> but not wrapped into either <ul></ul> or <ol></ol>
- Closing tags </p> without the opening partner
- opening tags <div> that never close

etc

Correct this and you will be fine. Note that all items have issues, for the items that show correctly it happens just by accident

In Topic: editing the stylesheet file

04 February 2012, 13:52

a.footer means a link with a class named footer
footer a means a link within an element that has a class named footer

Instead of adding class footer everywhere you can add it to the most parent element that wrap your footer, anything inside can be then referenced in the css by using the class .footer