Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2434048
[Shortcode] How to open new page by click on single image from [vu_gallery_widget
Closed

Comments

  • MileMijatovic started the conversation

    Hello, is there any way to open new page by click on single image from [vu_gallery_widget images="id separated by comma"] ?

  • MileMijatovic replied

    Any reply ? 

  •  101
    FlexiPress replied

    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. 

    <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     Twitter

  • MileMijatovic replied

    Thank you very much, I already resolved an issue by adding Post Grid - Page (option). 

    Best regards

  •  101
    FlexiPress replied

    Nice idea! Glad you solved that!


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter