Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,
    it’s a strange issue. You can try this:
    open file class.yith-woocompare-frontend.php in yith-woocommerce-compare/includes and comment line 432

    Let me know if it works. Regards ??

    Thread Starter royalgia

    (@royalgia)

    There is nothing in line 432. Here is the code from 427 to 433:

    else {
    
                    $template_path = get_template_directory() . '/' . $woocommerce->template_url . $this->template_file;
    
                    $child_path    = get_stylesheet_directory() . '/' . $woocommerce->template_url . $this->template_file;
    
                }
    Plugin Author YITHEMES

    (@yithemes)

    Hi,
    because of line separator you have blank space between two code line, so you found nothing in line 432.
    Try to search in file class.yith-woocompare-frontend.php this code check_ajax_referer( $this->action_add, '_yitnonce_ajax' ) and comment it.

    Let me know, regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show nothing but lightbox’ is closed to new replies.