Home Forums WC Vendors Pro Support Plugin Conflict

NOTICE: We've Moved to a Ticket System for Support

As of August 31, 2017 (12am EST) our support forums will be retired (read-only), and we will be moving to a support ticket system.  This will allow us to better organize and answer support requests, and provide a more personalized experience as we assist our customers.

For the time being, we will leave our forums open for reading and learning while we work on creating a more robust Knowledge Base for everyone to use.

If you are a WC Vendors Pro customer please open a support ticket here. 

If you are a WC Vendors user please open a support ticket on the Wordpress.org forums.

The information on this forum is outdated and in most instances no longer relevant. Please be sure to check our documentation for the most up to date information.

https://docs.wcvendors.com/

Thank you to all of our customers!

 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #36842
    Andric van Es
    Participant

    Hi,
    We discovered a conflict with WC Vendors Pro plugin. It seems to interfere with the theme editor (customizer) of Listings Theme from Astoundify.

    With Pro activated:

    Screen issue

    With WC Pro de-activated:

    No issue

    Please advise

    #36846
    koran
    Participant

    im having the same problem

    #36848
    Andric van Es
    Participant

    I got a reply from Astoundify (listify theme) developers saying:

    “They are loading an old version of a Javascript library in the WordPress customizer where it is not needed, causing Javascript errors on the page. The plugin might be working but it is still breaking/interfering with other aspects of your website where it should not be.

    I will try to contact the plugin authors.”

    Lets hope they can solve the issue.

    #36849
    koran
    Participant

    is that interfering with you search map on your listify theme also

    #36853
    Andric van Es
    Participant

    No it does not intefeer with google map (widget) nor with the search (radius) function.

    Google map

    #36854
    WC Vendors Support
    Participant

    Pro v1.3.3 was just released. Please update to it. When you do, please go into your WC Vendors Pro settings, and check the option to disable select2 scripts loading, a new option in the settings. Let me know! If you still have problems please do show us a screenshot of your console (Ctrl+Shift+J in Chrome).

    #36860
    Andric van Es
    Participant

    Hi Ben,
    Thanks for the quick response. The update and the settings did the trick. Thanks a lot!.
    Regards, andric

    #36867
    koran
    Participant

    hey ben im still getting the error after i disable select2

    Warning: sprintf(): Too few arguments in /home3/rano864/public_html/wp-content/plugins/wc-vendors-pro/includes/class-wcvendors-pro-ratings-controller.php on line 210

    #36971
    WC Vendors Support
    Participant

    Turn off your PHP warning debug level and that will magically disappear lol

    https://codex.wordpress.org/Debugging_in_WordPress

    #37030
    koran
    Participant

    Hey Ben I turn off the debugging I setup this 3 debugging option to false https://i.imgur.com/7wozglH.png . however it’s still showing error. which code we need to insert. What the code that why we can add them easily. thanks.

    #37061
    koran
    Participant

    any ideal ben

    #37064
    WC Vendors Support
    Participant

    In your wp-config.php file:

    /**
     * For developers: WordPress debugging mode.
     *
     * Change this to true to enable the display of notices during development.
     * It is strongly recommended that plugin and theme developers use WP_DEBUG
     * in their development environments.
     */
    define('WP_DEBUG', false);
    
    /* Turn on Debug mode - Uncomment these to debug to the log and not to the website display */
    //define('WP_DEBUG', true);
    //define('WP_DEBUG_DISPLAY', false);
    //@ini_set('display_errors',0);
    //define('WP_DEBUG_LOG', true);
    

    Warning: sprintf() is a warning, and will not show if set as above

Viewing 12 posts - 1 through 12 (of 12 total)
  • The forum ‘WC Vendors Pro Support’ is closed to new topics and replies.