zigpress
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Facebox Gallery] Notice: wp_register_script was called incorrectlyYou’ll only get that message if debug is set to true in your wp-config file. However I agree it’s very annoying, as I always use debug when developing themes and plugins.
Does the plugin author ever actually come to this forum?
Cool, many thanks.
Server Time 17:22
Blog Time 17:22
Blog Timezone Europe/Rome
Blog Time offset 1 hoursThe server is in the UK, and the site is aimed at a European audience (i.e. the Rome timezone is correct).
Also, in my theme I have:
date_default_timezone_set(“Europe/Malta”);Malta is in the same timezone as Rome.
Does this help?
In fact the “wrong day” issue doesn’t seem reproducible and may be down to slow JavaScript – but the incorrect time issue (my 3rd post) still stands.
Ha! And a related issue:
On the jobs page, the next scheduled time is shown correctly.
On the dashboard page, the time is incorrectly shown as an hour later.
Correction. This weekday problem occurs on one of my servers but not the other.
I guess there’s some PHP setting somewhere that the plugin relies on when it should perhaps do its own calculation instead.
Forum: Plugins
In reply to: [Social Media Counters] Icons not showing up on homepage?If the home page shows full posts instead of excerpts, the buttons don’t show. I fixed this by adding this code to my index.php page, inside the loop, just after “the_content”.
if (function_exists('ph_social_media_counters_display')) { echo ph_social_media_counters_display( 'excerpt', get_permalink($post->ID), $post->post_title ); }
Forum: Plugins
In reply to: [Theme My Login] Login Page is BrokenMy point was that on 1 particular site, I have had the plugin installed since version 5 point something and it suddenly stopped working.
When first installing it, it created the login page and placed the old shortcode on it. When I updated the plugin recently, the shortcode suddenly stopped working without any warning or notice to say that something this crucial had been changed.
It would have been helpful if the change to the shortcode could have been highlighted with a message in the dashboard, or even better if the plugin scanned through the wp_posts table to find and change instances of the old shortcode, rather than leaving us developers to identify the problem on our own.
Forum: Plugins
In reply to: [Theme My Login] Login Page is BrokenInstead of [theme-my-login-page] try changing it to [theme-my-login]
Looks like the developer changed the shortcode without making the plugin search through the posts to change it. Really shoddy work.
Forum: Plugins
In reply to: [ZigWidgetClass] [Plugin: ZigWidgetClass] How do I make it work?Please post all queries on the plugin’s homepage shown below:
Forum: Plugins
In reply to: [ZigWidgetClass] [Plugin: ZigWidgetClass] Conflict with RS EventsPlease post all queries on the plugin’s homepage shown below:
Please post all queries on the plugin’s homepage shown below:
I am experiencing exactly the same problem. WordPress 3.2.1, vSlider 4.1.1.
Forum: Plugins
In reply to: [ZigConnect] ZigConnect Plugin broken on sites with WordPress in a subfolderFixed on 0.8.6.
Please use the plugin’s home page for support issues (URL below). I don’t often check here.
Erm, there isn’t a solution on the support forum.
I’m getting the same – my ad shows up (in the sidebar) on every page EXCEPT the “single” pages of custom content types.
I have traced it to the fact that in sam-widget-class.php, on line 63, $content is empty and shouldn’t be.
Without a fix, I’m afraid this plugin is useless.
Forum: Plugins
In reply to: [WP Mobile Detector] [Plugin: WP Mobile Detector] Nothing worksI have similar problems.
Platform: Windows XP SP3, WAMPServer 2, PHP 5.3.0, WordPress 3.1.2
After install, none of the mobile theme screenshots appeared on the Mobile Themes page in admin, and clicking a preview link brought up an empty screen.
Clicking either “Update” button on the Settings page brought up the error “Error saving settings”.
I’m off to look for an alternative plugin.