How to insert in shortcode '

Posted in: Newspaper
Post count: 54

Hello~

How to insert shortcode in

https://papacurator.com/wp-admin/post.php?post=3659&action=edit

I tried this shortcode ‘<h3>My Favorites</h3>
[user_favorites]’

I tried ‘column text’ for this.
But there is unlimited waiting error.
(https://imgur.com/a/38rrgaj)
So I found that the same case for this.

step 1. I checked
https://forum.tagdiv.com/requirements-for-newspaper/

the result is below image

https://papacurator.com/wp-content/uploads/2019/02/newpapertheme-system-status-1.png

step2. Please add this code in the .htaccess file:

php_value max_input_vars 5000
php_value max_execution_time 300
php_value post_max_size 50M
php_value upload_max_filesize 50M

php_value suhosin.post.max_vars 5000
php_value suhosin.request.max_vars 5000

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

STEP3. Also make sure that all theme plugins are updated and activated, clear all cache and try again.

but error is the same

Post count: 22421

Hello,

It is a syntax error or your showrtcode meaning th code is not written properly.
Please provide the shortcode here again so I can inspect it.
If this is what you add in the column text, it will break obviously: https://www.screencast.com/t/6JdpgZlu
A shortcode starts with a [ and ends with a ] but does not have any ‘ after it and definately not </h3&gt

I think you mean to add it like [user_favorites]

Add it simply with nothing before or after it.

Thank you!

Post count: 54

Hello~

I tried what you suggest already.
It doesn’t work

https://papacurator.com/wp-content/uploads/2019/02/shortcode-not-working.png

I tried just put in shortcode not using tagidv.
it worked.

https://papacurator.com/wp-content/uploads/2019/02/shortcode-working.png

Post count: 35449

Hi,

Did you try to set the cod in a raw html -> https://www.screencast.com/t/0Vg0QfYM maybe this will work better.

Thank you.

Post count: 54

Hello~

I tried your guide

https://papacurator.com/tdb_templates/blank-author-template/

but shortcode doesn’t work in tagdiv but work in visual mode.

The code like this

[user_favorites]

[vc_row][vc_column width="1/3"][vc_widget_sidebar sidebar_id="td-category-sidebar"][/vc_column][vc_column width="2/3"][vc_raw_html]JTVCdXNlcl9mYXZvcml0ZXMlNUQ=[/vc_raw_html][/vc_column][/vc_row]

 

  • This reply was modified 7 years by lowhoh.
Post count: 35449

Hi,

Did you set the shortcode in a column text or in a text with title ?
-> https://www.screencast.com/t/V0I4JLrY8
-> https://www.screencast.com/t/9DEuILZuGg0N

Thank you.

Post count: 54

Hello~

Yes, I tried your guide, but there was unlimited circle showing.

https://papacurator.com/wp-admin/post.php?post_id=3659&td_action=tdc&tdbTemplateType=author#/

Post count: 35449

Hi,

Please deactivate all non theme plugins and try again to set the shortcode in a column text.

If there is still a problem, you can send us an email at contact@tagdiv.com and provide admin login, as well as cPanel or FTP if possible. We will take a look. Include a link to this topic in the email.

Thanks

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