Elshereef
Forum Replies Created
-
@ipstenu (Mika Epstein)
But if I imported the us site, or moved it to the root, wouldn’t that destroy all my link building, SEO and my Google rank?
Thanks for your help!Forum: Plugins
In reply to: [WordPress Related Posts] How to clear the plugin's Cache?Sorry, my problem wasn’t a cache problem! It was that I had to deltet the old thumbnail images – which were small that’s why they doesn’t show up in the first place – from the media library before uploading new ones.
Forum: Fixing WordPress
In reply to: Can't insert caption into imageI solved it, the problem was a function I used to use and forgot about!
add_filter( 'post_thumbnail_html', 'remove_thumbnail_dimensions', 10 ); add_filter( 'image_send_to_editor', 'remove_thumbnail_dimensions', 10 ); function remove_thumbnail_dimensions( $html ) { $html = preg_replace( '/(width|height)=\"\d*\"\s/', "", $html ); return $html; }
Forum: Fixing WordPress
In reply to: Can't insert caption into image@fathi
Thanks for replying, but it’s not a cache problem.Forum: Fixing WordPress
In reply to: Can't insert caption into imageForum: Fixing WordPress
In reply to: Can't insert caption into imageForum: Fixing WordPress
In reply to: Invisible facebook like buttonThis turned out to be a localhost problem after all! The code is working fine in my Server now.
Forum: Fixing WordPress
In reply to: Invisible facebook like buttonI am having the same problem here! have you fixed it?
Forum: Fixing WordPress
In reply to: WordPress has Swapped comments between two posts!@alchymyth
Damn! That was exactly the problem! How did you know that?I fixed the problem, couple days ago i added the Facebook like box to my blog, so i added the SDK codes to my header and that caused the problem! i removed it and put it after the <body> tag and that fixed the problem.
Try to play with any javascript codes in your header to see if anyone of them causes the problem. I hope you all can fix it as well.@westerdaled
have you changed anything in your website lately? Have you added any codes to the theme?@westerdaled
Yes, dead end too!Hi westerdaled,
I got a fresh copy of wordpress and setup it in my local server then i setup the plugin and it works perfectly!! so the problem isn’t with wordpress 3.3.2 neither 3.3.1 because i just tried the plugin in both of them. I deactivated JetPack plugin and nothing happen either, So i am now sure that the problem is in the theme itself i am debugging the theme right now and hopefully i can find the damn bug!The same here!!
Forum: Networking WordPress
In reply to: My new sites in WP multisite have no styles at allThanks a lot.