reblevins
Forum Replies Created
-
Forum: Plugins
In reply to: [AngularJS for WordPress] No category assigned to new postsOk, cool, thanks.
Yeah, I had done a temporary fix using:
wp_set_object_terms( $result, null, 'category' ); // Clear all existing categories wp_set_post_terms( $result, $data['post_category'], 'category', true );
To clear out all categories and add the user-assigned ones. (I hadn’t gotten very far on the front-end, except for a simple text
input
.)Maybe you could use the first line or is that not a good fix?
Ok, so it looks like that worked. Haven’t tried any other javascript thingies like lightboxes, etc, so can’t be 100% sure of compatibility.
For the googlers who come across this, this is what I added to my themes functions.php file:
//Making jQuery Google API function modify_jquery() { if (!is_admin()) { // comment out the next two lines to load the local copy of jQuery wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js', false, '2.1.1'); wp_enqueue_script('jquery'); } } add_action('init', 'modify_jquery');
You could probably get fancy and check for just that page, but that’s something for another day. Hope it helps someone else.
Thanks again for the help.
Thanks for the quick reply! So, yeah, I guess that would be the problem. I’m using Rockettheme’s Vermilion. Can I just enqueue jQuery in my functions.php file? Or will that cause all hell to break loose?
Hi Lemmy,
Thanks for reporting this. That’s a good question, I’m pretty sure all members should just be added to the groupblog. It’s been a while since I’ve looked into the code, so there may have been some other reason.We’ll look in to this.
Forum: Plugins
In reply to: [BuddyPress Groupblog] I'm not able or something wrong: NO BLOGHi grisu59.
You should also be able to visit the admin of groups created before installation of the plugin and there will be a tab (or link, depending on your theme) for GroupBlog where you will be able to create a new blog or link up an existing blog to the group.
Forum: Plugins
In reply to: [BuddyPress Groupblog] [Plugin: BuddyPress Groupblog] Ajax Backend ConflictHi there,
Thanks utaka for posting this fix. I’m not the javascript guru, so I’ll leave it to the other contributors to see what needs to be done.Rodney
Thanks Dains,
We’ll take a look at the fix and see about integrating it. No guarantees as to when, though, I’m afraid.Rodney
Hi there,
Thanks for bringing this issue to our attention. We have brought on a new contributor and will hopefully be looking at these issues soon.Rodney
Forum: Plugins
In reply to: [Plugin: Dave’s WordPress Live Search] Doesn’t Work on my SiteWow, cool! It works nicely. Thanks for fixing it and thanks for the plugin. When I redesigned my site, live search was one of the things on the short list that I wanted on my site.