Unfortunately, my client is married to the current theme and I’m having trouble adapting it to pull in the buddypress theme CSS styling.
(I’m actually quite proud of my successful 1.1.1 upgrade, thank you very much)
I followed Andy’s guide here:
http://codex.buddypress.org/how-to-guides/upgrading-a-buddypress-1-0-theme-for-buddypress-1-1/
I copied the _inc and other files/directories as suggested. Now, I’m trying to import the CSS. My css file is located at wp-content/themes/arras-theme/css/styles/
I’ve tried some variations on the relative pathing, but nothing seems to change.
Below is what I pasted in my rpm.css file.
You can see the site at tkdunion.org You can log in as testuser with password taekwondo.
If I edit rpm.css directly by adding #userbar { float: left; } etc. I see changes, but I’d rather import some CSS which has already been developed/tested.
Thanks for any suggestions. Attached are screen shots of a couple pages so you can see there is really no theme css being pulled in.
/* Layout styles for home page, internal pages and blog/directory pages */
@import url( ../../../bp-sn-parent/_inc/css/layout/home-page/3c-right.css );
@import url( ../../../bp-sn-parent/_inc/css/layout/internal-pages/3c-left.css );
@import url( ../../../bp-sn-parent/_inc/css/layout/blog-dir-pages/2c-right.css );
@import url( ../../../bp-sn-parent/_inc/css/components.css );</p>
<p>/* Default theme admin bar styles */
@import url( ../../_inc/css/adminbar.css );</p>
<p>/* Default theme styles */
@import url( ../../_inc/css/screen.css );
[attachments are only viewable by logged-in members]