Home Forums WoodMart support forum yith wishlist premium popup not opens

yith wishlist premium popup not opens

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #95399

    almasrayan
    Participant

    Hi, we are using yith wishlist premium on our site. when we enable the “Enable multi-wishlist support for logged in users” feature in plugin settings, wishlist popup on page not opens and nothing happens. this problem not happens on default wordpress theme and seems to having problem in template or other plugin has conflict.
    please us to resolve this problem.
    thanks.

    #95409

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us with steps to reproduce the problem?

    Thank you in advance

    #95432

    almasrayan
    Participant

    thanks for reply,
    I disabled all plugin except yith wishlist premium.
    in this address if you click on wishlist icon, the spinner showing and no popup opens. The html code in my browser for the button is `
    <a href=”#add_to_wishlist_popup_5509_35717792″ rel=”nofollow” class=”add_to_wishlist open-pretty-photo” data-rel=”prettyPhoto[add_to_wishlist_5509_35717792]”>افزودن به لیست دلخواه</a>`.
    if I switch to default wordpress theme like “Twenty Seventeen”, popup opens and I can see my wishlist to select them.
    thanks.

    #95436

    Artem Temos
    Keymaster

    Are we allowed to switch between themes to understand how it should work with default WordPress theme?

    #95442

    almasrayan
    Participant

    yes, of course.

    #95444

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file

    add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_scripts', 20000 );
    
    function woodmart_child_enqueue_scripts() {
    	wp_enqueue_script( 'prettyPhoto-init' );
    	wp_enqueue_script( 'prettyPhoto' );
    }
    #95464

    almasrayan
    Participant

    Thanks a lot!
    The problem has resolved. you are best.

    #95466

    Artem Temos
    Keymaster

    Great, you are welcome.

Viewing 8 posts - 1 through 8 (of 8 total)