• Resolved 30thwarrington

    (@30thwarrington)


    This problem is only happening in Internet Explorer. Everything works fine in Chrome and Firefox.

    In IE, Content view is working fine, but I have 2 other plugins that do not work properly – WP Google Maps (On Location page) shows no map, and Arconix FAQ (FAQ page) shows all FAQs open instead of collapsed. I’ve got support issues logged with both of these.

    However, I have discovered that by deactivating Content Views, both of the other problems go away.
    Both Content Views and Arconix are pretty important parts of my website so I don’t want to change them. I could try and find another map plugin if necessary.

    Any help gratefully appreciated as I’m getting a bit despairing of ever getting this website working properly now.

    The website is https://30thwarringtonscouts.org.uk/

    https://www.ads-software.com/plugins/content-views-query-and-display-post-page/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi,
    In IE I see an error of script Unexpected call to method or property access.
    But it is too common and has no detail clue.

    So the best solution is loading CV scripts & styles only on page you use View (it will cause the View output doesn’t render as smoothly as usual).
    Please add this code to file functions.php of your active theme:

    // CVPro - Don't load CV at header, load on page which uses View
    add_filter( 'pt_cv_default_enqueue_assets', '__return_false' );

    Best regards,

    Thread Starter 30thwarrington

    (@30thwarrington)

    You’re a genius! I’ve no idea what that does but it works.
    The pages do flash a bit on loading, but I can live with that.

    Thank you so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Content Views clashing with other plugins’ is closed to new replies.