Forum Replies Created
-
Author
-
SQadminKeymaster
We would like to put some works on the Themeforest item page, so if you want it to share your website with the world… let us know π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can add this css code to WordPress Admin – Sweetdate – Styling options – Quick css
COPY CODE.profile-thumbs a, #profile-thumbs a {cursor: auto;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo work best also for responsive, add this css instead into Sweetdate – Styling options – Quick css:
COPY CODE.just-after-header .five.columns { float:right;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWell, it will ask it yes. Maybe edit registration/register.php and make it a input hidden type instead of text and set the value to a space or something
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @adam π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterMatching fields can be textboxes or selectboxes. If you stick to those types then you will be fine
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This is more a custom request and we don’t have a solution for you. Try microlancer for custom wordpress development
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi airsidworld, I’m trying to help you but I think I don’t understand what exactly you want. Can you explain please in a little more detail, maybe with a prinscreen and some arrows?
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo put the cursor in the username fields you have to add this javascript code to registration/register.php somewhere at the end of the file before the get_footer( ‘buddypress’ ); line
COPY CODE<script type="text/javascript"> jQuery(document).ready( function() { jQuery("#signup_username").focus(); }); </script>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAdd it to sweetdate-child/functions.php … You probably added it wrong… it has to be before the ending “?>”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe included this in the readme.txt:
“We also included the custom slider bullets and arrows in folder revslider_assets. If you want to use them you have to replace the default ones located in wp-content/plugins/revslider/rs-plugin/assets/”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
This code worksCOPY CODEfunction my_remove_profile_nav() { global $bp; bp_core_remove_nav_item( 'activity' ); } add_action( 'bp_setup_nav', 'my_remove_profile_nav' );
Also removing the activity, which is the default component that shows when you are viewing a profile you will have a 404 page. See this to change the default component:
https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-changeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGive me temp. access to the franzi username to check. Change the password after. set the reply as private
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you want to add another one you can do it in the same function above like:
COPY CODEadd_filter('kleo_pmpro_level_restrictions', 'kleo_extra_pmpro_restrictions'); function kleo_extra_pmpro_restrictions($restrictions) { $restrictions[] = array( 'title' => __('Chat with users','kleo_framework'), 'front' => __('Chat with users','kleo_framework'), 'name' => 'unique_identifier' ); $restrictions[] = array( 'title' => __('Another restriction','kleo_framework'), 'front' => __('Another front restriction description','kleo_framework'), 'name' => 'unique_identifier2' ); return $restrictions; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes, send here the link and mark the reply as private
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis has to do with WordPress and you can change it with any plugin like Configure SMTP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI opened your site and your links don’t work…which id good π
try clearing cache or use another browser
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI gave you an answer above. Haven’t you seen it?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI saw your link somewhere above.
You are right. We did some changes to the theme for next version and some things changed. Please try the code again. Sorry for that:
http://d.pr/n/zTu8Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhehe
Great πHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSo you want the select smaller. You said image button
add it like:COPY CODE<select class="three" name="os0">
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterthe style isn’t applied. you’r using caching plugin. disable that π
also I think you need -30px instead of 30pxHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try adding this to WP Admin – Sweetdate – Styling options – Quick css to make the text white:COPY CODE.form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { color: white; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI added it and works for mobile..
What is your site link?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThen disable your plugins one by one. Like I said, I tested and it works. Make sure to have the latest theme installed also
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterput your code in “pre” html tag to display it and not render it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThen you have to edit wp-content/themes/sweetdate/members/single/member-header.php and change bp_displayed_user_fullname with bp_displayed_user_username
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhehe, this happens to the best also π
no problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, file is wp-content/themes/sweetdate/paid-memberships-pro/pages/confirmation.php around line 113
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you are talking about the image, put a width=100 attribute to set the width manually
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYep π
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou will need to edit header.php and do a search for “Profile” to find the button.
You need to have the structure like in the menu, eq:COPY CODE<ul> <li class="has-dropdown" id="nav-menu-item-836"><a class="main-menu-link" href="#">Features</a> <ul class="dropdown"> <li id="nav-menu-item-862"><a class="sub-menu-link" href="#">About us</a></li> <li id="nav-menu-item-855"><a class="sub-menu-link" href="#">Reasons to join</a></li> <li id="nav-menu-item-857"><a class="sub-menu-link" href="#">404 Page</a></li> <li id="nav-menu-item-860"><a class="sub-menu-link" href="#">Full Width Template</a></li> <li id="nav-menu-item-858"><a class="sub-menu-link" href="#">Left Sidebar Template</a></li> <li id="nav-menu-item-859"><a class="sub-menu-link" href="#">Right Sidebar Template</a></li> <li id="nav-menu-item-830"><a class="sub-menu-link" href="#">Search Page</a></li> <li id="nav-menu-item-866"><a class="sub-menu-link" href="#">Shortcodes</a></li> </ul> </li> </ul>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWho’s onine widget shows members horizontally.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee this topic: https://archived.seventhqueen.com/forums/topic/how-do-i-remove-the-forums-tab
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterpublic message takes you to the Activity page. Is your page accessible and set in Settings – BUddypress – Pages?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSee this topic on manipulating the numbers: https://archived.seventhqueen.com/forums/topic/manual-number-of-members-change
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo start a new topic, choose a theme from the right sidebar then down on the page you have the form.
For space in usernames: https://archived.seventhqueen.com/forums/topic/users-with-spaces-in-their-usernames-cant-register
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhave you tried this? http://wordpress.org/plugins/buddypress-usernames-only/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhehe, you did some customizing π nice
I think you need to be an administrator of that group to manage requests. login as Franzi-Niedermeier/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts