"Column text" loading error

Posted in: Newspaper
Post count: 13

I am trying to add a shortcode in a column text but I keeps loading and the console shows me the following error:
https://imgur.com/a/vjNx0S6

How can I fix it? There is no permission error.

Is “Column text” the only way to add a shortcode?

Post count: 35449

Hi lucianasilvaoliveira,

Please make sure that you have the last version of theme, and all theme plugins update.
Also please check this topic:
-> https://forum.tagdiv.com/topic/shortcodes-break-using-tagdiv-composer/
Let us know the results!
Thanks.

Post count: 13

I identified that the issue is the OPTIONS administrator menu from CPTUI that has some conflict with TAGDIV Composer.
I have to disable it in order for it to save anything.

Can you check that?
Is is implemented in my funcions.php file like this:
if( function_exists('acf_add_options_page') ) {

acf_add_options_page();

}

Post count: 35449

Hi,

Please be notice that is a plugin that was not tested with our theme ( ACF -> https://www.advancedcustomfields.com/resources/acf_add_options_page/ ), and we can not tel; you for sure how it’s work with our theme.
Please read this topics: -> https://forum.tagdiv.com/topic/no-text-output/

Thank you for your understanding.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.