jbx
Forum Replies Created
-
No I didn’t modify anything. I had just followed the advice here: http://wordpress.org/support/topic/plugin-events-manager-attachments?replies=2
I think that the problem happened since Attachments was upgraded to work with WordPress 3.5 and take advantage of the new media flow. Because I hadn’t upgraded Events Manager when I noticed this problem and I just upgraded in case the latest version fixed it before posting here.
Any chance of having this small update released?
I have been holding up on updating to the latest version of this plugin just because of this, so that I don’t lose my changes.cheers.
Thanks. Yes the variable is actually
$theme_url
It works with that. I was just basing my theme on the default theme-3 which usesplugins_url()and it threw me off track.Sure, have a look here. Its at the bottom left of the page under the article content.
cheers.
Sorry to bump this. Any chance of including this simple functionality to allow the counter and additional options to be added?
I am sure everyone using the current plugin will find it useful to have the same flexibility of including the plain HTML addthis instead of the plugin.
The code is already included above, and I’ve been using on a wordpress blog for over 2 months now.
Thanks.
Forum: Plugins
In reply to: [Facebook] Version 1.1.5 custom positioning of comments box does not workCan you at least confirm that this is the way to go if I have to put the comments box where I want (rather than exactly at the end of the article content)?
$options = get_option( 'facebook_comments' ); if (is_array( $options ) && !empty($options)) { $url = apply_filters( 'facebook_rel_canonical', get_permalink() ); if ($url) $options['href'] = $url; echo Facebook_Comments::js_sdk_markup( $options ); }Forum: Plugins
In reply to: [Facebook] [Plugin: Facebook] Re position the comments boxThe above won’t work with the latest version, because the ‘geniuses’ at Facebook decided to change everything with the new version 1.1.x, which is not backward compatible.
So just think twice before updating the plugin beyond 1.0.2!Forum: Plugins
In reply to: [Facebook] Version 1.1.5 custom positioning of comments box does not workYeah, but being Facebook, you could have at least documented that the change is not backward compatible any more with users who are using it in a certain way (which is how Facebook suggests btw)! Its the least you could have put in the release notes.
Forum: Plugins
In reply to: [Facebook] Version 1.1.5 custom positioning of comments box does not workSo whats the correct version of the code to include in a template if we want it to be where we want it rather than when Facebook thought it should be?!
Please just include the replacement code rather than a lot of gibberish explanations. Its already bad enough that the latest changes are not backward compatible and not included in the release notes (apart from the hickups of the 1.1 updates!)
I have separate posts reporting the problems that occurred after I made the mistake to upgrade to early. You can check them out in the support area.
Forum: Plugins
In reply to: [Facebook] Version 1.1.2 is still brokenDowngraded back to 1.0.2 and everything is back working fine.
Forum: Plugins
In reply to: [Facebook] Version 1.1.2 is still brokenYeah, Niall is saying that it has to be at least 5.2.9 from the latest update onwards.
I tried to do as you say and put my modified em-events.php in mytheme/plugins/events-manager/widgets/
I then added the following to the top of my functions.php:
require_once("plugins/events-manager/widgets/em-events.php");However I got the following error, obviously because there is yours too.
Fatal error: Cannot redeclare class EM_Widget in /httpdocs/wordpress/wp-content/themes/mytheme/plugins/events-manager/widgets/em-events.php on line 191What is the right way to override the widget without creating the conflict and allowing for automatic updates?
Forum: Plugins
In reply to: [Facebook] Version 1.1.2 is still brokenNo I can’t control what my hosting provider supports! My server is running 5.2.6-1 and I can’t upgrade so easily, and even if it was, it would need cautious planning before upgrading to make sure everything else works.
So I have to downgrade back to he previous version that worked!
Forum: Plugins
In reply to: [Facebook] Warning1.1.2 is still broken. The previous settings (which posts/pages to display on) disappeared, and when I tried to re-enable them the following error occurs:
Warning: Wrong parameter count for array_unique() in /httpdocs/wordpress/wp-content/plugins/facebook/admin/settings-social-plugin.php on line 171