Phil
Forum Replies Created
-
Forum: Plugins
In reply to: [Disqus Conditional Load] A lot of unfired dsq_sync_forum cronjobsHi @joelcj91
This problem has now been resolved in Disqus core;
$next_scheduled = wp_next_scheduled('dsq_sync_forum'); if($next_scheduled) { // error_log("Not scheduling dsq_sync_forum because it's already scheduled for " . $next_scheduled); } else { // error_log("Scheduling for $ts because dsq_sync_forum is not currently scheduled."); wp_schedule_single_event($ts, 'dsq_sync_forum'); }Any chance you get this into your plugin ASAP? It’s started dragging our site with thousands of cronjobs in the queue and we really want to be able to use the plugin.
Thanks mate,
PhilForum: Plugins
In reply to: [Custom Permalinks] Compatibility with ‘Redirection’ plugin?Never mind – user error 😊
Forum: Plugins
In reply to: [Redirection] Compatibility with ‘Custom Permalinks’ plugin?Never mind – user error 😊
Hello? Is anybody supporting this plugin?
Forum: Plugins
In reply to: [Social Count Plus] Twitter throwing fatal errorG’day Claudio,
Thanks for your reply. Our server status can be found below;
Cheers,
PhilForum: Plugins
In reply to: [Smart Layers by AddThis] Customise share text and URLs?Anyone??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] HTML height hiding galleryHi mate
I don’t actually have a live copy for you to see. It’s all on my local server at the moment.
Forum: Fixing WordPress
In reply to: How to disable the Live Editor (customize.php)The WP Customiser is actually a way for developers to define their own settings so that administrators can configure their site with visual feedback.
Whether it’s a problem or not, really isn’t the point.
If I’m developing a custom theme using an alternative way to define settings (in my case, I use the advanced custom fields plugin), the customiser just becomes confusing and pointless for a client. Many of the sites I work on are designed by a graphic designer and are quite limited in their need for options that essentially detract from the design.
The WP Customiser is awesome for theme developers who need to encompass loads of flexibility in their design, but for a completely custom design, it kinda gets in the way. It would be great if we could
remove_theme_support()to disable it for a theme, or even define a constant inwp-config.php, although the latter would create problems for live previewing other themes.Forum: Fixing WordPress
In reply to: How to disable the Live Editor (customize.php)Did you have any luck with this?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC disables site in safari mobileHi Frederick
Thanks for your help. I scoured the net trying to find a solution before contacting you as I assume you are incredibly busy with support requests coming from all over the place.
Your suggestion did, indeed, enable the site in iOS devices.
Looking forward to the new release, as the plugin is pretty amazing. I’m sure I speak for a lot of people in saying that you are doing a mega job. Keep it up!
Cheers
PhilForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC disables site in safari mobileOne more bit of info before I head to bed… I checked the log file, and this is what I find.
Fatal error: Call to undefined function w3_url_format() in /path/to/site/wp-content/plugins/w3-total-cache/lib/W3/Plugin/PgCacheAdmin.php on line 213Not quite sure what to do about that one. Anyone have some advice? I’m not a server wiz so this is a little above my knowledge base.
Cheers
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC disables site in safari mobileUPDATE
I followed the instructions in the article provided and there is still no site appearing in iOS. Hopefully someone out there has an idea on what to do next.
Cheers
PhilForum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC disables site in safari mobileThanks Marventus.
I will have a read of the article and see if it leads me anywhere. I have seen many posts regarding this particular issue but I’m not actually using the WPTouch plugin as we aren’t going ahead with a mobile version of the site.
My problem is that the server won’t deliver any information to the mobile browser. This only actually happens in iOS as far as I can tell. A friend of mine tested the site on his android phone and it loaded correctly.
I will have a read none the less and see what I come up with.
Cheers
Phil