Forum Replies Created
-
Author
-
SQadminKeymaster
this is the selector
.top-bar {
}Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css
http://www.w3schools.com/css/css_font.asp
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOpen that link and there is a code to add … not the link itself
That code should go in sweetdate-child/functions.php
You don’t have to delete anythingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou just need to add the profile fields under Users – Profile fields and then check which to appear in forms in Sweetdate – Buddypress
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, add your code inside “pre” tags
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis will be fixed in v2.3
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, we fixed that in version 2.3 that will come soon along with other fixes and new features.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you test our demo, does it work?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe’ll take a look when we have some spare time. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Seems strange. I don’t know how it is supposed to work… I see a string comming up every time I click the comment box.. maybe try a different similar pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat filter handles the link to redirect, in case you want to change it from the default membership page.
You said you did some changes.. in those changes you need to add that attribute…. I don’t know how you did the changes or whereHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, User fields are added from Users – Profile fields. Fields in the Base group appear in the Registration page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes it removes also the hearts
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Add this css to sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css and change with your color:COPY CODE#call-to-actions .alert { background-color: #FF0461; border: 1px solid #FF0461; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThere is this topic here:
https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-siteHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, See the tutorial on initial setup: https://archived.seventhqueen.com/video-tutorials
Match the registration page in Settings – Buddypress – PagesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is more of a customized functionality and doesn’t apply to all
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can add this code to sweetdate-child/functions.php to disable the links:Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI mean to set them instead of Standard to Article name or something
Try disabling any extra plugins beside Buddypress to see if it worksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I checked today on iPhone and everything seems to be ok on your site as well as on our demo. I also noticed that you are using another theme for mobile version and maybe this can cause some small incompatibilities.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Try re-saving Settings – Permalinks. Make sure to have pretty ones 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat.
All the best from Romania.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterto sweetdate-child/style.css or in WP admin – Sweetdate – Styling options – Quick css:
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOh sorry 🙂
is:COPY CODE$number = str_replace(".","",$number);
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterDepends on your links. you need to add the attribute: target=”_blank”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Right now you can only block the whole profile of a user, not specific areas of itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Use this plugin: http://wordpress.org/plugins/wp-email-login/
The text can be edited at this location: wp-content/themes/sweetdate/page-parts/general-login-modal.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You can do that by adding this code to sweetdate-child/functions.php
COPY CODE/* Remove compatibility from profile */ add_action('after_setup_theme','kleo_remove_compat'); function kleo_remove_compat() { remove_action('kleo_bp_before_profile_name', 'kleo_bp_compatibility_match'); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please read this similar topic starting form my post and let me know if you need anything else:
https://archived.seventhqueen.com/forums/topic/how-to-translate-this#reply-5034Those will be fixed in upcoming theme update this month
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat functionality isn’t available. You can setup memberships as products and do the usual checkout but then you’ll need to program your own custom restrictions based on that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo hide the menu on all pages from not logged in users add this css code to Sweetdate – Styling options – Quick css:
COPY CODEbody:not(.logged-in) .top-bar {display:none;}
ony on homepage:
COPY CODEbody.home:not(.logged-in) .top-bar {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry this:
.home .header-bg {
background-color: #0076A3;
background-image: url(“/wp-content/themes/sweetdate/assets/images/patterns/blue_pattern.gif”);
background-repeat: no-repeat;
background-size: cover;
}Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can’t remove those activity types. Try searching for a plugin
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou missed the step to replace a file.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNo problem. Glad that we worked it out.
Copy functions-pmpro.php from the main theme since that is the only file where we did some changes.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for your contribution.
If you translate buddypress and bbpress please try and send those too.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe tested your problem with IE9 and IE10.
We will test with IE8 and let you knowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please see this similar topic: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-displayHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou don’t have anything translated.
Scan the Sweetdate files from the plugin. translate the strings under the “kleo_framework” domain and then click generate the .mo file and that should be itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAs the error say you have a problematic plugin: wordpress-seo
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSend me the .mo file since there is where the translated strings are.
After you translate make sure to click the generate .mo fileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts