Hussam Al-Tayeb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: xmlrpc.php related attackDeleting it won’t help as it will trigger a crazy number of 404 requests which wordpress has to process.
Right now, the only way that seems to be helping is redirecting requests to xmlrpc.php to a fictional IP.
I guess I will just keep it like this till the attack subsides. thank you.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsOk, thank you very much ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsyes, autosave. sorry.
And it was a new post. I was writing and pressing publish submit a autosaved draft instead of what I submit.
I restarted firefox, and it worked on second trial.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsyes, after applying the patch. It keeps saying there is a stored draft and publishes that instead.
Forum: Plugins
In reply to: [bodi0`s Easy cache] Jetpack mobile theme.I may be a bit pushy here and this is not absolutely necessary ?? But any way to support wp-polls plugin with the cache plugin through some modification in either plugin? ?? (refreshing the cache when a visitor votes in a poll)
Forum: Plugins
In reply to: [bodi0`s Easy cache] Jetpack mobile theme.Great. thank you ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsI found another problem. this still breaks posts. publishing won’t show the current draft.
Again, disabling proofreading fixes it.Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsI applied the patch to my jetpack 2.9 installation. it fixes the bug. thank you.
Forum: Plugins
In reply to: [Cloudflare] Why use CDN/caching?Cloudflare caches images, css, javascript and places you behind their own IP addresses. They serve them from servers in the same continent as you. For example, if your host is in the US and you live in europe, cloudflare serves your images from a server in europe. I They protect you from DoS attacks.
Caching plugins serve a completely different purpose. They only decrease the load on your mysql server and php processing by serving cached copies on the processed php scripts.
Cloudflare does NOT cache html or php. However, it makes a snapshot of your website to show to users when your website is offline.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] 2.9 blocking postsfirefox web console says
TypeError: window.wp.autosave.local.suspend is not a function
upon failure to update a post.
Disabling proofread makes updating posts work again.Forum: Plugins
In reply to: [bodi0`s Easy cache] Jetpack mobile theme.Alright, thank you ??
Forum: Plugins
In reply to: jetpack monitoring servicethank you. I will do that.
Forum: Themes and Templates
In reply to: Wp-andreas00 Need a new comments.phpI have been looking for themes but really cannot find what I need in new themes.
Any suggestions for a 3 column theme with light colors, not too wide, and static width, and where I can add a banner?
I have been searching on www.remarpro.com but can’t find anything to match all those criterias ??Forum: Themes and Templates
In reply to: Wp-andreas00 Need a new comments.phpThank you. I have been trying to find a new theme. I want something with grey and white colors, fixed width so I can add a custom banner and obviously a custom header. This seems to be limiting my choices ??
Forum: Themes and Templates
In reply to: Wp-andreas00 Need a new comments.phpI managed to work around many things even if in a bad way. still:
REQUIRED:License: is missing from your style.css header.
REQUIRED:License URI: is missing from your style.css header.
REQUIRED:.sticky css class is needed in your theme css.
REQUIRED:.gallery-caption css class is needed in your theme css.
REQUIRED:.bypostauthor css class is needed in your theme css.
WARNING: Found wrong tag, remove widgets from your style.css header.
WARNING: Found wrong tag, remove two columns from your style.css header.
WARNING: Found wrong tag, remove three columns from your style.css header.
WARNING: Found wrong tag, remove fixed width from your style.css header.
WARNING: Found wrong tag, remove andreas from your style.css header.
WARNING: Found wrong tag, remove 800px from your style.css header.
REQUIRED: Could not find post_class. See: post_class<div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>>
REQUIRED: Could not find add_theme_support( ‘automatic-feed-links’ ). See: add_theme_support
<?php add_theme_support( $feature ); ?>