srlaird
Forum Replies Created
-
That works perfectly. Thank you!
Hello,
Can you please specify the exact code to add to the theme’s functions.php to filter out the Visual Composer shortcodes?
We have seemless mode turned off.
Thanks!
Forum: Reviews
In reply to: [Exploit Scanner] Too Many Errors in a New WordPress InstallationHelped me also kb0wwp. Thank you!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Undefined indexHi Emre,
Through process of elimination, with other plugins, we have determined the fault to like with another plugin, NOT WP Fastest Cache.
Thank you for your support of the Undefined index: action in …/wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 69. error mentioned above.
Thank you!
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Undefined indexHi Emre,
Thanks for your quick response, but we are still seeing the same error message, after deleting and reinstalling/reactivating the plugin.
Is there something else we can do?
Thank you.
Forum: Plugins
In reply to: [WP Fastest Cache - WordPress Cache Plugin] Undefined indexHi Emre,
We were seeing the same single error: Undefined index: action in …/wp-content/plugins/wp-fastest-cache/wpFastestCache.php on line 69.
We deactivated and reinstalled the plugin. Now we get this error, whether the plugin is installed/activated or not:
Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in ../wp-includes/functions.php on line 3624Can you advise what we should do here?
Thank you.
Forum: Plugins
In reply to: [Simple Photo Gallery] Dark Gray Thumbnail BackgroundPlease disregard. Some of our images have dark grey background. Facepalm!
Forum: Plugins
In reply to: [Custom Contact Forms] Fatal ErrorThank you very much for posting your solution bookwyrm! That worked for us, and we were able to update the plugin.
In our shared hosting account admin, we edited the php.ini, and set asp_tabs: Off.
Forum: Plugins
In reply to: [Custom Contact Forms] Fatal ErrorBoth are Apache.
Forum: Plugins
In reply to: [Custom Contact Forms] Fatal ErrorThank you for the quick response.
We are running 5.3.13 on the server where we were not able to update.
We just loaded it on another server, running 5.3.29, and had no problem. We were prompted to update the database, and all went well. We also updated the contact form plugin first, after updating the theme, then updated the other plugins.
What do you think?
Regards,
ShannonForum: Plugins
In reply to: [Custom Contact Forms] Fatal ErrorHello,
On our local system, the update to 6.2 from 5.1.0.1 went fine, but on the remote server we are having the same error as akinschris, when updating via WordPress admin, or by loading the plugin folder by ftp. The plugin installs, but gives this error on attempted activation:
Parse error: syntax error, unexpected T_FUNCTION, expecting ‘)’ in /——/———-/wordpress2/wp-content/plugins/custom-contact-forms/classes/class-ccf-form-manager.php on line 811
We have tried restoring the original version and re-updating twice, but still get the same error.
I’m wondering if the database update was not triggered. Do you know what we might try next. We don’t want to lose our contact form data.
Regards,
ShannonForum: Fixing WordPress
In reply to: Can't logout – Authentication Required – Protected FileI am posting this, in case it might help someone else.
In order to restore the site, we had to put back the .htaccess file that contained code for Better WP Security. The site will need that code in the .htaccess file from now on, even though the plugin has been deleted. We did hack out as much of it as we could, and ended up with this:
# BEGIN Better WP Security # Begin HackRepair.com Blacklist RewriteEngine on <FilesMatch "wp-login.php"> Satisfy any Allow from all </FilesMatch> # Abuse Agent Blocking RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [NC,OR] RewriteCond %{HTTP_USER_AGENT} ZyBorg [NC] RewriteRule ^.* - [F,L] # Abuse bot blocking rule end # End HackRepair.com Blacklist # END Better WP Security # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressThe Better WP Security plugin does state that it alters the database, .htaccess, wp-config, etc. This is old, but see here: http://chriswiegman.com/2011/09/what-is-changed-by-better-wp-security/
We were not able to find any instructions for completely removing the plugin. We did not hear from Better WP Security support at all either.
Forum: Plugins
In reply to: [WP Simple Calendar] Last Month-Next Month Links don't click in IEThank you Nikki! That has solved our IE issue with the calendar.
It is the season to be thankful for the WordPress Community!
Forum: Plugins
In reply to: [WP Simple Calendar] Last Month-Next Month Links don't click in IEJohn, thanks for the response. Have you had a chance to take a look at the issue with IE? It is both IE8 and IE9. Do you see the same thing we are seeing?