Hide arrows

  • Posts: 47
  • Thank you received: 1
  • Hikashop Business
3 years 10 months ago #331812

-- HikaShop version -- : 4.4.2
-- Joomla version -- : 3.9.26
-- PHP version -- : 7.4

How do I hide the next / prev arrows in the products display?
How do I hide the Thumbnails slider in the products display (Thumbnails slider for product page is No (default)?

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

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
3 years 10 months ago #331823

Hello,

"next / prev arrows in the products display"
You will find this option to shutdown prev/next button in your Main HikaShop Configuration :



"hide the Thumbnails slider in the products display"
We have just look your website and it seems that you don't use any hikashop frontend file css (or you only use a custom version of this frontend).
That's why some css commabnd are missing to manage this new feature.
From this 2 solutions for you :
1. You analyze the frontend css file of the HikaShop 4.4.2 to add required Css command to link options with this display feature
OR
2. You want shutdown this option, and you can just add this command :
a.hikashop_slide_next, 
a.hikashop_slide_prev {
    display: none;
}

Note : To see how to add custom command to your frontend file css, see this documentation .

Hope this will help you to correct your issue.
Regards

Last edit: 3 years 10 months ago by Philip.

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

  • Posts: 47
  • Thank you received: 1
  • Hikashop Business
3 years 10 months ago #331830

Hello Philippe
Thanks for the answer!
One more small problem.
Why is the main image small when it has multiple images and not like when it has only one image?
www.paradepot.ch/e-shop/nerv-carbonoptic
www.paradepot.ch/e-shop/nerv-withe

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

  • Posts: 4816
  • Thank you received: 654
  • MODERATOR
3 years 10 months ago #331834

Hello,

This come from a custom css command which have a selector that isn't specific enough, and so it impact more image than required, see my screenshot :



And now, to better understand your question, the selected class for this css command is used by HikaShop only in specific product configuration (several image, variants etc) that explain why you have this issue only on some products and not others.

Hope this will help you to improve your customization.
Regards

Last edit: 3 years 10 months ago by Philip.

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

Time to create page: 0.060 seconds
Powered by Kunena Forum