Forum Replies Created
-
Author
-
SQadminKeymaster
Yes you don’t need to copy it. Modify that and you should make that change on every theme update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2013 at 01:42 in reply to: How to create a field with the preferred age of the person we are looking for #3534SQadminKeymasterHi,
I see what you mean but this is not possible right now by default.
If we have any news we’ll let you knowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 30, 2013 at 01:39 in reply to: Buddypress bug: users with spaces in their usernames can’t register #3533SQadminKeymasterHi, This goes to sweetdate-child/functions.php
Make sure to have the child theme activatedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
This is included in the theme. Just add your username and API key to Sweetdate -> Miscellaneous and the update will appear in WP Admin -> UpdatesPS. Make sure to backup your files before you update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This is resolved in v.2.1 update
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
User has to activate the account or use a plugin to manually activate it.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Sorry for the late answer, seems that this topic somehow missed from our support team.
I think this happens because of a plugin like Theme my LoginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I’ve added the code for the About us widget in this topic:
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 solutionSQadminKeymasterWhat exactly is failing? Please give more details, error code, etc
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1.You don’t need to add the functions.php from the main theme. Child theme already contains a functions.php. You just add extra code that changes stuff in the theme
2. You can add this to Sweetdate -> Styling options -> Quick css:COPY CODE.regulartab dd {line-height:20px;}
3,4. This topic shows how to replace hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
The color is given by the “alert” class added to the button in page-parts/general-register-modal.php line 26. Remove that from the class attribute.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
In Sweetdate -> Styling options -> Quick css add this:COPY CODE.page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: 713px; }
Change 713 to match your height
You can see the logo in the included PSD files. I don’t think the logo has transparency, it is just saved as png without transparent background.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Sorry for the late reply. Don’t know why they didn’t come up in our priority list
That code is good. Just add this in sweetdate-child/functions.phpCOPY CODEadd_action('after_setup_theme',' kleo_my_member_data'); function kleo_my_member_data() { global $kleo_config; //this is the details field, right now it take the "About me" field content $kleo_config['bp_members_details_field'] = 'About me'; //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there $kleo_config['bp_members_loop_meta'] = array( 'Proffession' ); }
For the color add this in Sweetdate -> Styling options -> Quick css box:
.pink-text { color: #F00056;}
Change the #HEX with your own colorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for sharing @ronP
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The button in the signup modal is a bug in 2.1 that we will fix in next update. Please see this topic:
https://archived.seventhqueen.com/forums/topic/register-button-goneif you want to disable the modal please use the code form this topic again since the code was altered by wordpress editor and I just fixed it: https://archived.seventhqueen.com/forums/topic/how-to-disable-modal-login
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We respond to all members and thanks for helping put. Give us a link to the topics that haven’t been answered, maybe we missed them. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOr check for a plugin that might interfere.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please talk at your hosting since your allocated PHP memory is too low, as I can see from the error it is somewhere aroung 18 MB. It should be around 128 MB
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Please see this topic to fix it in the modal: https://archived.seventhqueen.com/forums/topic/register-button-gone
There was no facebook button in the register page.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
There is no quick way of doing the Suggested Members. You need to develop it.in sweetdate/members/single/home.php swap lines 12 and 14 to have the sidebar start from top. Header elements will look squeezed though.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Facebook gets the image and name. Credentials are generated and sent with an email to your address. Yes it will take the name.
Point 2 can be achieved but you need some development to extend the default functionalityHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for sharing.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI don’t think you need to have a group forum. Does it work without the root forum?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat @Cenk
Glad it is ok nowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
Well you need to change those plugins template if they allow it or you need to inspect the elements and only use CSS.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I did some tests and indeed it doesn’t show in the drop down. I will need temporary access to you hosting account so I can have access to FTP and MySql
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGive me access to wp admin with temporary admin user. Make the reply private. Sliders should appear in the drop down
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Members have to complete their profile fields to appear in search. See also the video tutorialHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Regarding that section, nothing has changed in the last update.
If you add the code just like in the example it should work. You need to change the name to match your fields group name from ‘name’ => __(‘Social’, ‘kleo_framework’) to ‘name’ => __(‘My group name’, ‘kleo_framework’)Paste your added code if you can’t figure it out.
Also you need to have the sweetdate-child theme activated.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Check out this page from Buddypress that give you details info about those settings: http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You can check in each membership level edit page not to have checked a category to restrict.
Another way to restrict page/post is from the specific post/page edit page in the Require membership boxHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, By adding a slider to Revolution Slider it should appear automatically in the select box. Give us a link with access to take a look. 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 solutionSQadminKeymasterHi, Thanks for pointing this out. We added there a checkbox that you agree the terms and conditions and by mistake if you haven’t chosen you Terms page from Sweetdate – Miscellaneous it also hides the button.
You can either set a page for Terms and conditions or change contents of this file sweetdate/page-parts/general-register-modal.php with this one: http://d.pr/n/ohaDWe will fix this is the next update.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Do you have the sweetdate-child theme activated?
Users must fill that information in their profile.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Right now this isn’t possible as a default functionality and it implies some work to accomplish it. If we decide on adding this to a future update we will let you know,Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I saw what the problem is. You can enable PHP short tags in your hosting environment or edit header.php at line 130 and change
<? if( bp_is_active('messages') to <?php if( bp_is_active('messages')
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To add your custom image it needs an “image” attribute like this: [kleo_status_icon type=”Modelo” subtitle=”Modelos Online” image=”http://link_to_image.png”%5DHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You need to enable that from Sweetdate -> Miscellaneous -> Show Facebook avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To achieve that please change contents of this file: sweetdate/custom_buddypress/kleo-bp-search.php with this one:
http://d.pr/n/bev6And add this css to Sweetdate – Styling options – Quick css box:
COPY CODE.kleo-checkbox label { float: left; width: 25%;}
Change the 25% to have more or less in a row.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Your change to WP_DEBUG should be just temporary to debug some problems. After that put if back to FALSE.
After you deleted the plugins it works? I guess you added some code or something.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You need to install Contact form 7 plugin. See the video tutorial for initial install: https://archived.seventhqueen.com/video-tutorials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts