ThePopularizer
Forum Replies Created
-
Forum: Reviews
In reply to: [True Ranker] Works well, but needs client mode.It also needs competition analysis and ranking history. Basically, everything offered by the “Share project” link.
Thank you. I forwarded this thread to my host’s support, and here’s their reply:
`Hi there,
Thanks for your eTicket.
I’ve had a look through your account’s logs and actually see Optimole hitting our service without issue:
[Deleted for privacy]
I’ve checked and there are no blocks against that user agent nor their IP address as per the above log entry.
The ‘302’ status code as per their provided screenshot also indicates that they did successully reach the server to my understanding, as a 302 HTTP code indicates ‘Resource Found’:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/302
The HyperText Transfer Protocol (HTTP) 302 Found redirect status response code indicates that the resource requested has been temporarily moved to the URL given by the Location header.
I suspect that if you are having issues, there’s a chance that ModSecurity is involved as this is a security ‘Web Application Firewall’ (WAF) we have in place on our servers that can cause issues with specific actions that match potentially malicious action.
I’m seeing a huge number of ModSecurity blocks against a particular IPv6 address with the User-Agent listed as ‘mj12bot’:
[Deleted for privacy]
Could you please review and let us know if this is related to the Optimole tool? If so we should be able to help whitelist this IP address against the ModSecurity rule it’s triggering for you.
Looking forward to hearing from you. :)`
Hi Jose @giuse,
You’re welcome. I’m sure the pro’ version will be a real success.
Re: Point 4, I’m aware that you can enable/disable by ENTIRE column or row, but there seems to be no feature to do the same with groups within the column. For example, to only enable on all WooCommerce pages.
One more suggestion. The checkbox seems to have margins, which makes them unclickable in some areas. I would suggest replacing margins with padding, so you can click on the checkbox within each of the square spaces.
Tim
OK, thanks anyhow.
I think I might know what it is. I’m using a parallax script (paroller.js). It may be rewriting the css for parallax purposes. Is there a way to make lazy loading compatible with it? Anyway, thank you. I’ll work around this issue for now.
Hm, that’s strange. It seems to be processing as I’m logged in as admin, *and* not respecting “background-image” for me:
Shall I email you a login so you can check it out?
Certainly:
https://www.showcase.thepopularizer.com/location/
I just checked, and I see that if you’re logged out, it’s stuck on “background”. When I’m logged in, it switches from one to the other.
Yes, 2.4.1.
I just checked, and it seems to alternate from “background-image” to “background” upon force refresh. Most strange.
Thank you for the response.
I just found today that I have the same issue when Flying Pages is disabled, so it seems to be a Comet Cache issue. Sorry about that, and thanks again for the quick response!
Forum: Plugins
In reply to: [Contact Form 7] validation errorAre you using a caching plugin, or a caching server? I notice CF7 uses _wpnonce, so this problem might apply:
https://wordpress.stackexchange.com/questions/163585/should-i-use-wp-nonce-field-on-my-contact-form
Forum: Plugins
In reply to: [Clean Testimonials] Preserve paragraphsHi,
the tags don’t show up in the text editor (I think this is WordPress behaviour), but it does show in the single testimonial.
Here is the text editor:
https://oi60.tinypic.com/1zc05yp.jpgThe single testimonial with paragraphs in place:
https://oi61.tinypic.com/2cffkma.jpgSame testimonial from the testimonials list shortcode, without paragraphs:
https://oi58.tinypic.com/2gxobqe.jpgThank you again for your time!
Regards,
TimForum: Plugins
In reply to: [Clean Testimonials] Missing Paragraph Tag in BlockquoteSorry, this is a duplicate; please refer to the original. The browser didn’t display the changes in the original thread, for some reason.
Forum: Plugins
In reply to: [Clean Testimonials] Preserve paragraphsHi, sorry, I missed the original reply.
The issue seems to exist only in the plural version of the shortcode, which seems to strip out the paragraph tags:
[testimonials per_page=”10″]
The singular version of the shortcode works fine:
[testimonial id=”random”]
Here’s the development site:
Regards,
TimForum: Plugins
In reply to: [Edit Flow] Some extensions causing server errorHi Mohammad, thanks for the response.
I have the following recorded in the site’s error log:
“PHP Parse error: syntax error, unexpected T_VARIABLE in [functions.php] on line 74”
Line 74 is “global $edit_flow;”. Here is the full code, from line 73 onwards (basically an implementation of the auto-subscribe extension: https://editflow.org/extend/auto-subscribe-user-groups-for-notifications/):
function efx_auto_subscribe_usergroup( $new_status, $old_status, $post ) { ????global $edit_flow; ? ????// When the post is first created, you might want to automatically set ????// all of the user's user groups as following the post ????if ( 'draft' == $new_status ) { ????????// Get all of the user groups for this post_author ????????$usergroup_ids_to_follow = $edit_flow->user_groups->get_usergroups_for_user( $post->post_author ); ????????$usergroup_ids_to_follow = array_map( 'intval', $usergroup_ids_to_follow ); ????????$edit_flow->notifications->follow_post_usergroups( $post->ID, $usergroup_ids_to_follow, true ); ????} ? ????// You could also follow a specific user group based on post_status ????if ( 'pending' == $new_status ) { ????????// You'll need to get term IDs for your user groups and place them as ????????// comma-separated values ????????$usergroup_ids_to_follow = array( ????????????????14, 17, ????????????); ????????$edit_flow->notifications->follow_post_usergroups( $post->ID, $usergroup_ids_to_follow, true ); ????} ? ????// Return true to send the email notification ????return $new_status; } add_filter( 'ef_notification_status_change', 'efx_auto_subscribe_usergroup', 10, 3 );
Thanks again.
Tim
Forum: Plugins
In reply to: [Ultimate Admin Bar] [Plugin: Ultimate Admin Bar] Front-end/Back-end optionsHi Andy,
No problem – a man’s gotta prioritize!
All the best,
Tim