magicwings
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild Cache gives 403 error after first eight resultsHi Thimo,
Thank you for your fast reply and explanation; this appears to have solved my issues.
Cheers,
Ben
Forum: Fixing WordPress
In reply to: Visual Editor Not Working After 3.3 UpgradeDominicoben wrote
Hey guys. I was having the exact same problem and literally tried everything. – including the downgrade and re-install, google libraries plugin, new wp-includes, clear cache …
none of it worked.SO I deleted my .htaccess file and it’s now working!!!!!!!!!!!!
I am soo happy! SO delete your .htaccess and see if that fixes it!It should be in your cpanel public_html
Make sure that the “Show hidden files (dotfiles)” is ticked.Then delete and the problem is fixed (at least, it was for me!)
Working it may be, but deleting the .htaccess file is dangerous as it contains the security settings for each folder. I’d try and find a different way to achieve it.
Forum: Fixing WordPress
In reply to: Visual Editor Not Working After 3.3 UpgradeI’ve been having the same problem on and off for the last week or so, but it has been leaving of it’s own accord.
Now however it’s stuck for hours and I’m unable to update my site. None of the solutions here have worked for me – and I’ve tried every single one, bar downgrading to an earlier version of WP.
I had this problem myself and have finally found both the cause and a solution.
It is caused by the plugin W3 Total Cache, under the Browser Cache settings.
At the bottom, you have checked the following setting:
Prevent caching of objects after settings change
Whenever settings are changed, a new query string will be generated and appended to objects allowing the new policy to be applied.This adds an appropriate string to the end of all images called through CDN or otherwise. Uncheck that box and purge/refresh the cache to see the difference.
Hope this helps.
Forum: Fixing WordPress
In reply to: [resolved] Won't show imageNever mind, sorted – I used
bloginfoinstead ofget_bloginfoand it’s working.Forum: Fixing WordPress
In reply to: Extract the_time() as stringAwesome, thanks, worked a charm 🙂
BenForum: Fixing WordPress
In reply to: Extract the_time() as stringAh, but I’m trying to get the date of the current post within the loop, and compare it with today’s date.
How’s that possible?
Forum: Fixing WordPress
In reply to: Writing 'New' next to today's postsBy the way, it’s only outputting that next to TODAY’S posts – so something’s working right!
Forum: Fixing WordPress
In reply to: Need Urgent HelpAccess your files via FTP (like with FileZilla) and navigate to your plugins folder, and delete the folder that contains Gantry.
Forum: Fixing WordPress
In reply to: If/Else – Custom Field ProblemsUsing
if (! empty( $review_value ) )worked like a charm.Big bagel, you are a Superman amongst a world of Clark Kents.
If I were wearing a hat, I would tip it for you, good sir.
Thanks a million!
Forum: Fixing WordPress
In reply to: How do I stop Jetpack counting the visits of logged in users?On the dashboard, unfold the “Jetpack” link and click “Jetpack”.
From there, click “configure” under “Site Stats”.
Uncheck the box saying “Count the page views of registered users who are logged in”.
Voila 🙂
Forum: Fixing WordPress
In reply to: I messed up bad. Need help logging inHave you checked wp-config.php to make sure that the blog details are correct?
Forum: Fixing WordPress
In reply to: Update/Publish Post/Page Showing 404 ErrorEdit: It’s not just posts/pages, it’s happening EVERY SINGLE UPDATE. This includes whenever I change the menus for example.
PLEASE HELP ASAP!
Forum: Themes and Templates
In reply to: Offset posts using get_results()Sorry – here’s the code ^^
Forum: Themes and Templates
In reply to: [Mystique Theme] Adsense in-between posts on front page?What’s the code for the front page php file?