Lordsenf
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No Comments appear until manual refresh of the pageOkay I solved it
The problem was nothing with wordpress, themes or plugins it was simply the Varnish Cache – I asked my hosting provided to whiteliste my site and now all is working the way it should.
Forum: Fixing WordPress
In reply to: No Comments appear until manual refresh of the pageI wrote my Hoster an email if he is able to deactivate the Varnish Cache, but I am not 100% sure if its the true problem – since the proper display of the comments worked 3 days ago. Any other suggestions whats maybe causing the problem? (If its the Varnish Caching I will reply)
Forum: Fixing WordPress
In reply to: No Comments appear until manual refresh of the pageI don’t run a caching plugin on the website and I tried deactivating all currently running plugins but no results. I did clear my browser cache, tried different browser (Chrome, FF, IE, Safari) and tested from different computers – still I don’t know whats causing this trouble.
And I already read http://codex.wordpress.org/I_Make_Changes_and_Nothing_Happens
Forum: Fixing WordPress
In reply to: No Comments appear until manual refresh of the pageYes I did – the strange thing, the redirect works on Twenty Eleven but the same problem still exists, the comments only appear after a ctr+F5 refresh of the page. Maybe something is damaged at my .htacces or WordPress core files?
Forum: Fixing WordPress
In reply to: No Comments appear until manual refresh of the pageMy wp-comments-post.php
$location = empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POST['redirect_to'] . '#comment-' . $comment_id; $location = apply_filters('comment_post_redirect', $location, $comment); wp_safe_redirect( $location ); exit;