-
Robert replied to the question Home Page Question in the forum BuddyBoss theme 9 years, 5 months ago
Wow, this is pretty painful.
-
Robert replied to the question Home Page Question in the forum BuddyBoss theme 9 years, 5 months ago
-
Robert replied to the question Home Page Question in the forum BuddyBoss theme 9 years, 5 months ago
Anyone? Bueller?
-
Robert started the question Home Page Question in the forum BuddyBoss theme 9 years, 5 months ago
I currently have a home page set as a static page in wordpress and it works just fine.
I used a plugin to create an alternative home page (Optimizepress).
Then I set it as the home page.
But only logged in users see it. Logged out users see the old page.
Now I am tired and I have probably done something bone headed.
Any ideas?
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 1 month ago
Thanks TJ. Sorry for being grumpy.
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
Too hard I guess.
Seems both you guys and my host are happy to throw me in that basket.
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
In how many files in Buddyboss is it used?
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
Alternatively, is it feasible (or possible) to get my coder to change the theme from using url_fopen to CURL?
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
PS – I am with WebSynthesis who have been amazing (I have tried about 15 hosts in the past) and are specifically a Wordpress host.
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
Ok, thanks. So seeing as my host blocks it, and seeing as the site still seems to work properly (other than the serve errors) I have 2 more questions.
1) Is it possible to remove it from Buddyboss?
2) Would removing it have any effects for users that are not already apparent?Thanks for your help on this as I am between a rock and a hard place here.
-
Robert replied to the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
Thanks @tjchester – What does it actually do / allow?
-
Robert started the question Strange Error in Logs in the forum BuddyBoss theme 10 years, 2 months ago
Hi Guys
I am using BB 4.0.8 with a child theme. I am getting this error in my logs that I am trying to chase down. Any ideas?
12/18/2014 12:46:46 AM - www: PHP Warning: getimagesize(): http:// wrapper is disabled in the server configuration by allow_url_fopen=0 in…
[Read more] -
Robert replied to the question Buddpress Sidebar in Forums (Child Pages) in the forum BuddyBoss theme 10 years, 5 months ago
Out of curiosity, why does the main forum page call the correct sidebar and the child page not call it?
-
Robert replied to the question Buddpress Sidebar in Forums (Child Pages) in the forum BuddyBoss theme 10 years, 5 months ago
Excdellent! Thanks!
-
Robert started the question Buddpress Sidebar in Forums (Child Pages) in the forum BuddyBoss theme 10 years, 5 months ago
Hi Guys
I have a problem.
My forum works perfectly and picks up the correct sidebar from the widget areas. (www.lightstalking.com/forums/)
But my ‘latest posts’ page (which is a child page of the forums page) picks up the default wordpress sidebar.
(www.lightstalking.com/forums/latest/)
I want that second child page to have the same sidebar…[Read more]
-
Robert replied to the question Remove "New" button from Admin Bar in the forum BuddyBoss theme 10 years, 5 months ago
Thanks guys. Will play around with this.
-
Robert replied to the question how to change post text's font size, and add font style options in the forum BuddyBoss 3.0 10 years, 5 months ago
Though I am on 4.0 if that is different.
-
Robert replied to the question how to change post text's font size, and add font style options in the forum BuddyBoss 3.0 10 years, 5 months ago
Hmm, this doesn’t seem to be working for me either, even with that recent bit of code in the child custom.css
-
Robert replied to the question Remove "New" button from Admin Bar in the forum BuddyBoss theme 10 years, 5 months ago
Out of curiosity…
is there a way to remove the items from that button, but replace them with other ones?
Specifically “new forum post” and “new photo upload”
Could be cool, as users seem very drawn to that button. Would be a shame to waste the real estate.
-
Robert replied to the question Remove "New" button from Admin Bar in the forum BuddyBoss theme 10 years, 5 months ago
That didn’t work, so I combined your code with @gansad‘s and came up with this which seems to work,
add_action( 'wp_before_admin_bar_render', 'remove_toolbar_menus' );
function remove_toolbar_menus() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('new-content');
$wp_admin_bar->remove_menu('comments');
}That went in the…[Read more]
- Load More