• Resolved Julian_Kingman

    (@julian_kingman)


    I’m using a theme that makes heavy use of javascript, and it’s having issues loading pages right now because of a JS conflict. This is the JS error I’m getting:
    Uncaught TypeError: Cannot read property 'zoom_level' of undefined
    (from the select2 JS file, line 317)

    And this is a separate PHP error that shows up when I turn on wp_debug:
    Strict Standards: Declaration of lctwidget_Taxonomy_Dropdown_Walker::start_el() should be compatible with Walker::start_el(&$output, $object, $depth = 0, $args = Array, $current_object_id = 0) in /home2/marcelal/public_html/nastri/wp-content/plugins/list-custom-taxonomy-widget/list-custom-taxonomy-widget.php on line 300

    Let me know what else you need, thanks!

    https://www.ads-software.com/plugins/beautiful-taxonomy-filters/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Julian_Kingman

    (@julian_kingman)

    Sorry, ignore the JS error, that was because of BWP minify.

    Plugin Author Jonathandejong

    (@jonathandejong)

    Hi Julian,

    Ignoring the JS error ??

    The php issue you’re seeing is not related to Beautiful taxonomy filters either but rather your plugin list-custom-taxonomy-widget. It’s not a critical error tho so everything should be working just fine anyway.

    Thread Starter Julian_Kingman

    (@julian_kingman)

    Thanks! For some reason I thought it was part of the same plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP & JS Errors’ is closed to new replies.