suge1w
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Nothing displaysThanks Roch I did manage to get the issue working after duplicating page.php and renaming it sportspress.php.
- This reply was modified 7 years, 3 months ago by suge1w.
Yep, this killed my site. Make it easier for people to deactivate this module.
Forum: Fixing WordPress
In reply to: Suddenly wordpress isn’t saving the entire postHAd an epiphany soon after I posted this and added
define('WP_MEMORY_LIMIT', '256M');
into wp-config. Now working.Cheers.
Forum: Plugins
In reply to: [WP Latest Posts] Not displayingHi JU,
The latest update did not resolve the issue so I rolled back to .7.3 again. Thanks for attempting to fix it at least, support here is a lot better than some other plugins.
I’ll be staying with .7.3 for the foreseeable future because it’s working for me so “if it ain’t broke..” and all that!
Cheer
Forum: Plugins
In reply to: [WP Latest Posts] Not displayingAppreciate the fast response time JU.
Installed 3.8.1 but still getting the same issue. I was using a plugin called Better WordPress Minify which I thought might be linked to the problem so I deactivated but made no difference.
Luckily, I have a plugin which can automatically rollback to previous versions so I think I’ll be doing that until this problem is fixed.
EDIT: Successfully rolled back to 3.7.3 and widget is working again. Check link in OP.
- This reply was modified 8 years, 2 months ago by suge1w.
Forum: Fixing WordPress
In reply to: 4.6 has crashed my siteThanks for the help in this for fixing my problem also! Great community support.
Forum: Plugins
In reply to: [Breaking News Ticker] Odd Loading RenderI’m currently suffering through the same issue. Did you manage to resolve this?
I’ve tried loading the JS files in the footer but it doesn’t seem to help. Any help on this would be greatly appreciated.
Regards!
Forum: Fixing WordPress
In reply to: Fatal error get_current_screenI can confirm that adding
require_once(ABSPATH . 'wp-admin/includes/screen.php');
does fix the issue.Forum: Fixing WordPress
In reply to: PHP > adding a new line in a foreach loopNevermind, had an epiphany and got it working!
Forum: Hacks
In reply to: Calculate age from 3 termsThe format I’m laying my dates out in is DD-MM-YYYY. For example, 18/08/1994 should = 21
Forum: Hacks
In reply to: Calculate age from 3 termsThat code just seems to return the same value – 46.
Echo’ing $dob returns 1970-01-01.Forum: Hacks
In reply to: Calculate age from 3 termsThanks for that response.
How exactly would I concatenate the values?
Forum: Plugins
In reply to: [Contextual Related Posts] How are the related posts found?Scratch that, works fantastically well.
Many thanks.
Forum: Plugins
In reply to: [Contextual Related Posts] How are the related posts found?Many thanks for the code snippet.
That works, but it randomizes all posts. How would I fetch posts under related terms and display them in random order?
Forum: Plugins
In reply to: [Search & Filter] Search & filter adding empty fields to the URLWorks!! Many thanks for quick update!