jimk1416
Forum Replies Created
-
Forum: Plugins
In reply to: [EWWW Image Optimizer] critical errorThanks for the fast response.
The fix worked for me as @nosilver4u wrote.Forum: Plugins
In reply to: [EWWW Image Optimizer] critical errorThanks.
I assume it will be updated in the next version?Forum: Plugins
In reply to: [Yoast SEO] Tools MenuHey @jeroenrotty
Looks like its the plugin Hide SEO Bloat.
Deactivating that brings back the tools menu.
Thanks for the help.Forum: Plugins
In reply to: [Yoast SEO] Tools MenuThanks @jeroenrotty
I just installed a new copy on another website and the tools menu is there so must be something like you say.I tried deactivating and reactivating it didn’t help. It is the latest version.
If I delete it and reinstall it will I lose all the data I have entered for page descriptions and keywords?Forum: Plugins
In reply to: [Contact Form 7] Spam Protect QuestionThanks @plantprogrammer
I tried adding that function to my functions.php file but it didn’t block the submission. Is there a variable in that function that needs to be changed based on the form you’re using?Great thanks. I changed it to Universal Code. Even better.
Figured it out. Had to add a closing PHP tag before my code.
?> <div class='profile-subhead'> <table class='profile-table-subhead'> <tr> <td class='profile-nowrap'><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></td> <td class='profile-absorbing-column'><?php the_title(); ?></td> </tr> </table> </div>
It actually would not let me activate that due to errors. I changed it to this but it’s still not displaying.
"<div class='profile-subhead'>; <table class='profile-table-subhead'>; <tr>; <td class='profile-nowrap'><?php foreach((get_the_category()) as $category) { echo $category->cat_name . ' '; } ?></td>; <td class='profile-absorbing-column'><?php the_title(); ?></td>; </tr>; </table>; </div>";
Figured it out:
Metaboxes and Widgets.
Dashboard Widgets.@loyukfai
The error is still there for me when I use any WP-CLI command in a PuTTy SSH session.Just to confirm this error is generated when running any WP-CLI command even something like listing plugins. Tried Ver 3.2.3 and there was no error. So Ver 3.2.6 still needs work.
Still seeing this error with version 3.2.6
[ERROR] : WPO_ADVANCED_CACHE constant is not present in advanced-cache.php
If I purge the cache from WordPress I don’t seem to get the error. But if I run WP-CLI commands via a bash script as follows I get the error.
I tried running it without the wp cache flush command and still get the error.wp cron event run wp_update_plugins wp plugin update --all wp cache flush
- This reply was modified 2 years, 8 months ago by jimk1416.
Forum: Plugins
In reply to: [Smash Balloon Social Photo Feed – Easy Social Feeds Plugin] ShortcodesHey Louis,
Perfect. Thanks.Forum: Plugins
In reply to: [Contact Form 7] antispam settingsUnless someone has a way to block all non GSM characters I was able to block those words by copying the “s” from the emailed submission as a non GSM character into the antispam settings words or phrases to block.
Then it will successfully block that character.Forum: Plugins
In reply to: [Contact Form 7] antispam settingsSo it turns out the spammer is not using all characters in GSM charset.
They are substituting the “s” in sister for a character not present in GSM charset so it then allows the word.
Is there anyway to get around this?- This reply was modified 2 years, 9 months ago by jimk1416.