Hey
I like to add shortcodes in the tagdiv composer (not the predefined ones), like one can do in the standard WP-editor. How is that possible?
Cheers!
Hello!
The cloud template should be edited with TagDiv Composer. If you want to add a shortcode from a plugin, then you can use “column text” or “text with title” elements from TagDiv Composer. These elements have a button called “edit content” and if you click on that button, the wp editor will open and you can add the shortcode there, press SAVE and view. Check this example: https://forum.tagdiv.com/add-cryptocurrency-price-ticker-widget/
Let me know the results!
Thank you!
hey thanks
The Editor just keeps loading so cant access it
Hello!
You should check the errors from the console (CTRL + right-click -> Inspect -> Console) while is loading, so you can see which errors are you encounter there.
Please check the steps from here: https://forum.tagdiv.com/topic/unable-to-edit-text-with-title/ and also other possible issue as here: https://forum.tagdiv.com/topic/403-error-on-tagdiv-composer-when-trying-to-use-wp-editor-wpedito-php/
Please check your .htaccess file: https://www.screencast.com/t/MJ78SDZr4Gl -> https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Let me know the results!
Thank you!
Failed to load resource (wp_editor) the server responded with a status of 403 ()
Added <IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>
in htaccess still not working
deactivated cache-plugin and cleared chache, still not working
-
This reply was modified 1 year by
magnusstrandberg.
Hello!
It’s possible to be from the firewall or security module that blocks the admin-ajax.php request, which usually displays a 403 or 404 error.
If you don’t use a security plugin, please ask your host about this; maybe you have a security module that blocks this.
If you use a plugin like Wordfence, please set it to learning mode.
Also, if you are using Cloudflare, please make sure that it is set as in our guide: https://forum.tagdiv.com/cloudflare-cdn/; you need to disable the Rocket Loader.
Examine some other potential interfering factors: https://forum.tagdiv.com/general-options-may-interfere-newspaper-theme/
Thank you!