Display more photo's in an article

  • Posts: 60
  • Thank you received: 0
9 years 3 months ago #240945

-- url of the page with the problem -- : www.swib.nl/tt/component/hikashop/produc...n-breukelen?Itemid=0
-- HikaShop version -- : Business 2.5.0
-- Joomla version -- : 3.5.1
-- PHP version -- : 5.6.18
-- Browser(s) name and version -- : Chrome

Where and how can I configure the display of more than one photo's in an article. I want to have a sort of slideshow. Not the way it is now

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

  • Posts: 84313
  • Thank you received: 13702
  • MODERATOR
9 years 3 months ago #240951

Hi,

You can change the "image popup" setting of the HikaShop configuration to "shadowbox external" and you'll be able to go from one to the other.

also, normally there is such CSS in the CSS of HikaShop to force the height of the small images:
img.hikashop_child_image {
height: 50px;
}
but it seems that you removed the CSS of HikaShop to only use the CSS of your template and thus the small images display like the main image of the product page.

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

  • Posts: 60
  • Thank you received: 0
9 years 3 months ago #241057

I configured like you told me, but it does not work :dry:

Attachments:

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

  • Posts: 4820
  • Thank you received: 654
  • MODERATOR
9 years 3 months ago #241067

Hello,

There is several way to have your slideshow, the first and most simple is add a plugin which will create a slideshow on your HikaShop product page, but unfortunately I can't tell you a plugin name...

The last and most complicated way to do it is to create an override view, in order to custom your show_default and directly create a slideshow, of course this will required some code knowledge.
Here :
- In Components => HikaShop => Configuration
- Go on Display dropdown, and select Views



- Use the filter dropdown by selecting "Product", your "Template" (here in my example protostar) and "Front end".
- Look for show_default view, and click on his name to edit it.



You can find some clues to add your own slideshow here by php code and here by Css code.

Hope this will help you.

Regards.

Attachments:
Last edit: 9 years 3 months ago by Philip.

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

Time to create page: 0.071 seconds
Powered by Kunena Forum