Contents

1. How to open image by click on slider

2. WordPress Themes FAQ

1. How to open image by click on slider

If you want to open current slider image URL in new window, you just need to add custom script in your website:

jQuery(function ($) {
  $('.nk-slider').on('click', function () {
    var url = $('.nk-slider-current-slide').css('background-image');
    url = url ? url.replace('url(','').replace(')','').replace(/\"/gi, '') : false;
    if (url) {
      window.open(url);
    }
  });
});

2. WordPress Themes FAQ

Please, read documentation of your theme and basic WordPress documentation:

FAQ:

1. Install Theme

2. Update Theme

3. Theme is missing the style.css stylesheet

4. How to use WPBakery Page Builder in WordPress 5 (Gutenberg)

5. I can't activate Revolution Slider / Visual Composer (WPBakery Page Builder)

6. Update Revolution Slider / Visual Composer (WPBakery Page Builder) / Advanced Custom Fields PRO

7. Fatal Error… memory exhausted

8. Can't finish Demo Data Import

9. Can't enable Mega Menu