gerardjp
Forum Replies Created
-
Hi Lex,
Solved it with a blacklist config for now. Some of the sites I suffered this are dutch so dropping in a blacklist with mostly english words solved it. Second link also used url shortener domains to block.
https://perishablepress.com/wordpress-ultimate-comment-blacklist/
https://themeskills.com/blacklist-comments-wordpress-prevent-spam/
Not a bug fix but effective 😉
Goodluck!
Gerard.
Hi All,
I’m experiencing the same problem since not to long. The filecreation of “…@2x..” seems to happen under different circumstances. The filesystem privileges of the file deviate resulting in access forbidden errors.
This is an example:
-rw------- 1 user1 user1 101979 Jan 4 21:16 [email protected] -rw-r--r-- 1 user1 user1 36476 Jan 4 21:16 LIST-DUO-300x300.jpgNB: I own the hosting company 😉
Any advice?
Thanks a lot.
Regards,
Gerard.
Forum: Plugins
In reply to: [Event Organiser] Empty website, just event header text since updateDear Stephen,
Thanks for the heads up. Customer is testing the workaround … Seen quite a wave of plugin updates after 4.4. Taxonomy changes in WordPress made some ripples 😉
Thanks again!
Kind regards,
Gerard.
+1
As time moves on and nothing is done .. this plugin slowly moves out :-/
Forum: Fixing WordPress
In reply to: Whois Abdull Karem and why are they scanning?Hi all,
Just to be informative. Noticed this today on some sites for file:
/wp-admin/css/css.php"GET /wp-admin/css/css.php?450699=1&php4=1&root=1&upl=1&wphp4=1&abdullkarem=1&wp=1&module=1&php=1&php5=1&wphp5=1 HTTP/1.0" 404 24284 "-" "-"IP originates from Africa (Owner address refers to Isle Mauritius).
Regards,
Gerard.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeDear rollybueno,
I checked. It’s working again.
It tried the tooltip removal earlier but that didnt work.
NB: I use the hidden div for quick hiding, for when an issue is not done yet.
We’re all good .. Thanks a lot!!
Regards,
Gerard.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeEvan,
Sound great, I got a demo site where the exact combination of WP, Theme (Divi) and plugin does work: http://www.cap5-demo.nl/other-page/
I own a dutch hosting company … So, if there’s anything I can help you with feel free to get in touch with me … And if you do decide to go for an instagram plugin, please let me know 😉
Take care!
Regards,
Gerard.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeDear Evan,
Thanks so much for your efforts (thought you were the dever of this plugin 🙂 … Looking at the source with devtools the images are acquired from instagram indeed. However they are displayed with a size of 0x0 .. somehow :-/
I’ll do some more digging 🙂
Thanks again.
Regards,
Gerard.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeI enable a div with the widget, but still no photo’s. Can you check the source to see it if looks as expected? ..
widget_instagram_recent_mediais still not in there …Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeIt did work though .. I’ll put it in with a widget, to see if that works
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeExtended the shortcode (taken from plugin example display to:
[simply_instagram endpoints="users" type="self-feed" size="thumbnail" presentation="polaroid" display="1" displayoption="instagram" showphotographer="true" photocomment="1" stat="true" photocaption="true" displaycomment="true"]widget_instagram_recent_media still not showing in the source however.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeGot chat? 🙂
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgrade[simply_instagram endpoints=”” type=”” display=”” ]
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeHi Evan,
Thanks for the response. Reverted (commented) all my changes. Website in questions is http://www.icycle.nu/
Insta feed is at frontpage.
Gerard.
Forum: Plugins
In reply to: [Simply Instagram] Version 1.2.7 displays nothing after WP upgradeUncommenting line simply-instagram.php:267
print_r( $atts );results in an non-existent array (as opposed to an empty array). Declaring one at the start of the class:
private $atts = array();and adding a test key:
$atts['test'] = 'foobar';Results on the page as:
Array ( [endpoints] => [type] => [display] => [test] => foobar )Shouldn’t the array be declared somewhere?
As it seems
PHP Warning: Illegal string offseterrors started to appear since PHP 5.4. Before that empty key/val’s were silently set.Still doesn’t explain why it works on another website.
Any suggestions?
Regards,
Gerard.