Home › Forums › Plugin Help and FAQ › WP Net Price Calculatorâ„¢ › Display Issues & Next Page button Not Working
Tagged: display, issues, tags, wp net price calculator
- This topic has 1 reply, 1 voice, and was last updated 7 years, 5 months ago by Layer7web.
-
AuthorPosts
-
-
June 5, 2017 at 3:54 pm #2906
Layer7webKeymasterSome themes are set to apply wpautop before the shortcode before WP Net Price Calculator is executed. This causes p and br tags to be inserted in the html sometimes. This causes display issues and can also cause the ‘Next Page’ button to stop working. The fix for this is to add:
PHP12remove_filter( 'the_content', 'wpautop' );add_filter( 'the_content', 'wpautop' , 99);This should stop random br and p tags from being inserted into the code.
-
June 20, 2017 at 6:03 am #2942
Layer7webKeymasterA recent update has removed all white space in the code output. This prevents line breaks and paragraph breaks from being inserted by WordPress. This is no longer an issue.
-
-
AuthorPosts
The topic ‘Display Issues & Next Page button Not Working’ is closed to new replies.
Comments are closed.