Public Ticket #2434048 [Shortcode] How to open new page by click on single image from [vu_gallery_widget Closed
Comments MileMijatovic started the conversationJune 9, 2020 at 11:57amHello, is there any way to open new page by click on single image from [vu_gallery_widget images="id separated by comma"] ?MileMijatovic repliedJune 10, 2020 at 7:52amAny reply ? 104FlexiPress repliedJune 11, 2020 at 10:01amHello, In essence, that is not supported. You can only achieve that by adding the following code in a Custom HTML shortcode and replacing # with your URL and src with your image URL. <div class="vu_gallery-widget"> <div class="vu_gw-item"> <a href="#" class="vu_gw-image"> <img src="https://themes.flexipress.xyz/housico/wp-content/uploads/2018/04/img-16-150x150.jpg" alt=""> </a> </div> <div class="vu_gw-item"> <a href="#" class="vu_gw-image"> <img src="https://themes.flexipress.xyz/housico/wp-content/uploads/2018/04/img-16-150x150.jpg" alt=""> </a> </div> <div class="vu_gw-item"> <a href="#" class="vu_gw-image"> <img src="https://themes.flexipress.xyz/housico/wp-content/uploads/2018/04/img-16-150x150.jpg" alt=""> </a> </div> </div> Of course you can add images as much as you need by just copying the <div class="vu_gw-item"> block.Kind regards, FlexiPress Support Follow on Envato Facebook TwitterMileMijatovic repliedJune 11, 2020 at 2:51pmThank you very much, I already resolved an issue by adding Post Grid - Page (option). Best regards 104FlexiPress repliedJune 11, 2020 at 3:06pmNice idea! Glad you solved that! FlexiPress Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello, is there any way to open new page by click on single image from [vu_gallery_widget images="id separated by comma"] ?
Any reply ?
Hello,
In essence, that is not supported. You can only achieve that by adding the following code in a Custom HTML shortcode and replacing # with your URL and src with your image URL.
Of course you can add images as much as you need by just copying the <div class="vu_gw-item"> block.
Kind regards,
FlexiPress Support
Follow on Envato Facebook Twitter
Thank you very much, I already resolved an issue by adding Post Grid - Page (option).
Best regards
Nice idea! Glad you solved that!
FlexiPress Support
Follow on Envato Facebook Twitter