bonda
Forum Replies Created
-
Forum: Plugins
In reply to: [Quads Ads Manager for Google AdSense] show no adsThank you, Rene. I have noticed those boxes too late 🙂
Forum: Plugins
In reply to: [Quads Ads Manager for Google AdSense] show no adsThe <!–NoAds–> quicktag works well for me. But only when placed in the end of the post. If placed at the top, it is ignored.
Forum: Fixing WordPress
In reply to: Feedburner stopped working after WP 4.1 updateThank you, James!
Looks like that really was a server issue. Everything just started to work as before, with exactly the same settings.Forum: Fixing WordPress
In reply to: Feedburner stopped working after WP 4.1 updateHi James,
Thank you. Disabled the plugin and commented the redirection in .htaccess
Now I can read the feed using the direct link:
http://wariscrime.com/new/feed/But still cannot make it work at feedburner.com…
The full link there is: http://feeds.feedburner.com/wariscrime/BHIJForum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyThank you, Robert.
Downloaded and replaced. Tested the square brackets – works fine 🙂
Thanks again!Forum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyThank you, Robert Chapin.
Sorry, not familiar with that option… But it’s OK, now that I know how to avoid the problem. Will wait for 4.0.1. 🙂Paul
Forum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyHi ynakasone,
I had no problem with wp-admin, only with the website’s home page, category pages and some single posts. I too have copied all files manually, and it started to work well, except for the pages that contained square brackets inside the text. So, I have replaced the square brackets ([ and ]) with their codes ([ and]), and all works well ever since.Forum: Fixing WordPress
In reply to: htaccess redirect doesn't workYes. But I didn’t know much about regular expressions before, so their examples were kind of Chinese for me. So, to adapt them, I had to learn a bit their meaning first. Fortunately, it’s all very well explained on the same page 🙂
Forum: Fixing WordPress
In reply to: htaccess redirect doesn't workThank you. After a series of tests, this one works:
RedirectMatch 301 ^/[0-9]{4}/[0-9]{2}/[0-9]{2}/([a-z0-9\-/]+) http://wariscrime.com/new/$1Forum: Fixing WordPress
In reply to: htaccess redirect doesn't workThank you, Barnez. I have tried both of their examples, but they don’t work in my case (“Page no found”). They suppose that inside the new directory the path is of the same type (year/month/day/category/post-title), and it’s now simply *.com/new/post-title
This one works:
Redirect permanent /2010/05/14/news/ http://wariscrime.com/new/But the problem is how to make it work for ANY year/month/day…
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendI may be wrong, but it seems like 4.0 now treats the square brackets in posts only as tags. If they are used otherwise in the text, it still tries to “execute” the text between them and enters into an endless loop. Even if a post with square brackets inside is only listed on a page (e.g. home page, category page, or any month’s archive page), that page doesn’t open at all. When I replaced “[” and “]” in ALL the posts with their HTML codes, everything started to work fine.
Forum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyI have tried to preview the site using the default themes – none of them works, the front page is blank… Some custom themes (old) “try” to work but cannot (the page appears and then disappears) – it looks like they’re entering into an endless loop…
NB! Strangely, the search function (field in the upper right corner) works and displays the search result page correctly, e.g.: http://wariscrime.com/new/?s=rupert+sheldrake
Just in case, my .htaccess file is as follows:
# BEGIN Primary Feedburner RewriteEngine On RewriteBase / RewriteCond %{HTTP_USER_AGENT} !^(FeedBurner|FeedValidator) [NC] RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/wariscrime/BHIJ [R=301,NC,L] # END Primary Feedburner # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /new/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /new/index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyThank you, Karsten.
Cover-WP-Theme is really no more supported, and the latest posts there are one year old…
But, since the single posts display well and correct, and only the scripts that make the post queries don’t work, then maybe I could just slightly modify the corresponding theme functions to make it work? All worked perfectly before today’s update…
Switching to a default theme would kill the site…Forum: Fixing WordPress
In reply to: 4.0 home page blank, but single posts show properlyI guess the possible problem is in the query.php file, which conflicts with my theme (highly customized). But 4.0 is a major upgrade, and the query.php file seems to be completely rewritten, so I don’t think to be able to locate the problem myself…
Forum: Installing WordPress
In reply to: 4.0 broke all redirects and won't load frontendDone. Just don’t know how to remove the post from this thread…
The new thread is here: http://wordpress.org/support/topic/40-home-page-blank-but-single-posts-show-properly?replies=1