Forum Replies Created
-
AuthorPosts
-
January 9, 2020 at 10:57 pm in reply to: Create a file form excel with 3000 shortcodes to import #7171
AakashKeymasterHi @josegp,
I’ve informed you on the same via email.
Anyways just replying here for all the users.
With v5.0 and above it is possible to import the shortcodes from excel sheet.
You may have to use another the plugin https://wordpress.org/plugins/wp-all-import/
1) In the plugin’s wizard select “shortcoder” as the post type
2) Select the column which has the name in post title and the column which has the code as post content and try importing.Thanks,
AakashJanuary 9, 2020 at 10:48 pm in reply to: After the latest upgrade, the JS script tags have been removed #7170
AakashKeymasterHi @mihalcea_vla,
Sorry for the delay. Yes it was an issue.
v5.0.4 addresses this issue.
Thanks,
Aakash
AakashKeymasterHi Rohit,
Sorry for the late reply.
I don’t think it will work as the the DB value is serialized and saved by PHP. Find and replace on it won’t work as the length of the value changes.
The best option would be to write a PHP code and execute it once.
You can try the script I wrote for now.1) Take a backup of the shortcoder data first.
2) Paste the bwlow code in theme’s function.php file and refresh any wordpress page once.function replace_sc_data(){ $scs = get_option( 'shortcoder_data' ); foreach($scs as $sc_name => $sc_prop){ $sc_content = $sc_prop['content']; $replaced = str_replace('TO SEARCH TEXT', 'TO REPLACE TEXT', $sc_content); $scs[$sc_name]['content'] = $replaced; } } add_action('init', 'replace_sc_data');3) Delete the code later and save the file.
Thanks,
Aakash
AakashKeymasterSorry for the late reply.
On which page you saw this error ?
AakashKeymasterThe issue which you mentioned is fixed in v5.0.4.
I checked your site and now things are back to normal.
Please see screenshot below.https://i.snipboard.io/yzfF4m.jpg
Thanks,
Aakash
AakashKeymasterhmm.. let me check quickly !
AakashKeymasterI was debugging the issue and site went down.
Could you please rename the wp-content/plugins/shortcoder plugin folder ASAP ?
AakashKeymasterEveryone,
Please try v5.0.3 and confirm if it fixes most of the issues.
If any issue still exists, please do let me know and send me a temporary administrator username and password to http://www.aakashweb.com/contact for me to debug this issue further.
Sorry for the inconvenience !
Thanks,
Aakash
AakashKeymaster@jaymckinlay could you please share some screenshots to help me understand the issue ?
I’ll let you know furhter on this quickly once you give details.
AakashKeymasterHi,
Update 5.0.2 fixes this issue. Please update to it.
Please confirm if it solves your issue.
Sorry for inconvenience !Thanks,
Aakash
AakashKeymasterHi,
Update 5.0.2 fixes this issue. Please update to it.
Please confirm if it solves your issue.
Sorry for inconvenience !Thanks,
Aakash
AakashKeymasterHi,
Please upgrade to v5.0.1 and issue should be fixed.
Sorry for inconvenience !Thanks,
Aakash
AakashKeymasterHi,
Please upgrade to v5.0.1 and issue should be fixed.
Sorry for inconvenience !Thanks,
Aakash
AakashKeymasterFound the bug. Issuing fix ASAP.
-
AuthorPosts
