gavinwilshen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sytax Error on wp-includes after updateHi
Thanks for your ticket.
I’ve checked the URL provided here in the UK (GMT 14:04) and on geopeeker.com. Your site now appears to be loading fine with no visible errors.
Can you please confirm if you are still experiencing this error and if so, where exactly the error is displayed?
If your issue has been resolved, it would be helpful if you would mark this topic as resolved. This helps our volunteers find the topics that still need attention.
Many thanks,
GavinForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Simple calendarJust to second this! I’ve had to deactivate/roll back to an earlier version.
Please let us know when you have a fix.
Thanks
Forum: Plugins
In reply to: [Import Users from CSV] Upload fails, no errorsThanks, this also worked for me:
Excel > Save As… > ‘Windows Comma Separated’ formatFixed – thanks! Love this plugin btw.
Forum: Plugins
In reply to: [Category Sticky Post] Styling Sticky PostsTried this in my loop, as suggested here: http://ww.wp.xz.cn/support/topic/making-sticky-posts-full-text-instead-of-excerpts?replies=12
but no joy unfortunately:
<?php if (property_exists($post, ‘sticky_in_cat’)) {
the_content();
} else {
the_excerpt();
} ?>Forum: Plugins
In reply to: [WP Orbit Slider] Duplicating Slidesthanks for the fix ntarantino!