Forum Replies Created
-
Author
-
Radu
ModeratorThank you for providing a possible solution for the user issue.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can change that text using the translation method or php file edit… i will add at the end of the reply translation method.
There isn’t any specific location in wp admin from where you can edit the activate or register page the only way it’s from code
The activate page it’s generated automatically and there is no specific place where you can edit that just in php file directly by copying this file activate.php
from : wp-content/themes/sweetdate/buddypress/members/activate.php
to : /wp-content/themes/sweetdate-child/buddypress/members/activate.phpLook for around line 33
Note : Child theme needs to be installed and activated, in this way your changes will stay even you update the parent theme.
You can force you users after sign-up to complete the profile using this plugin : https://wordpress.org/plugins/bp-force-profile/
HOW TO TRANSLATE STRINGS OF THEME OR PLUGINS:
Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/A small introduction on how translations work
Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.
For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.
Follow these steps to get you started:
- Install Loco Translate plugin
- Go to the plugin dashboard: WP Admin – Tools – Manage translations
- Find the theme or plugin in the list.
- If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
- Press SYNC button to synchronise your translation with the provided .pot file
- Search for the string you want to translate and add your translated string.
- Press Save when you finished your translation.
Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This kind of errors aren’t related to the theme most sure that it’s related to your certificate or server settings
At this moment the provided url it’s expired or parked

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 22, 2017 at 17:28 in reply to: Pagination – difficult to see which page users are on #180630Radu
ModeratorHi,
Those are the selectors
COPY CODEnav.woocommerce-pagination ul li a {background:red !important;color:#fff !important;} nav.woocommerce-pagination ul.page-numbers li span.current {background: green !important;color:#fff;}change it with your colors
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorREplace with this
COPY CODE.friendship-button .pending_friend, .friendship-button { background: red !important; } a.send-message { background: green !important; }Anyway the sent message and add friend i think are not displayed when view as guest, cuz the buttons are related only for logged in users.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The KLEO register by default will displays only those fields there is no quick solution to achieve what you need.
I will let you know the responsible file and how you can overwritte it safe.
There is the responsible file: wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php if you will rewrite that file you should copy it to wp-content/themes/kleo-child/k_elements to can have the functionality that you need over the theme update.
Cheers
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css to wp-admin -> theme options -> general settings -> quick CSS
COPY CODE#buddypress #activity-stream p img { display: block; }This will be fixed in next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can install P3 Profiler plugin to can see what plugin causes huge load while posting something https://wordpress.org/plugins/p3-profiler/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. From what i see it behaves like on our demo take a look : https://seventhqueen.com/demo/sweetdatewp/
with exception of some css that makes the logo to move off screen see this screenshot

You can remove those from Wp-admin -> theme options -> Styling Options -> Quick css
2.
You will have to use the next css
COPY CODEform#register_form_front input::-webkit-input-placeholder { color: blue !important; } form#register_form_front input:-moz-placeholder { /* Firefox 18- */ color: blue !important; } form#register_form_front input::-moz-placeholder { /* Firefox 19+ */ color: blue !important; } form#register_form_front input:-ms-input-placeholder { color: blue !important; }Replace blue with your desired color.
Wp-admin -> theme options -> Styling Options -> Quick css3. Maybe using this plugin : https://wordpress.org/plugins/if-menu/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just add this css
COPY CODE#socket .col-sm-12 { height: 100%; display: initial; }And remove the gaps
That’s it
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just replace the css provided in this ticket with this one
COPY CODE.article-content iframe[src*='youtube.com'], .article-content iframe[src*='vimeo.com'], .article-content iframe[src*='dailymotion.com'] {width:100%;min-height: 360px !important;} .bbp-reply-content iframe[src*='youtube.com'], .bbp-reply-content iframe[src*='vimeo.com'], .bbp-reply-content iframe[src*='dailymotion.com'] {width:100%;min-height: 360px !important;}In next theme update this will be fixed in the JS way, so in next theme update you can remove this css
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2017 at 19:14 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180553Radu
ModeratorNot marked as solutionNovember 21, 2017 at 18:36 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180547Radu
ModeratorNot marked as solutionRadu
ModeratorNo problem
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2017 at 17:44 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180540Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
For the youtube iframe from the post content use this selector
COPY CODE.article-content span.embed-youtube iframe.youtube-player { max-height: 420px; }Adapt the max height with your desired
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Make sure to install the child theme that we have provided in main theme files, i don’t know what you done there and if you create manually a child theme correctly, there you should have also a functions.php file with related tags.I’ve tested locally before provide to you solution and now the submit button it’s there and also the pmpro default fields

So make sure to install our child theme then re-do this https://archived.seventhqueen.com/forums/topic/pmpro-checkout-button-disappeared/#post-180373
That’s all, worked i’ve tested multiple times before providing solution.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, There should be done a simple trick, go to wp-admin -> users -> profile search
Just set for I am a filed placeholder looking for a and for looking for a placeholder i'm a
That's it
Cheers
R.
Radu
ModeratorHi,
Thanks you for reaching us,
Please add here a link that shows live the issue 1 and also 2.
1.Add a link to a activity that shows the image like that.
2.Can you made a video to show me how can this be reproduced ?Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. Will let you know
2. You will have to set full width template to can have no sidebar

3. Those are the selectors
The CSS will be added to wp-admin -> theme options -> general settings -> quick css
COPY CODE.login-form-inline h3.kleo-pop-title {color:#fefefe !important;} .kleo-pop-title-wrap * { color: #fff; } .kleo-pop-title-wrap a.new-account {color:#fff} form#login_form * { color: #fff !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorFor the profile tabs
COPY CODE@media(max-width:480px) { .seven ul.tabs-content.custom .dl-horizontal dd { margin-left:0px; } }For the buttons add friend and sent message
COPY CODEdiv#friendship-button- {background:red;} div#friendship-button- a {color:yellow !important;} div#send-private-message {background:green;} div#send-private-message a {color:red !important;}Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see what you mean, there is no way to add filter activity to activity page element, but you can test this plugin https://wordpress.org/plugins/bp-activity-shortcode/ with their shortcode if it’s able to do what you need.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see just decrease the 60px value to sometning like 25px
COPY CODE#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta{ height:24px; overflow: hidden; text-overflow: ellipsis; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 21, 2017 at 14:39 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180493Radu
ModeratorNot marked as solutionRadu
ModeratorGreat
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, that means that the shortcode for the members masonry to have a new option concerning the avatar size, this will be done in next days….
Please make a video for me that shows how the VC not works to can reproduce exactly like you.
That opacity black want to change color ? or where ?

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 20, 2017 at 19:38 in reply to: ?level=3:28 Uncaught SyntaxError: Unexpected identifier #180412Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Instead the memebrs-loop.php file use this function instead
This will increase the avatar size on allCOPY CODE/* Increase Buddypress avatars globally */ function increase_bp_avatar_size($content, $args = []) { $args['type'] = 'full'; $args['width'] = '250'; $args['height'] = '250'; return bp_get_member_avatar( $args ); } add_filter('bp_member_avatar', 'increase_bp_avatar_size',999, 2);The function needs to be pasted in wp-content/themes/kleo-child/functions.php
Cannot see any issue or error in Visual Composer, solved ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The you have in themeforest main package a folder named sweetdate 2.9 you can use the 2.9 version.
So having hard changes in sweetdate child theme from 2.9 won’t fit the 3.0 templating system because we have updated that once with buddypress template structure….
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. From visual composer if you are using an element, but if you are not use any login element, it means it’s from the default login pop-up and that was also fixed in latest theme update, you will have to update the theme, but if you have general-popups.php file overwritten in child in wp-content/themes/kleo/page-parts/ there should be something edited.
Let me know, if you had modified the template let me know the FTP or provide to me the file to remove the autofocus tag.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

