Osclass forums
Development => Themes => Topic started by: grisbi on July 28, 2019, 07:57:16 pm
-
Hello
Who can tell me how to put a slider for the photos in the theme 'Bender' file item.php
I would like a navigation between the photos without fancybox
thank you
-
I found a solution with mahesh's trick:
https://forums.osclass.org/general-help/onclick-to-swap-images/msg90635/#msg90635 (https://forums.osclass.org/general-help/onclick-to-swap-images/msg90635/#msg90635)
but beware there is an error you have add id = "largephoto" to line 88 for the theme "Bender"
here is the modified code:
<a href="<?php echo osc_resource_url (); ?> "id =" largephoto "class =" main-photo "title =" <? php _e ('Image', 'bender');?> <? php echo $ i + 1;?> / <? php echo osc_count_item_resources ();?> ">
-
this solution works very well