arielle81
Forum Replies Created
-
Forum: Plugins
In reply to: [BigBlueButton] Error after update. There are no recordings available.@esmi: I already did that. I was just trying to help @nanobytes (starting in the second paragraph) because I think he has the same problem I had. Sorry for not making that clearer.
Forum: Plugins
In reply to: [BigBlueButton] Error after update. There are no recordings available.I had a similiar problem on my web site. I couldn’t set up new meetings and the existing ones were all gone.
I uninstalled the plugin, restarted the web server and installed it again. Now everything works well. Maybe that can work for you, too…Forum: Plugins
In reply to: [BigBlueButton] Cannot create meeting rooms after update to 3.9Solved the problem myself. The solution was to completely remove the plugin, restart the webserver and re-install it.
A response from the developer would have been nice though…Forum: Plugins
In reply to: [BP Profile Search] Plugin breaks ajax pagination for membersHi sandeepandugula, I didn’t really solve it. I gave up 🙂 Because of all the trouble/incompatibilities with the discontinued Woothemes Canvas Buddypress theme I decided to go the more radical route.
I made my own child theme using Canvas + the BuddyPress Template Pack. That solved the pagination problems for me.I don’t know if that answer helps you solve your problem. If you have any more questions let me know. I’ll try to help (if I can).
It worked for me. Just paste the Yoast code snipplet in the header.php of your child theme at the very bottom (and don’t forget to activate the breadcrumbs in the Yoast plugin like i did just now…)
Forum: Plugins
In reply to: [BP Profile Search] Plugin breaks ajax pagination for membersThanks Andrea, that is very sweet of you. Unfortunately I just noticed some more Ajax and Woothemes related problems (the members directory pagination only works when I’m logged in). I’ll just look into other Buddypress themes and save us all some time. You can mark this threat as resolved. Thanks again for your fast response.
Forum: Plugins
In reply to: [BP Profile Search] Plugin breaks ajax pagination for membersHi Andrea,
thanks for the quick answer. Unfortunately it is not a test site but a live site.
It is a two year old client website, that uses the Woothemes Canvas buddypress theme. Woothemes stopped supporting that theme and there is no one picking up the development of it. (The last fix they did was to get Buddypress 1.5 working.)
I couldn’t update buddypress for a while, because of the same weird Ajax problem. Now the Ajax works until I activate your plugin.
I understand now that this is probably a nieche problem and the fault is not in your plugin. But maybe you have some awesome magic trick or easy fix up your sleeve to solve it anyway?
Thanks for your help in advance
SiljaThanks for the fast reply.
I think, I figured it out myself, though. My whole site is just static pages but they are in categories. Your skript expects the static pages to be in the ‘uncategorised’ category, right (line 225 in joomla2wp-mig.php)? I’ll just change the SQL statements for pages and posts and it should work.
Thanks for writing a great migration tool!