Hi,
This error happens because you entered the wrong conditional tag. You can read this guide about conditional tags and pay attention to the standard conditional tag format.
Best regards.
-
This reply was modified 5 years, 10 months ago by
mivtt.
conditional tag where? if i disable your plugin i dont have this error
Hi,
Please check in the plugin settings/ Design/ Conditional tags, you can see this image: https://prnt.sc/t4si4i
Best regards.
is_checkout()||is_page(4277,2941)||is_page(‘account’)
Hi,
The correct is: is_checkout()||is_page(4277,2941)||is_page('account')
Please pay attention to the apostrophe.
Best regards
Code is correct but the formatting is wrong because i did not add the correct “code” formatting here.
Consider making this function user friendly.
Hi,
In fact, the code of conditional tags is not our plugin’s regulation. It is of WordPress, You can read this guide about conditional tags of WordPress.