jshariar
Forum Replies Created
-
Forum: Plugins
In reply to: Someone is trying to hack my sitemwhoyle … the guy now keeps trying the same password and the same username again and again…
yes.. i can update every other plugin no problem… and yes we are talking about the plugin hosted on wordpress.org
The crash causes a white page..
No admin ! No Site! Nothing is accessible.. then you get the message that says briefly down for maintenance so you have to delete the .maintenance file from your root..
after that everything works.. but the plugin is still not updated.. if you try to update it again.. same thing happensThe height thing didnt work at all
hey i disconnected and reconnected and i lost all my stats.. what should i do?
Forum: Fixing WordPress
In reply to: WordPress Admin Bar Is Glitchedis anyone going to help?
Forum: Fixing WordPress
In reply to: java script errorForum: Fixing WordPress
In reply to: Wodpress Admin Bar is messed uphelp help help .. someone reply please
Forum: Fixing WordPress
In reply to: How to " Remove query strings from static resources" in W3TC ?You can remove query strings, and that will help a little. Chances are you have more serious speed issues.
Use in functions.php:
// Remove Query Strings
add_filter( ‘style_loader_src’, ‘remove_query_string’ );
add_filter( ‘script_loader_src’, ‘remove_query_string’ );
function remove_query_string( $url )
{
return remove_query_arg( ‘ver’, $url );
}Did that and i got 500 internal error everywhere
Forum: Fixing WordPress
In reply to: How to " Remove query strings from static resources" in W3TC ?Chances are you have more serious speed issues.
How do i identify those issues?
Forum: Fixing WordPress
In reply to: Wodpress Admin Bar is messed upi just did a browser errors check ..
heres what i got:Failed to load resource: the server responded with a status of 520 (Origin Error) http://www.joythedesigner.com/wp/wp-includes/css/admin-bar.min.css?ver=4.0 Failed to load resource: the server responded with a status of 520 (Origin Error) http://www.joythedesigner.com/wp/wp-includes/js/mediaelement/mediaelementplayer.min.css?ver=2.15.0 Failed to load resource: the server responded with a status of 404 (Not Found) http://t2.gstatic.com/favicon?q=tbn:ANd9GcRhudX5tGZIcaupikEJBkCMBHJWgTHjvLKdqY63VgjW_bS86EQO0PCCqF_iuUg18Rsa5jfonUpoT5VHSh0IpvbRqsxXYqxKKC4How do i fix it