Osclass forums

Development => Themes => Topic started by: grisbi on July 28, 2019, 07:57:16 pm

Title: [résolu]slider for the photos in the theme bender
Post 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
Title: Re: slider for the photos in the theme bender
Post by: grisbi on August 01, 2019, 12:34:21 am
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:

Code: [Select]
<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 ();?> ">
Title: Re: slider for the photos in the theme bender
Post by: grisbi on August 01, 2019, 12:35:28 am
this solution works very well