Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, Choose the image for the hompage and will do just that… or I don’t understand what you want to achieve. If that is the case send me a link
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please follow this similar topic which changes to 14 years old limit: https://archived.seventhqueen.com/forums/topic/change-min-age-year-profile-fields-should-be-updated-automaticallyHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, It says: No tweets found
Try adding a tweet 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes color needs to be there for compatibility in case the image or pattern do not load. Just choose white(#fff)
If you choose your image, then that image will show. If you set the homepage image, you can set color to match the header background colorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
First thing to do is to follow the video tutorial for an initial theme setup: https://archived.seventhqueen.com/video-tutorialsFor translation you can use WMPL plugin which is not free and you will be able to give visitors the option to choose from specific languages. This implies translating all the site to each language on your own.
Other option can be Google translate: http://support.jimdo.com/tutorials/apps-and-plugins/how-to-add-google-translate-to-your-website/
If you still have pages or menus in English translated your pages title from WP Admin -> Pages.
Other strings can be translated into your language using this plugin: http://wordpress.org/plugins/codestyling-localization/Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPerfect @adam.
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Search form is automatically generated with the fields you choose from WP Admin -> Sweetdate -> Buddypress. Also there you can change the text that appears in the form at the beginning.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, It seems to be a problem in this file from rtMedia plugin: /wp-content/plugins/buddypress-media/app/main/routers/RTMediaRouter.php
If you replace lines 140 to 144 with the code bellow it will work. I notified already rtMedia stuff and hopefully they will fix this:
COPY CODEif( function_exists ('bp_set_theme_compat_active')) bp_set_theme_compat_active( false ); add_filter( 'the_content', array(&$this,'rt_replace_the_content') ); $this ->rt_theme_compat_reset_post(); return $new_rt_template;
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 v.2.1 that will come in a few days.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes, to see the error. make the reply private if you want just me to see it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, This is fixed in v2.1 that will be available in a few days.
When you will register via Facebook you will receive an email with the generated password so you can make changes to your account.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Can you give me a link? Don’t think now it is a hosting issue.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi there.
If you want users to show in your site after they activate their account or you activated it using a plugin you have to add this piece of code to your sweetdate-child/functions.php and an user no longer needs to login in order for him to appear in the site.COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id, $key, $user ) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI think I know what is it about. Original matching system looks for the sex of the members first and if they are not compatible no longer searches. So please add this function to your sweetdate-child/functions.php file and it no longer check for the sex of the members:
http://d.pr/n/NWaYHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPS: Set it to cover
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you want the image to go full then you have to set it in Styling options -> Header section.
Setting it in home will go just as the site container is.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you want the image to go full then you have to set it in Styling options -> Header section.
Setting it in home will go just as the site container is.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
‘Sweet Young Couple From 123 rf.com’ text that you see, actually is a placeholder image set in Sweetdate -> HomepageHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Follow this topic right here: https://archived.seventhqueen.com/forums/topic/google-map
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For 1) you could use rtMedia plugin instead of bpAlbum but restrictions can;t be applied like that.
All of your queries really need custom development since they require serious hours of programming.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterhi,
Problem comes from your added css:COPY CODE.woocommerce li { margin-left: 30px; }
This will affect every li in the whole page.
Narrow it by adding: .woocommerce .products liHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes before doing an upgrade please backup all your files from the wordpress install by FTP and export your mysql database(backup) just to be safe.
Normally nothing wrong should happen but better to be safe.
From admin just do automatic upgrade.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterif you are referring to the widget in sidebar:
COPY CODE#newest-members, #popular-members {display:none}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi there,
Indeed because of the numbers you can’t select them wrong 🙂
If you want you can change the order in sweetdate/registration/register.php from line 145 to 163. Copy the file to sweetdate-child/registration/register.php and swap the fields in your preferred order.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 put the name of the fields exactly how you see them in Users-> Profile fields(the initial language they are added into).
Users need to have matching dates to increase the percentage.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 apply css styles to each widget element and inspect the existing ones with Firebug for Firefox or something similar on other browsersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I can only see the maintenance page. Disable the plugin and set WP_DEBUG to TRUE in wp-config.php to view errors if is the case
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have a coming soon page that doesn’t allow me to view. Send some credentials with “Set as private reply” checked
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou have a coming soon plugin that doesn’t allow me to view it. Send credendials by checking “Set as private reply”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe will do some tests and see if we can somehow modify the original widgets.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @moonpick.
If you want to make changes just to the register form then only copy that file.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSet the default template you want to user for your site from Sweetdate -> Layout Settings. You shoud choose right or left sidebar.
Buddypress pages template is set from Sweetdate -> BuddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry adding this instead of normal min-width1300px:
COPY CODE@media only screen and (min-width: 1279px) { .home-page #header {min-width:1300px} }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We’ll include in this week update a way to replace the heart in that location, ThanksWe’ll let you know how to once the update is available.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, For those please add this css to Sweetdate -> Styling options -> Quick css box:
COPY CODE.kleo-bp-active-members .activity, #profile .activity {display:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, That is not related with our update. IT has to do with a plugin of yours: http://my-private-event.com/wp-content/plugins/optimizePressPlugin/lib/assets/default.css
Try to fix it by adding this css to Sweetdate -> Styling option -> Quick css:
COPY CODE.reveal-modal-bg {z-index:40 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To remove it only from mobile add this css to Sweetdate -> Styling options -> Quick css or in sweetdate-child/style.cssCOPY CODE@media (max-width: 480px) { .contain-to-grid.sticky.fixed {display:none;} }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHI,
You should not put the .home-page #header {min-width:1300px} because that will cause many problems. Can you give a message with your site link so I can understand what are you trying to achieve? Set the reply as private if you want just us to view it.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
a) That text is inside the page content. You need to go to WP Admin -> Pages and edit Home page. There you will find the text and shortcode for colored text, icons etc
b) Right now you can only show those online statistics by members profile fields and not type of membership. We will keep you posted if we develop something similar.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, You can read this topic that removes the compatibility and replaces hearts in some site parts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts