• Resolved Erik72

    (@erik72)


    hello,

    my master slider doesn’t work anymore, can someone help me out?

    kind regards, erik

    • This topic was modified 6 years, 11 months ago by Erik72.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor averta support

    (@averta_support)

    Hi Erik,

    Thank you for choosing Master Slider.

    Could you please explain in more detail?
    Or give us the link of your website.

    I will wait to hear from you.

    Best,
    Averta

    Thread Starter Erik72

    (@erik72)

    hello thanks for your reply,

    http://www.weistraschilderwerken.nl

    kind regards
    erik

    Plugin Contributor averta support

    (@averta_support)

    You are very welcome.

    That is because of WordPress autop. It automatically adds a <p> tag to your content.
    You have to disable autop for shortcodes.

    Add the below code to functions.php (functions.php is where you have installed your WordPress, into wp-includes folder)

    //move wpautop filter to AFTER shortcode is processed
    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);
    add_filter( 'the_content', 'shortcode_unautop',100 );

    Please let me know the result.

    Best,
    Averta

    Thread Starter Erik72

    (@erik72)

    hello,

    it doesn’t seem to work yet….

    best, Erik

    Thread Starter Erik72

    (@erik72)

    hello,

    I’ve been trying several options now
    but however nothing seems to work, I’ve tied to past it in the functions.php
    in my themes functions.php, in wordpress functions.php
    but the result remains the same…………..

    more help is very welcome

    kind regards, Erik

    Plugin Contributor averta support

    (@averta_support)

    Hi Erik,

    Please deactivate all the plugins and use the default theme. Then reactivate plugins one by one. After activating each plugin, check out and see if the issue persists.

    In this way, you can find out which plugin is causing the problem.

    I will wait to hear from you.

    Best,
    Averta

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘my masterslider doesn’t work anymore’ is closed to new replies.