thsigit
Forum Replies Created
-
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Categories & FAQs together@craigdavidriches: Yes, it can.
@robotor: No, that’s not true. On one of my site, this plugin handles 5 different categories on a page, each category holds 2-5 QAs.Unable to delete also from WP admin. Deleting it from within file manager isn’t enough for me, because the plugin had created some options in wp_options table in the database.
To completely uninstall this plugin, go to phpmyadmin and run SQL query:
SELECT * FROM <code>wpeh_options</code> WHERE <code>option_name</code> LIKE 'liquidizer_lite_wp_table' OR <code>option_name</code> LIKE 'liquidizer_lite_wp_which_table_element' OR <code>option_name</code> LIKE 'liquidizer_lite_wp_table_width'
This will display all the options inserted into wp_options table by this plugin. You can delete it if you want or keep it if you want to re-install it later.
Error seems to be fixed with the latest update (0.16.1). Marking this as solved.
@malgorzata-karolina: if you can’t access your wp dashboard you need to upload the latest update manually via filemanager or using FTP software such as FileZilla.
Or you can open directory /autoinstalator/wordpress5/wp-content/plugins/icegram-rainmaker/classes/mailers/ from your web server panel and edit config.php, adding
//
in front ofrequire_once('campaignmonitor.php');
so it will look like this//require_once('campaignmonitor.php');
You will be able to use the dashboard again and update to the latest version.
Forum: Reviews
In reply to: [Import any XML, CSV or Excel File to WordPress] HTTP error twiceE-mail sent.