Forum Replies Created
-
In reply to: BuddyPress Template Pack + Flexx Professional Theme
And I got the error below when I clicked a member’s name to view the member’s profile:
Parse error: syntax error, unexpected ‘<' in /misc/25/000/212/149/6/user/web/theifhl.com/wp-content/themes/FlexxProfessional/members/single/home.php on line 10
That file is here – http://pastebin.com/g7FpLdKd
In reply to: BuddyPress Template Pack + Flexx Professional ThemeCan someone please check this out and tell me if I’m doing it wrong?
Also should I do that for only h2 and h3? For example, the file forums/index.php also has h5…
In reply to: BuddyPress Template Pack + Flexx Professional ThemeDelete post
In reply to: BuddyPress Template Pack + Flexx Professional Themehow much longer until the release of the next buddypress?
In reply to: BuddyPress Template Pack + Flexx Professional Themecan somebody please show me what the code would look like on my 3-column theme? the walkthroughs only show 2 column themes
In reply to: BuddyPress Template Pack + Flexx Professional Themei did read it and i tried to understand it but theres just too much and not enough time for me to figure it out
In reply to: BuddyPress Template Pack + Flexx Professional Themeheader.php – http://pastebin.com/jBdfBpMc
page.php – http://pastebin.com/rDpVpYEU
index.php – http://pastebin.com/Z8GwqFSR
sidebar.php – http://pastebin.com/T8zDPHaL
footer.php – http://pastebin.com/GHey6AP0
sidebar-left.php – http://pastebin.com/CPKzyux6
sidebar-right.php – http://pastebin.com/zv5ZS06W
flexlayout.php – http://pastebin.com/JyPBDKGD
feature-bottom.php – http://pastebin.com/F1cVX67J
feature-top.php – http://pastebin.com/XsbUtWGX
and here is the list of all file names in the wordpress theme editor in case i’m missing any – http://pastebin.com/vb6ZPpyS
In reply to: BuddyPress Template Pack + Flexx Professional ThemeThe thing that I seem to get stuck on is the fact that my theme has 3 columns and the walkthrough only shows 1-2 columns. Obviously if I had experience with this type of coding then I wouldn’t get stuck on it but unfortunately that’s the root of the problem š any way you can show me an example of a 3 column code?
Yeah wpmudev.org helped me do it but they gave me a crappy method to do it without child theme so I just switched back to my old theme… no longer an issue with the header.
In reply to: How to remove header image in BP columns?It’s still not working… Could it be a conflict between the BP Columns theme and the BuddyPress Default theme?
First, I tried the bp-custom.php method and that didn’t work. Then I deleted that bp-custom.php file and tried the following…
Added this code (without the opening and closing ) in my BP Columns themeās functions.php file right under the opening < ?php
define( āBP_DTHEME_DISABLE_CUSTOM_HEADERā, true );That didn’t work so I also added that above code in my BuddyPress Default theme’s functions.php file right under the opening < ?php and that didn't work either.
Any other ideas? Thanks to all for trying to help.
In reply to: How to remove header image in BP columns?can anybody else help with this? directions above are not working…
In reply to: How to remove header image in BP columns?It wont let me copy/paste the code but its what you guys said its supposed to be
In reply to: How to remove header image in BP columns?It’s still there after I did that…
This file – http://theifhl.com/wp-content/plugins/bp-custom.php
This is all that is in the file…
Website is http://www.theifhl.com the header image is still there… unless thats not a header image? That ugly blue background…
In reply to: How to remove header image in BP columns?Thanks for your response. Unfortunately, I’m new to this kind of code but based on the info you provided above… I created the file /wp-content/plugins/bp-custom.php … Can you tell me exactly what should be in this currently blank file in order to remove that header image?
In reply to: How to remove header image in BP columns?BP columns theme i mean