balram19
Forum Replies Created
-
Forum: Plugins
In reply to: [Interactive Content – H5P] Deprecated error after php updateHello @icc0rz,
It’s not a proper solution to hide the mistakes of your plugin.
you have to solve these errors in your plugin.
Thanks
Forum: Plugins
In reply to: [Interactive Content – H5P] Deprecated error after php updateHello @icc0rz,
How I can configured in php.ini file.
Forum: Plugins
In reply to: [myCred H5P] Deprecated error after php updateForum: Plugins
In reply to: [myCred H5P] Deprecated error after php updateHello,
I don’t want to show thumbnail image while open the portfolio. so I want to use previous version. BTW my issue has been resolved.
Thanks
Hello @rexdot,
Yes resolve the issues. Now I want to use older versions of this plugin. There is no option of PREVIOUS VERSIONS of this plugin.
Thanks
Hi @justingaleuk,
Please follow the below steps:
Step 1: Go to plugin > plugin editor.
Step 2: Select the “Responsive Accordion and Collapse” plugin to edit the dropdown.
Step 3: Go to lib > admin > data-post > ac-save-data.php
line no. 13 replace, this code$accordion_desc = stripslashes(wp_kese_post($_POST['accordion_desc'][$i]));
by this code
$accordion_desc = stripslashes($_POST['accordion_desc'][$i]);
Then let us know
Thank you
Hi @beestung14,
This is a free support forum so, please contact the pro support forum where you purchase the plugin.
Thanks
Hi @justingaleuk,
As per the WordPress new guideline, you cannot use the iframe and special symbols in the description section because of escaping keywords. but if you want to use them then you can remove the wp_kses escaping keyword from the description. If you want to keep it then avoid the updates.
Thanks
Hi @mugenlude,
If you have a backup of the accordion’s data then you can recover it but if you don’t have any backup accordion then you will recreate the accordion again.
Thanks
Hi @wesley03,
The content of tab coming from another plugin so please contact their support forum.
Thanks
Hi @emanuel17,
It is a confliction with other plugins or themes so please try to deactivate some plugins and check which plugin is in conflict with it and again activate them.
Thanks