Dan Norris
Forum Replies Created
-
I also receive this message in debug.log
In my case, I have a cron set up to hit wp-cron.php every 5 minutes, which funnily, enough is the same frequency the plugin writes to the log file.Please can you adjust the script?
Thanks in advance!
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] PHP NoticeGlad to see it’s not just me – looking forward to the patch.
Thank you in advance!Cheers,
DanForum: Plugins
In reply to: [The Events Calendar] Unable to choose sooner end date once already setHi Brook,
Thanks for looking into the issue and keeping me updated.
Glad to hear the issue is being addressed – looking forward to it being resolved in a future release.Kind regards,
DanForum: Plugins
In reply to: [Jigoshop] Worldpay not recording ecommerce in analyticsHi Marcin,
Thanks for your speedy reply, sorry it’s taken me a while to get back to you.
I’m a little confused, what is a paid plugin?.. WorldPay has been included within Jigoshop core since 1.8Cheers,
DanForum: Fixing WordPress
In reply to: Get Current Category IDHi webmdt,
If you use the function get_term_by you’ll be able to get what you want – http://codex.wordpress.org/Function_Reference/get_term_by
The code below should do what your’re after.$albumName = single_cat_title('', false); // set current category name as a variable $albumMeta = get_term_by('name', $albumName, 'taxonomySlug'); // get the meta from current cat echo print_r($albumMeta); // print the returned array to see what you now have at your disposalHappy coding 🙂
Forum: Your WordPress
In reply to: Rome Total War 2 unofficial blogI played RTW1, a couple of years ago, pretty good game! And I do like a good fan made website…
I didn’t get too far through your site because I’m on my phone. But what I did notice the the site loading time. After running it through GTMetrix (http://gtmetrix.com/reports/rometw2.com/Bpl85brV) I see you’ve got some work ahead of you. 13MB is huge for a webpage, let alone your homepage… Try to aim to get that down to less than 1.5MB (Ideally less than 1MB) but that may be pushing it for your site.
Also stop your repeating body background and checkout background-image-resize http://css-tricks.com/how-to-resizeable-background-image/
Let me know when you’ve done the above and I’ll have a proper rummage around and give you some more pointers.
Forum: Plugins
In reply to: [Disqus Comment System] [Plugin: Disqus Comment System] CSS in Disqus 2012Sorry for my delayed reply. I couldn’t find a way to do it. But what I have found if a better commenting plugin called Livefre
Not only can you edit the css via your own stylesheet, but it has far more functionality out of the box compared to Disqus.
I know it doesn’t answer your question, but it is definitely a contender.Forum: Plugins
In reply to: [Disqus Comment System] [Plugin: Disqus Comment System] CSS in Disqus 2012It may be because the content of Disqus comments is generated inside an iFrame, which you can’t edit with a stylesheet that is linked to outside of the iFrame i.e. style.css
Hi Kevin,
Just an update with the solution of the note for future reference to other users.
Roles > Options > Features > RSS Feeds > “HTTP Authentication Request in RSS Feed Links”
=> Changed to ‘always’Roles > Options > Features > File Filtering
=> File filtering is un-ticked.Let’s hope this isn’t a jynx and it breaks… Thanks for your help!
Kind Regards,
DanForum: Fixing WordPress
In reply to: Add an image in the post brings homepageI’m having the same issue, it seems to be lots of causes but very few answers.
i.e.
– File permissions on your uplaods folder 755 or 777 depending on your server restrictions 755 may be the highest permission allowed.– Capitalisation in the web url in your general settings – make it all lower case
– Try deactivating your plugins, re-activate one by one and try again.
– Upload a new wp-admin and wp-includes folder?
– Add something to your .htaccess file
The list goes on, but unfortunately I still haven’t had any success, I hope the above suggestions have been of some help to you!
Hi Kevin,
Thanks for getting back to me, I’ve had a look into the sections of configuration that you mentioned were already disabled. I’ve set the RSS feed links to enabled for the time being to see if the error occurs again and will keep you updated.
Cheers!
Dan
Forum: Fixing WordPress
In reply to: Point Category's Archive to Specific PageI recommend wp-query posts to call in each category to your page template.
codex.wordpress.org/Function_Reference/query_posts
Good luck…
Forum: Fixing WordPress
In reply to: Error with my RSSSorry for the double post. This has now been resolved.
Forum: Fixing WordPress
In reply to: Error with my RSSThanks for getting back to me so quickly.
It’s coming through as plain text as opposed to the normal rss formatting. As an example of what I mean please compare the feed to: http://www.theentourage.co.uk/feed – which works fine.
Cheers.
UPDATE – Nevermind seems it is working fine now. Seems something I done last night fixed it.