Search Results for 'theme'
-
AuthorSearch Results
-
August 16, 2012 at 8:00 pm #139631
kooba
Participantok, I managed to fix it, so proud of myself
however If You could take a look at it anyway and maybe suggest some changes, i’d appreciate it…. I’m sure You could make it even nicer….August 16, 2012 at 7:13 pm #139628In reply to: [resolved] Mobile Phone Opt Out? Button somewhere?
SolarPrestige
Member@mercine @modemlooper
Thanks, I’ve activated that plugin. The toolbar has reappeared which is great. However the layout on my iphone now has column on the right-hand side (I use a child theme of the default theme) taking up most of the screen with the main body just a thin sliver on the left.
Is there a simple fix to this or does this require editing the css? If any code needs changing, any info on where I should be looking would be extremely helpful.
Thanks in advance for any pointers.
August 16, 2012 at 6:46 pm #139627kooba
Participantohhh, you need to be logged in to actually see some of the elements disordered,
please log in using those:
username:budowlaniec
password:testing1
and than check the pages in the links above…
THXAugust 16, 2012 at 6:30 pm #139625kooba
Participant@mercime: It’s all much better now, but there’re still some elements of bp sites that are not in right place:
http://fachowabudowa.pl/activity/
http://fachowabudowa.pl/members/
http://fachowabudowa.pl/groups/
Would you please take a look at it and help me to fix it?? I’m rather a rookie in all this coding stuff…
Will be truly grateful for your support…thxAugust 16, 2012 at 4:46 pm #139619In reply to: Help with buddypress profile menu bar.
neillien
Memberchecked out the member-header.php file in the wp-content/plugins/buddypress/bp-themes/bp-default/members/single directory. nothing wrong there. back up and edited files match %100. So yeah still looking?
August 16, 2012 at 3:51 pm #139615In reply to: How to change base buddypress url / folder
djduckworth
MemberThis turned out to be very simple. The pages such as Profile were sub pages of a page called buddypress. Changed each so they had no parent page.
So now the author bio automatically links to profile pages, but the theme is configured to looking for /buddypress/xyz
August 16, 2012 at 1:15 pm #139606In reply to: [resolved] Mobile Phone Opt Out? Button somewhere?
modemlooper
ModeratorInstall this plugin https://wordpress.org/extend/plugins/buddypress-extended-settings
Has option to turn off setting.
@mercime just putting remove_theme_support doesn’t work. You have to add it to a certain action.
August 16, 2012 at 11:51 am #139603In reply to: [resolved] Mobile Phone Opt Out? Button somewhere?
SolarPrestige
MemberI have put this code into an empty functions.php in my child theme and nothing has happened. Do I need anything else? A hook of some sort? Or does that code sit alone within opening / closing tags?
I have looked around the net and tried a few things but nothing is working. I am a real beginner when it comes to php (and most things really
) so I imagine this is something quite obvious.August 16, 2012 at 10:43 am #139600mahdiar
ParticipantHi
There isn’t ” This field can be seen by: Anyone ” in the profile editing . I test the main theme and there is no problem .
How can I solve it ?August 16, 2012 at 8:35 am #139589In reply to: activity/messages broken in Elbee Elgee theme
Paul Wong-Gibbs
KeymasterIf it works in BP-Default, it’s a problem with your theme. You need to talk to the author of your theme and ask them for a fix.
August 16, 2012 at 8:33 am #139588Paul Wong-Gibbs
KeymasterSwitch to the twentyeleven theme. Disable BuddyPress.
Can you reply to comments on posts/pages then?
August 16, 2012 at 7:54 am #139586marc birkett
MemberHi!
Thanks for the reply – this wasn’t in the theme so I have enqueue’d it in functions.php but no change. I then installed the default wordpress theme and no change there either….
Any other suggestions?
Thanks
Marc
August 16, 2012 at 4:41 am #139577In reply to: Hide menu using css HELP!
mrjarbenne
ParticipantHave you every used Firebug before (it’s a Firefox addon). Install it and then you can inspect which class you are trying to hide.
That code looks to be for a widget, not a menu.
Once you figure out what you are trying to hide, download something like this so you don’t have to keep making the change everytime your theme updates https://wordpress.org/extend/plugins/safecss/
Then put
whateveryouarehiding {display: none;}
to hide the menu.
August 16, 2012 at 4:11 am #139576In reply to: Comments/replys are broken
mrjarbenne
ParticipantAre you seeing the same behaviour with the BP-Default theme? You need to first determine whether this is a theme issue or a plugin issue.
August 16, 2012 at 3:17 am #139572In reply to: Installed BuddyPress but no work?
@mercime
Participant== I have to do more investigation as to whether I can use this plugin with my theme, or how to install it so it is compatible. ==
@nwweavers we have “template-packed” a number of WP themes for BP compatibility https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/#template-packed-wordpress-themes
August 16, 2012 at 2:58 am #139571In reply to: Installed BuddyPress but no work?
nwweavers
MemberI figured out that I had to select BP as the default theme, which overrode my current theme and messed things up. I have to do more investigation as to whether I can use this plugin with my theme, or how to install it so it is compatible. Thanks for the response!
August 16, 2012 at 2:20 am #139569In reply to: Menu bar completely gone after update
@mercime
Participant== and now our menu bar has disappeared altogether ==
@stuart-elliott is this happening for logged-in/logged-out users?
Some thoughts:
– Go to Settings > BuddyPress -> Settings -> Main Settings and make sure that you have checked ” Show the Toolbar for logged out users “
– Change to bp-default theme and check if issue is resolved. If so, it’s very likely a theme issue. Know that Themekraft will be updating the Custom Community theme next week if not sooner.August 15, 2012 at 11:30 pm #139561@mercime
Participant@marc-birkett Could be a theme issue and not a BuddyPress issue at all.
Your theme needs to have something like this
` if ( is_singular() && get_option( ‘thread_comments’ ) )
wp_enqueue_script( ‘comment-reply’ );`
in header.php or enqueued in theme’s functions.php fileAugust 15, 2012 at 10:38 pm #139559In reply to: Everything posts twice
@mercime
Participant@natetheaverage this thread is more than a year old. Pls start a new topic for your issue.
Could very well be that you have BP Template Pack plugin activated which enqueues global.js and your own theme enqueues the same global.js in its functions.php file, hence two global.js showing up.
August 15, 2012 at 8:49 pm #139547In reply to: [Resolved] CSS Not Responding To Edits
frank tredici
MemberHey @Ben,
If you have never tried or seen this trick in Firefox — hit CTRL+SHIFT+i
You’ll go into inspect mode and there you can hover over block elements on the page and see the exact ID’s and Classes for your styles.
You can then use your theme’d style sheet to control styles by tagging “!important” (which you seem to be doing). It just might be that you are not capturing the right ID’s and Classes.
August 15, 2012 at 7:57 pm #139543In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberNo prob Cal ( @mastermind12). Just remember to store the code below away because you will need to reapply it the next time, and every time, you upgrade BuddyPress. Once you have your own theme, you can put this in a style sheet called `style.css` in your themes directory and you will always hide the “bubble”.
`/* removes the activity bubble from buddypress */
ul#members-list span.activity {
display:none !important;
}`August 15, 2012 at 7:28 pm #139541In reply to: [Resolved] How to remove activity since 1 hour ago
frank tredici
MemberNo @mastermind12 — those 2 style sheet (.css) files are not coming into play on your Member’s Directory page.
Paste it to the bottom of `/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/css/default.css` although you will need to repeat this paste each and every time you upgrade the BuddyPress plugin.
August 15, 2012 at 7:17 pm #139540In reply to: [Resolved] How to remove activity since 1 hour ago
mastermind12
MemberThanks for the reply. Sorry for the delay.
This is what I pasted. ul#members-list span.activity {
display:none !important;
}I pasted it to both the editor-style-rtl.css and the editor-style.css
the path: http://www.theinternationalrealestatemastermindassociation.com/members/wp-admin/theme-editor.php?file=editor-style.css&theme=bp-default
Is this correct? Do you need the login to get to this page?August 15, 2012 at 6:49 pm #139537In reply to: How do I delete item in Account Menu?
David Cavins
KeymasterI made changes to the WP Admin Bar by adding this snippet to my theme’s
functions.phpfile:// Customize WP Toolbar function change_toolbar($wp_toolbar) { $wp_toolbar->remove_node('my-account-forums'); } add_action('admin_bar_menu', 'change_toolbar', 999);You can remove any individual li by getting the id of it (in your case the li has the id
wp-admin-bar-my-account-forums) and dropping the prefixwp-admin-bar-. The part where you remove the prefix is odd and makes it kind of a secret, but it works. I got the original idea here: http://www.sitepoint.com/change-wordpress-33-toolbar/August 15, 2012 at 6:35 pm #139536In reply to: Replacing Activity Status with xProfiles field data
David Cavins
KeymasterTo display extended profile fields in the members directory, it’s easiest to add a function to your theme’s
functions.phpfile. My theme is based on the bp-default theme, so in my file/wp-content/themes/theme-name/members/members-loop.php, there’s this action at the end of each member’s entry that we can hook into:
Open up your functions.php file and add something like this:
function add_member_custom_extended_profile() { if ( $xprofile_tele = bp_get_member_profile_data( 'field=Telephone' ) ) { echo 'Telephone:' . $xprofile_tele . ' '; } } add_action('bp_directory_members_item', 'add_member_custom_extended_profile');You can get the exact field name to use by looking at a member’s profile page and copying the text in the left-most column.
I originally got this idea from here: http://premium.wpmudev.org/forums/topic/bp-add-profile-field-data-to-members-directory-with-links
-
AuthorSearch Results