Forum Replies Created
-
Author
-
Abe
KeymasterYou translate the theme following wordpress way and that is using .mo files which are saved in sweetdate/languages. To generate the .mo files and translate the theme you can use a plugin like Codestyling Localization. Also any other plugins used must be translated
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymaster@frien337, it breaks your site because you have copied it or added it in a bad way
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou should install a plugin like Theme my Login. That should give you related login pages just like the rest of the site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, I think you are complicating things. You should use just one field instead of two for the language and have one like Language and it won’t involve matching fields.
Normally if you want to use matching fields then both fields must have same values and when the search is done it will look for one field value in other field set as matchingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThat can’t be related with the update since we haven’t changed anything related to Facebook buttons. Try and see if you enabled some plugins lately or if you have javascript errors in you page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, They could add it in a profile field. See this tutorial: http://modemlooper.me/allow-youtube-embed-in-buddypress-profile-fields/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterTo add something to profile header: You can edit wp-content\themes\sweetdate\members\single\member-header.php to add something in the profile header part.
existing buttons are added using wordpress hooks and you need some php knowledge to do that. see the examples for current buttons in sweetdate/custom_buddypress/bp-functions.php 20 to 31 lines.If you don’t posses PHP knowledge please hire a developer to do it for you since custom work is outside the scope of this support forum
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymaster@shanevie you are putting same requests here and in Themforest page. Please don’t do that since it takes from our valuable time and it is not nice
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterAlso with WPML translating profile fields is tricky
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi. It could be a conflict with a plugin you use. Please try deactivating one by one and see which causes this.
We tested on our demo also and haven’t encountered this: http://seventhqueen.com/themes/kleo/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Sharing the solution will help other users that might find this topic. To change the name how it appears in the front-end you just change the name attribute in the code you pasted but leave the “group” attribute with the name of the group from Users – profile fields
$bp_tabs[‘looking-for’] = array(
‘type’ => ‘cite’,
‘name’ => “My new nam”,
‘group’ => ‘Looking for’,
‘class’ => ‘citetab’
);Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou have the function named kleo_my_custom_restrict1 but your action
add_action(‘kleo_pmro_extra_restriction_before_my_profile’,’kleo_my_custom_restrict’); adds kleo_my_custom_restrict function which does not exist probablyHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI don’t really understand what you are saying.
Please set your preferences of your fields in Users – Profile fields to “Enforce the default visibility for all members”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThat is exactly what I said above. To work as expected they need to be configured as Matching fields but since your values in those fields are different this won’t work. So leave only one field like “Gender” or modify the values to be the same in both fields and set them as Matching fields. You need to re-save the user profiles after the changes
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterthis is the code that gets added
COPY CODE<a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook"></i></a>
add it yourself in wp-content\themes\sweetdate\page-parts\home-register-form.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterYou can edit header.php and add target=”_blank” to the social links around line 90
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi,
That requires some code intervention and we haven’t planned it for our next updates. If you want to change that please hire a developer to help youCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWe did all kind of test and can’t seem to reproduce. Can you make sure all files are updated to the latest version in custom_buddypress folder? Re-write them with the ones from last update
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterreplace what you have removed with text
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterI think I am talking straight enough…….
I said Paid Memberships Pro plugin, where do you come up with that? Please read carefully what we respond so we don’t ping-pong with responses and waste valuable time (ours and yours)Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterDo you have a link?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterhi there, You are complicating easy things 🙂
See this video tutorial please: http://www.youtube.com/watch?v=LCrhEfApQI8Themes are uploaded from Appearance – Themes – Add new, not from any other part
@Afrostein, connect by ftp and delete any child theme you have under wp-content/themes/
You can install it like in the video above or copy the sweetdate-child extracted folder
make sure the code added to sweetdate-child/functions.php is correct before adding it from wp-admin since you’ll loose access to your site. Always add code connecting by FTPHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterOr if it is your server set in php.ini memory_limit to 128MB
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That comes from your hosting. Talk with them and ask them to increase PHP memory limit to 128 MB recommended
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, See this gist: https://gist.github.com/sbrajesh/2142009
It hides subscribers, I am sure you can adapt it to hide your desired levels
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi sharmstr, Seems like commenting that line is the best option. We tried different CSS approaches but this one seems the cleanest one.
Yeah.. it needs some upgrading indeed …
we’ll get back to you regarding the rtmedia video. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterWe are working on it since we have planned an update for tomorrow.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, we haven’t implemented this and you should try asking PMPRO support for a solution.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Please see this topic that limits it to 14 years old: https://archived.seventhqueen.com/forums/topic/change-min-age-year-profile-fields-should-be-updated-automatically/#post-2043
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterPlease mark the reply as private since we(support admins) are the only who can see that response.
if you prefer email: themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasteryes indeed the background color in the Alternate section 🙂
We wanted to make sure the theme it is customizable enough and we needed the alternate colors for some elements to make sure everything looks neat in any combinationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterIt has nothing to do with woocommerce. It won’t affect the restrictions, you can leave it installed or uninstalled. See the documentation related to Memberships and install Paid Memberships Plugin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, We are not aware of such plugin but please try searching for one on the internet
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterAlso please update to latest theme version
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterThank you for your appreciation.
That color comes from the Alternate color section in Theme options – Styling options – AlternateTo apply a different style than in the alternate color please follow @sharmstr advice
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, The Free and the Select strings.
Free comes from PMPRO plugin and you should search it in the plugin translation.
Select comes from the Sweetdate theme and you should search it in the theme translation.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, Normally the menu height included also the logo height. you can put the logo to be positioned absolute but can’t say it will look nice. Give us a link to your site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, After you have installed Paid Memberships Pro please go to WP admin – Memberships. See the included documentation on more details on configuring the plugin.
Restrict pages/posts from their edit pageHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
Keymasterplease search for a WordPress plugin for that. this one seems to support it but also contains other features that you might not need: http://wordpress.org/plugins/login-security-solution/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, See this tutorial please: http://www.hyperarts.com/blog/how-to-create-facebook-application-to-get-an-app-id-for-your-website/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts