I'm using the latest's versions of wp and bp.
When I go to groups page and tab blog the layout breaks apart
any clew why? Does anyone knows how to fix this?
I'm using the latest's versions of wp and bp.
When I go to groups page and tab blog the layout breaks apart
any clew why? Does anyone knows how to fix this?
I didn't include a template file for plugins properly in past versions. So lots of plugin pages will have a broken layout unless you add a couple custom divs.
There's a bit more about this here - http://wordpress.org/support/topic/theme-frisco-for-buddypress-frisco-themes-plugin-support
I'm planning to update the theme by the end of the month and the new version will fix this.
Thanks David for the answer but my theme did come with the plugins file.
Don't know if I downloaded it from your site or from here.
I compared it to groups/single/home and is equal, only changing things to load the plugin. I think that there's something from group blog plugin that gets in conflict with frisco, can't find what. It breaks the full-width showing something like 960 and squeezes the sidebar.
Anyone?
I just installed the Group Blog plugin and took a closer look. The actual plugin is working. But the content it's pulling in needs some custom CSS.
Also, in the latest version of the Frisco for BuddyPress theme, I think I found a typo in the plugins.php file that sits in the /groups/single/ directory. On line 39 of /groups/single/plugins.php, there is a comment that is missing a closing tag and that causes the next closing div to be left out. So if you are having any issues with other group-related plugins, that fix might be useful.
just replace the current line 39 with the following:
</div><!-- #sidebar-squeeze -->
or delete the comment after the div entirely.
That didn't fix your issue, but it might help.
This is not a fix, but I did find a workaround.
replace this code in the header.php file
<body <?php body_class() ?> id="bp-default">
with this
[66 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
worked wonderfully for me with this theme and the group blogs plugin.
jonbrown21
the form cut out your fix - any chance you can re-post the code, but using pastebin to hold the code?
Thanks
This topic has been closed to new replies.