@millo WP/BP versions? Is this new installation or did you upgrade? Did you previously install/activate the BP Template Pack plugin? Site URI
hi,
no activate BP template pack plugin. It is new installation.
General Information
WordPress Version: 3.5.1
URL: http://redpublica.loading.es
Theme Version: 1.2
Framework Version: 2.1
PHP Version: 5.4.15
Installed Plugins
ajax-event-calendar/ajax-event-calendar.php
backupwordpress/plugin.php
bbpress-enable-tinymce-visual-tab/init.php
bbpress-like-button/bbpress-like.php
bbpress/bbpress.php
bp-avatar-suggestions/bp-avatar-suggestions.php
buddy-bbpress-support-topic/buddy-bbpress-support-topic.php
buddypress-activity-plus/bpfb.php
buddypress-followers/loader.php
buddypress-profile-tabs/bp-profile-tabs.php
buddypress-twitter/loader.php
buddypress-xprofile-custom-fields-type/bp-xprofile-custom-fields-type.php
buddypress/bp-loader.php
carousel-without-jetpack/jetpack-carousel.php
contact-form-7/wp-contact-form-7.php
duplicate-post/duplicate-post.php
launchpad-by-obox/index.php
login-with-ajax/login-with-ajax.php
revslider/revslider.php
tinymce-advanced/tinymce-advanced.php
use-google-libraries/use-google-libraries.php
wordpress-importer/wordpress-importer.php
Thanks
What BuddyPress version are you using?
Neither shows well the header of the page.
Just to be clear. What do you mean by “header” of the page? The area where the site name/logo shows up? First time I’ve heard that BP caused some issue with the header of the page. Screenshots or better yet, site URL with throw-away username/password.
The thumbnails are very large users in the forums and in the membership widget thumbnails are shown in column
Looks like the BuddyPress stylesheet is not being enqueued. Your theme should have <?php wp_head(); ?>
just before closing</head>
in header.php file. Check if it does.
Thank you,
my version of buddypress is 1.7.1.
The code “<?php wp_head(); ?> just before closing</head> in header.php file” Is correct.
On header refer me to the title of the page. The authors of the theme United Themes have responded the following:
“Hi,
the plugin is “breaking” the layout because its using different content tags. I’m pretty sure you can easily add different content tags to buddy press itself with the use of hooks ( or an alternative file inside the theme root). Also have To look at lambda/metaboxes/lambda.It put.spec.php this is the place where you can add the sidebar management to the buddy press management ( enter the slug of buddypress to the support list of featured header and Put signpost ). These Plough only hints, you may need to tune some files in order to get it 100% compatible.
Best
Regards UT”
But do not understand very well the reasoning.
Now my main problem is the resize of the images . It does not work.
A greeting
the plugin is “breaking” the layout because its using different content tags
@millo it’s more like your theme is using proprietary templating system. BuddyPress is compatible with nearly all of the WordPress themes in the market.
BuddyPress uses the page.php file to render BP components. Open up your theme’s page.php file and Save As > buddypress.php and ask your theme developer to change the respective proprietary tags to show the_title and the_content in source.
After that’s done, upload buddypress.php file into your theme folder in server.