Jeff Cohan
Forum Replies Created
-
Here it is:
New comment on your post "Case Study: Emergency Notice Banner for Hybrid Web site" Author: keychains wholesale (IP: 221.172.137.213, 221.172.137.213) E-mail: [email protected] URL: https://www.wholesale-keychains.com/ Whois: https://whois.arin.net/rest/ip/221.172.137.213 Comment: [* WordPress Simple Firewall plugin marked this comment as "reject". Reason: Failed GASP Bot Filter Test (checkbox) *] We produce all kinds Chicago <a href="https://www.keychain-lanyard.com/" rel="nofollow">keychain lanyards</a> Bears Promotion Rubber Bracelets design services, you can get whatever you want Promotional rubber wrist bands, whether you expect to order Milwaukee Bucks Promotion Rubber Bracelets, Atlanta Hawks Promotion Rubber Bracelets or Toronto Raptors Promotion Rubber Bracelets You can see all comments on this post here: https://jeffcohan.com/tek/case-study-banner-hybrid/#comments Permalink: https://jeffcohan.com/tek/case-study-banner-hybrid/#comment-75828 Trash it: https://jeffcohan.com/tek/wp-admin/comment.php?action=trash&c=75828 Spam it: https://jeffcohan.com/tek/wp-admin/comment.php?action=spam&c=75828
New comment on your post "Case Study: Emergency Notice Banner for Hybrid Web site" Author: keychains wholesale (IP: 221.172.137.213, 221.172.137.213) E-mail: [email protected] URL: https://www.wholesale-keychains.com/ Whois: https://whois.arin.net/rest/ip/221.172.137.213 Comment: [* WordPress Simple Firewall plugin marked this comment as "reject". Reason: Failed GASP Bot Filter Test (checkbox) *] We produce all kinds Chicago <a href="https://www.keychain-lanyard.com/" rel="nofollow">keychain lanyards</a> Bears Promotion Rubber Bracelets design services, you can get whatever you want Promotional rubber wrist bands, whether you expect to order Milwaukee Bucks Promotion Rubber Bracelets, Atlanta Hawks Promotion Rubber Bracelets or Toronto Raptors Promotion Rubber Bracelets You can see all comments on this post here: https://jeffcohan.com/tek/case-study-banner-hybrid/#comments Permalink: https://jeffcohan.com/tek/case-study-banner-hybrid/#comment-75828 Trash it: https://jeffcohan.com/tek/wp-admin/comment.php?action=trash&c=75828 Spam it: https://jeffcohan.com/tek/wp-admin/comment.php?action=spam&c=75828
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] Redirect LoopI had that problem. Turns out I the page I had specified for the WPTouch Home page was also selected in the Menu Items and Page items section. When I changed the former to “WordPress Settings”, the problem went away.
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] MenusI just noticed the same issue and then discovered that I had not checked the pages in the WP Touch Admin area. After I did check them, they appeared.
Forum: Plugins
In reply to: [List category posts] PHP Notices (minor issue)Now I’m also seeeing a whole slew of these errors again, in version 0.59:
[09-Apr-2015 23:18:24 UTC] PHP Notice: Trying to get property of non-object in /home1/[account_name]/public_html/wp-content/plugins/list-category-posts/include/lcp-catlistdisplayer.php on line 226
Forum: Plugins
In reply to: [List category posts] PHP Notices (minor issue)The 0.59 update appears to have eliminated the PHP Notice for what used to be line 227 in 0.58.1 (now line 226).
However, I’m still getting a PHP Notice for line 233 (was line 234 in 0.58.1):
[09-Apr-2015 22:28:13 UTC] PHP Notice: Undefined index: no_post_titles in /home1/[account_name]/public_html/wp-content/plugins/list-category-posts/include/lcp-catlistdisplayer.php on line 233
Would it help to change this on line 233:
if ( $this->params['no_post_titles'] != 'yes' ):
to this:
if ( isset($this->params['no_post_titles']) && $this->params['no_post_titles'] != 'yes' ):
?
Forum: Plugins
In reply to: [List category posts] PHP Notices (minor issue)Excellent! Thanks so much.
Forum: Plugins
In reply to: [List category posts] PHP Notices (minor issue)We’re using the plugin widget and shortcode.
I’m thinking that a simple solution (keep in mind that I’m interested only in avoiding the PHP Notices in my debug.log file) might be to add a couple of “if” tests to the if statement on line 227.
For example, would it work to change this:
if ( $post->ID == $single->ID ):
to this:
if ( is_object($post->ID) && is_object($single->ID) && $post->ID == $single->ID ):
?
Forum: Plugins
In reply to: [Gravity Forms Sticky List] Conditional Logic – What am I missingThanks for the prompt response!
Forum: Plugins
In reply to: [PHP Code Widget] Hiding an aside section if PHP returns no outputThanks for the quick and comprehensive response, Otto. I’ll definitely consider what you’ve suggested. Makes lots of sense.
How frequently is the plugin supposed to update .htaccess?
I manually added an IP address in the Ban Hosts box, but no changes to .htaccess were made for over a half hour.
To test things, I turned OFF “Allow iThemes Security to write…” and saved my settings; then I turned it back on and saved the settings. Only then did my .htaccess get updated.
Forum: Reviews
In reply to: [Dynamic Widgets] Great functionality; INCLUDE/EXCLUDE logic a bit confusingYes, Qurl, I think that would help.
Thanks.
Thanks, Wordfence. It’s now working, and I have indicated as such in the Working/Not Working box.
Forum: Plugins
In reply to: [GroupDocs Assembly] Is this plugin malicious?Thank you for the thorough explanation, Otto.