Stefano Colarelli
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Connect] Does not workHi, in my wp-installs (wp 3.4.2 and 3.5) the plugin works, but but only the social-connect plugin version downloadable on GitHub ??
Same problem.
The firebug console return:
TypeError: this.element.propAttr is not a function IN wp-admin/load-scripts.php
I got this error just after the transition from Wp 3.4 to Wp 3.4.2
No, not work. I try to explain better
I created a test multisite installation with WordPress and only the Events Manager Plugin, and i created some locations in the subsites (the locations remain in subsite). In subsite the placeholder #_LOCATIONIMAGE is ok.But if I want to see all the locations on the main site, for example with the shortcode
[locations_list blog=0 limit=20 pagination=1]
in a page, the data locations is loaded, but #_LOCATIONIMAGE not work (the same goes for #_EVENTIMAGE).I suppose that the problem is that: the thumbnail images remain in subsites dir and is not created the image record in the database (wp_post table)
So I’ve made a very bad solution: load the image in main site and create via MySQL the reference to thumb (in wp_postmeta table, records with meta_key=’_thumbnail_id’ )
Ps: I take this opportunity to congratulate for the great and useful plugin ??
I’ve the same problem. This bug is also found in Locations (placeholder #_LOCATIONIMAGE). I’m not very skilled, but I guess that in multisite mode, when Event Manager put all Locations from the subsite to the main site, maybe the reference to the post attachment is lost.
I also have big problems in network mode. The plugin works in the main site, but in subsite the situation changes drastically:
- the list of subscribers does not work
- the user registration form saves users in the wrong post (put in the database uncorrect post-id)
Thanks anyway for the work