Forum Replies Created
-
Author
-
Laura
ModeratorHello, buddypress never had a create a group button at the profile its at groups directory 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, at Header section of the theme options you should see a text area with that text 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, do you mean the modal form or the wordpress login page?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello i do not see where is that page, can you share a direct link?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, please share access so i can check it out 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 13, 2017 at 04:11 in reply to: Loading mixed (insecure) content kleo/assets/img/bg-body.gif #149669Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, why not use the menu login modal? it would show the login form once clicked and the avatar once logged in
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, please check http://www.wpbeginner.com/wp-tutorials/how-to-create-custom-post-types-in-wordpress/ 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, not still, you might need the help of a developer to create that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, yes, you can try using Duplicator, it will help you create an installer to reinstall the site.
If you just want to move USERS and CONTENT (posts,pages,products,plugin files…) you will need to export those specific database tables and then import them at your new install. Or you could try to filter them off your install file using Duplicator.So, Duplicator will help you:
-Export all your content and easy install with a few clicks
-Automatically adjust your database for a new domainYou may need the help of a developer if you plan to just export USERS and CONTENT as you may need to do the install manually
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, which one do you need to hide?
AttachedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, i tried to login but i cant access, i get a dns error,let me know 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, add this to style.css of child theme
COPY CODE.groups .secondary-menu.collapse.navbar-collapse.nav-collapse { display: none !important; } .groups .social-header.header-color { display: none !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 12, 2017 at 01:00 in reply to: Header hiding top of contain when I reduce the window #149540Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, ok 🙂
1- Go to your child theme functions.php
addCOPY CODEadd_filter( 'kleo_online_users_count', 'kleo_my_online_users', 10, 2); function kleo_my_online_users($number, $value) { switch ($value) { //ALL MEMBERS ONLINE case FALSE: return $number+6; break; case "Woman": return $number+8; break; case "Man": return $number+6; break; default: return $number; break; } } add_filter( 'bp_get_total_member_count', 'kleo_my_total_members' ); function kleo_my_total_members($number) { $number = str_replace(".","",$number); return $number+14; }2- If step 1 does not resolve it, continue to step 2
Go to Pages > Home > Edit
Find the members online shortcodes, replace it withCOPY CODE[kleo_status_icon type="total" subtitle="Members in Total"] [kleo_status_icon type="members_online" subtitle="Members Online"] [kleo_status_icon type="custom" field="I am a" value="Woman" online="yes" subtitle="Women Online" image="wp-content/themes/sweetdate/assets/images/icons/steps/status_03.png"] [kleo_status_icon type="custom" field="I am a" value="Man" subtitle="Men Online" online="yes" image="wp-content/themes/sweetdate/assets/images/icons/steps/status_04.png"]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, sure please share a link so i can see it 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, try using this
COPY CODE.option-label span { margin-right: 10px; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, for the whole site?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello as their last login activity, they need to login at least once to appear at the directory 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 12, 2017 at 00:23 in reply to: Change the Position of the Avatar on the Profile & Groups Cover #149524Laura
ModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, please update the theme and plugins then try again 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, you can try using the plugin BP Disable Activation reloaded 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello can you share access so i can check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, to style the pages you wil need the help of a developer, also to edit page templates.
You can manage sidebars at each page editor, but to edit templates you need a developer that knows php and wordpress.
To hide members page check https://premium.wpmudev.org/forums/topic/hide-buddypress-member-directoryHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura
ModeratorHello, just add a text widget to the footer with your contact info 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts