-
@mercime replied to the forum topic Sorting out the alignment for BuddyPress in my theme – DailyPost in the group Creating & Extending 13 years, 7 months ago
@cleaus I just found out that DailyPost is hosted in WP Theme Repo and the content-page.php code has the “missing” lines, see https://themes.svn.wordpress.org/dailypost/1.0.5/content-page.php
I see that the […] -
@mercime replied to the forum topic Allignment – BlackLight theme in the group How-To and Troubleshooting 13 years, 7 months ago
@tomelk31 Clear cache. The Members Directory page layout is just fine in desktop and iPad. What browser/device are you viewing it in?
-
@mercime replied to the forum topic Installed buddypress on non buddypress theme/ sidebar is on the bottom in the group How-To and Troubleshooting 13 years, 7 months ago
You’re welcome. Marking this as resolved 🙂
-
@mercime replied to the forum topic Sorting out the alignment for BuddyPress in my theme – DailyPost in the group Creating & Extending 13 years, 7 months ago
@cleaus missing codes -> lines 16-21 and 23-28 in your latest pastebin.com link for content-page.php
-
@mercime replied to the forum topic Allignment – BlackLight theme in the group How-To and Troubleshooting 13 years, 7 months ago
@tomelk31 ok, I see that you’ve added the styles now and I see that the additions have fixed the layout for all BP pages.
-
@mercime replied to the forum topic When setting up bbPress, forum does populate, please help in the group How-To and Troubleshooting 13 years, 7 months ago
@burntheedges https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/ Per codex article above If you only want sitewide forums, then you should “Disable (uncheck) Discussion Forums in […]
-
@mercime replied to the forum topic Badge plugin not working in the group How-To and Troubleshooting 13 years, 7 months ago
@tgnwsauctions not your fault except that you shouldn’t install a BP plugin which has not been updated for over two years.
-
@mercime replied to the forum topic Theme compatibility? in the group Requests & Feedback 13 years, 7 months ago
== why buddypress doesn’t use user_metadata and have a proprietary xprofile table. ==
I believe one reason would be that WP doesn’t have an API for BuddyPress’ more sophisticated profile fields/groups, or […]
-
@mercime replied to the forum topic Installed buddypress on non buddypress theme/ sidebar is on the bottom in the group How-To and Troubleshooting 13 years, 7 months ago
ok, I have revised the code above to right sidebar only. Delete old header-buddypress.php and sidebar-buddypress.php and add code posted above.
Note that in the revised instruction, you do not create a blank […]
-
@mercime replied to the forum topic How can I customise the "createBlogForm" in the group Creating & Extending 13 years, 7 months ago
The Salutation theme has its own BP template files if I am not mistaken. If so, you will then have to make the change/s in theme’s salutation/blogs/create.php file. Back up the original create.php file just in […]
-
@mercime replied to the forum topic Homepages in the group How-To and Troubleshooting 13 years, 7 months ago
@tgnwsauctions looks like you’ve fixed it already on your own 🙂
-
@mercime replied to the forum topic [Resolved] Alignment issue with Strings theme from Themeforest – please help! in the group Installing BuddyPress 13 years, 7 months ago
🙂 Marking this as resolved.
As for bbPress not showing up, BP compatibility didn’t change the original page.php which bbPress theme compat uses. Please start a new topic in this forum or in bbPress.org if […]
-
@mercime replied to the forum topic How can I customise the "createBlogForm" in the group Creating & Extending 13 years, 7 months ago
@fitnessblogger if you have child theme of bp-default theme or are using the BP template pack plugin and moved BP template folders/files, then copy over this file […]
-
@mercime replied to the topic [Resolved] Installed buddypress on non buddypress theme/ sidebar is on the bottom in the forum How-to & Troubleshooting 13 years, 7 months ago
Code posted at http://wp.me/p1I84P-1p
-
@mercime replied to the forum topic Installed buddypress on non buddypress theme/ sidebar is on the bottom in the group How-To and Troubleshooting 13 years, 7 months ago
B. COPY your sidebar.php file and SAVE AS sidebar-buddypress.php
At the TOP of the file, above all code, add this:
Then at the BOTTOM of the file, below all code add this:
`
?php if ( […] -
@mercime replied to the topic [Resolved] Installed buddypress on non buddypress theme/ sidebar is on the bottom in the forum How-to & Troubleshooting 13 years, 7 months ago
@jaymeselman Note: If you’ve revised any of the BP template files transferred to your backstreet theme folder in server during the BP Compatibility process, please delete those 6 BP folders transferred to your […]
-
@mercime replied to the forum topic Installed buddypress on non buddypress theme/ sidebar is on the bottom in the group How-To and Troubleshooting 13 years, 7 months ago
@jaymeselman Note: If you’ve revised any of the BP template files transferred to your backstreet theme folder in server during the BP Compatibility process, please delete those 6 BP folders transferred to your […]
-
@mercime replied to the forum topic Allignment in the group How-To and Troubleshooting 13 years, 7 months ago
@tomelk31 It should rein in BP content to the left to lift up the sidebar. Where did you add the style to
#content .padderand the styles I mentioned for you to copy from the Twenty Ten modifications? I’m […] -
@mercime replied to the forum topic Installed buddypress on non buddypress theme/ sidebar is on the bottom in the group How-To and Troubleshooting 13 years, 7 months ago
A day hasn’t passed by and you’re already bumping your post. Know that those who help out in the forums are all volunteers living in different time zones.
-
@mercime replied to the forum topic Sorting out the alignment for BuddyPress in my theme – DailyPost in the group Creating & Extending 13 years, 7 months ago
@cleaus there’s
get_template_part('content', 'page' ) ;in your page.php file which means I need the code to content-page.php file as well - Load More
@mercime
Active 5 years, 7 months ago