2 Issues with side bar carousel

  • Posts: 164
  • Thank you received: 0
11 years 3 months ago #84605

On my side bar widget carousel that you can see here:
www.therollerskate.com/component/hikasho...oduct/563-heavy-snow

Every once and a while, two items overlap each other, but it's not every one. Very strange, do you know what might be causing this?

Also, when an item is click, it doesn't go directly to a product page, but goes to the home page with the product at the bottom. How can I fix this?

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #84869

Hi there,

Could you please post a screenshot of your module configuration? I'd like to know what you it to looks like.
Also, about the link, the problem is probably related to the menu linked to this module :)

Please Log in or Create an account to join the conversation.

  • Posts: 164
  • Thank you received: 0
11 years 3 months ago #84886

More Photos Module settings screenshot attached.

And what do you mean by the "menu linked to this module"?

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 164
  • Thank you received: 0
11 years 3 months ago #84888

I figured out the menu assignment thing, however, it's doing weird things.

If I go here, everything looks fine:
www.therollerskate.com/component/hikashop/product/627-the-trees

But when I select something in the slider, it looks bizaar:
www.therollerskate.com/photos/product/446-pier

(still having problems with images stacking)

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #84898

Hi there,

I just checked your css and the issue is because of a rule you added:

ul li a {
font-size: 1.2em;
line-height: 1.8em;
}

This code increase the size of your font and the calculated size of the sliding module cannot adapt to this... So you just have to override or delete this css and the module will works well :).
To edit the css you have to go in System>Configuration>Display and edit the front end css file.
About the menu, I meant the bottom left option called "menu", you have to select there your category listing :).

EDIT: try with line-height: 1em; and no font-size and you'll see it's working ;)

Last edit: 11 years 3 months ago by Eliot.

Please Log in or Create an account to join the conversation.

  • Posts: 164
  • Thank you received: 0
11 years 3 months ago #84907

Ok, I found the Displays under Views, but there are a lot of files in there, which one should I edit?

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 3 months ago #84916

Actually you don't have to edit any view, it's just a css issue.
Adding something like that to your front end css file should solve the problem:

.hikashop_main_carousel_div hikashop_subcontainer ul li{
  font-size: 1em;
  line-height: 1em;
}

Please Log in or Create an account to join the conversation.

  • Posts: 164
  • Thank you received: 0
11 years 3 months ago #84933

not exactly sure where you mean then.

Please Log in or Create an account to join the conversation.

  • Posts: 26019
  • Thank you received: 4004
  • MODERATOR
11 years 3 months ago #84957

Hi,

You would found information about CSS styling in our FAQ:
www.hikashop.com/en/support/documentation/faq.html#css

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

Time to create page: 0.079 seconds
Powered by Kunena Forum