Forum Replies Created
-
AuthorPosts
-
Ron RennickMember
I’m gonna try and post the question on the Simple URls forum but it looks pretty abandoned.
I was on vacation. The advice that Bill provided above is the way to determine how you analytics is not matching up.
February 23, 2013 at 1:18 pm in reply to: Genesis Connect for BuddyPress: Unable to enable bbPress group forums #22427Ron RennickMemberThat template in the default theme has not changed in 13 months:
http://buddypress.trac.wordpress.org/log/branches/1.6/bp-themes/bp-default/groups/single/plugins.php
http://buddypress.trac.wordpress.org/browser#branches/1.6/bp-themes/bp-default/groups/single
February 22, 2013 at 12:54 pm in reply to: Genesis Connect for BuddyPress: Unable to enable bbPress group forums #22271Ron RennickMemberAs an additional note - I compared the forum index template in the BP default theme and the one in GC. Other than the normal changes made when porting over the templates from the default theme, there are no differences between the two templates.
The default theme does not have the markup shown in the gist in your original post. If that markup was being added by a hook I would expect that we would see it in the GC output (b/c all the BP template hooks are included in GC). Most likely there is a check somewhere in BP or BBP that is turning off the use of the BP templates for the default theme.
February 22, 2013 at 12:09 pm in reply to: Genesis Connect for BuddyPress: Unable to enable bbPress group forums #22261Ron RennickMemberWhat is the last version of bbPress that had that was working properly with BP 1.6.4? Or did you switch to bbPress powered forums for the groups after you installed 2.2.4?
February 21, 2013 at 4:06 pm in reply to: Genesis Connect for BuddyPress: Unable to enable bbPress group forums #22074Ron RennickMemberLooks like there is an issue with bbPress 2.2.4 & BP 1.6.4 : http://bbpress.org/forums/topic/buddypress-group-forum-not-working/
It's quite possible that the BP bridge code in bbPress was only tested with the default BP theme so the issue didn't surface until after 2.2.4 was released.
You may want to look t rolling bbPress back to 2.2.3.
February 21, 2013 at 12:09 pm in reply to: Genesis Connect for BuddyPress: Unable to enable bbPress group forums #22015Ron RennickMemberBuddyPress version: 2.2.4 ?
The latest version of BP is 1.6.4. That looks like the bbPress version. Based on the html in the gist it looks like you are using BP 1.7 beta. If that is the case see http://wordpress.org/support/topic/bp-17-theme-compatibility-implications-for-plugin?replies=4. When I have a development/beta version of GenesisConnect for BP 1.7 I will update that thread.
To date GenesisConnect has not provided any support for bbPress 2 forums. The two main reasons for that are that the bbPress html markup is different than BuddyPress so I/we would have to create & maintain another set of CSS rules and it would put GC into the territory of too many update dependencies:
- Genesis
- WordPress
- BuddyPress
- bbPress
Ron RennickMember@bamajr - we offer a 30 day refund on all our products. If you are dissatisfied with the product you can go through the contact form and request a refund.
For the thread in general - since this isn't an issue where there is a bug in the slider I'm going to close the thread.
Ron RennickMemberThe default ordering of a WP query is descending. So when you chose order by ID it is order by ID descending. WP_Query does not have the functionality to retrieve in a predefine order of IDs (but it may be coming in 3.6).
If you want to do a specific order and cannot do it using one of the provided options then
create a page for each post matching the last slide you want with the first page you create
set the Genesis SEO redirect on the page to the post
set the IDs in the slider to be the IDs of the pages you created.
Ron RennickMemberThere is a checkbox in the GenesisConnect setting to show(/not show) the login widget above the sidebar. Uncheck the checkbox.
Ron RennickMemberThe CSS support packs were included in the public release of GenesisConnect for backward compatibility to ease the transition for existing users. The child theme support packs will not be kept current with updates to the child themes.
While we will make them available for download, the child theme support packs will be removed from the plugin in a future release.
Ron RennickMemberDeactivate all of your plugins except BuddyPress & GenesisConnect to see if the warning disappears.
If the warning is still there with just those two plugins active try manually updating BuddyPress by uploading the plugin through FTP or your web account control panel.
If you still have the warning after updating BP manually, post a link to the site in question.
Ron RennickMemberIf you log into the old forums you still have access to the same boards you had access to before. If you are looking for theme downloads those are in you account on my.studiopress.com
Ron RennickMemberYou still have read access to all of the boards you had access to in the old forum & you can continue to look info up there.
Ron RennickMemberRon RennickMemberAt about line #50 of your-child-theme/buddypress.css is
#wrap #inner {
margin-top: 20px;
}
.internal-page #inner {
padding: 0;
width: 960px;
margin: 20px auto 0;
}
Remove those lines of CSS.
-
AuthorPosts