Kindly help me regarding this matter
The plugin inserts the codes correctly. Check the code you inserted for correctness and compatibility with WordPress
I am having the same issue. The css and JavaScript is not working. I have WordPress 5.4.1 installed. Thanks
The problem with not plugin. Check your css and js code
I installed WP Coder and created a basic shortcode for html code: <h2>Header</h2>
But this does not work. Please help asap. Thanks
Hello.
Can you send the link to the page with shortcode and screenshot with settings?
Hi. Our page isn’t active yet so we can’t send the link. This text reply doesn’t allow adding screenshots so I’ll explain the exact details here.
Simple html code works using custom html option on the wordpress site blocks but not through the shortcode generated by WP Coder.
[WP-Coder id=”1″] was the shortcode for <h2>Header</h2>
Pasting this shortcode in a text box or in the footer while editing the page only printed this: [WP-Coder id=”1″]
Is there some specific setting that needs to be changed? What are some things we can try to make the shortcode work?
If you insert the shortcode in the footer.php, you have to use the function do_shortcode() https://developer.wordpress.org/reference/functions/do_shortcode/
I can’t say you about the text box, perhaps it not work with shortcode
Thank you. It works with the function.