Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Not sure why that, if you will activate default wp theme and will try to signup again you will see the same behaviour ? It may be related to the buddypress or wordpress, you can ask also on their forums.
As a workaround you can try to run this plugin : https://wordpress.org/plugins/bp-disable-activation-reloaded/
Cheers
RHi 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
Change red with your color code.
COPY CODE.main-color blockquote, .main-color .masonry-listing .post-content {border-right-color:red;}Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 21, 2018 at 19:26 in reply to: Slider Revolution not working in IExplorer after updating… #198485Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
It’s recommanded to set the same with and height for all images to can have a grid gallery with 4 cols an 4 rows fit.
Go live in customizer then check the screenshot

Try this CSS
COPY CODE.kleo-woo-gallery.thumbnails .woocommerce-product-gallery__image a { width: 24.1% !important; padding:0 !important; margin:0 !important; }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 will have to control the column in that the form it’s placed if, you can add new one with default settings in that you will place again the form and leave the column default settings and delete the old column see how it behaves now.
Also this it’s a elementor thing you can ask them how you can ask them elementor related questions..
You can check the responsive settings
and the column with from the elementor column settings.I had recommended to you ro add a new column cuz by default that not happens like that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 21, 2018 at 17:43 in reply to: buddypress layout does not work well after buddypress upgrade #198470Radu
ModeratorHi,
Great
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 will have to search in kleo parent theme not in child, texts are belongs to kleo ex: message “Your shopping bag is empty” and also “Go to the shop” and all other cart related texts.
Make sure to have latest theme update released today.
Just search in parent not in child
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Not sure why, re save the theme options, or try to re choose the font family that youa re using in wp-admin -> theme options -> fonts.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the translation of the error message please replace this file content : wp-content/themes/sweetdate/functions.php
with this one : https://pastebin.com/raw/YLiDiz8NThen re sync the po/mo file and search for the strings, also make sure to have the wordpress in Romanian language.
For the tabs name follow the screenshot
wp-admin -> plugins -> profile fields -> edit

Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Let me know if you will deactivate the child theme by activating the parent and disabling all other plugins except buddypress you will encounter the same.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
On my local end it works normally

So just de-activate child theme + all plugins except buddypress and pmpro then check again. it should work, most sure the issue it’s caused by some plugin or custom code ?!
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 21, 2018 at 16:19 in reply to: Slider Revolution not working in IExplorer after updating… #198453Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Using loco translate search in the buddypress plugin for the strings that are not translated.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThat it means that the problem has nothing to do with the Sweetdate theme and it may be a issue from the form plugin, ask the same on the plugin support.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ask on the buddypress if there exists any way to do that automatically.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a 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,
Entire header can be hidden until 768px width using this css
COPY CODE@media(max-width:768px) { .home header { display: none; } }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi
That it’s deprecated, the fields from the form will be manager under wp-admin -> users -> profile search.

So you can delete the duplicated birthday fields, also there is no quick solution to make the fields searchable by the age value because the member adds his birthday not his age and there should be done some custom php code to can do that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2018 at 19:00 in reply to: buddypress layout does not work well after buddypress upgrade #198064Radu
ModeratorHi,
Please leave us until monday to do some test, use the previous version of buddypress
https://buddypress.org/tag/releases/ 2.9.3
We will get back to you
cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTo can hide that only on homepage while mobile tablet
Use this css instead
COPY CODE@media(max-width:768px) { .home .contain-to-grid .top-bar { display:none !important;} }You can change the 768px value to something higher and the menu will be hidden until that window width .
At this moment using that css will hide the main menu on mobile and tablet under 768px above that ti will follow the behavior that it was.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 18, 2018 at 17:54 in reply to: Search shows oldest to newest – how can it show Newest to Oldest instead? #198058Radu
ModeratorNot marked as solutionRadu
ModeratorUse this css
COPY CODE@media(max-width:768px) { .contain-to-grid .top-bar { display:none !important;} }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
That it’s a buddypress feature you can try the next
To increase the avatar size make sure that you have next lines added to the file.
COPY CODEif ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) ) define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) ) define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 580 ); //change this with your desired full size if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) ) define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatarCode can be pasted in this file : “wp-content/plugins/bp-custom.php” or in child theme functions.php wp-content/themes/kleo-child/functions.php
Replace 120 and 580 with your desired values
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 are write posts in visual composer ?!
Anyway using the read more tag without visual composer and kleo theme the same issue occurs

Maybe it comes from wp itself ?
As a workaround you can use kleo accordions or tabs and writing your article summary at the top and inside the accordion/tab the read more text, it will displayed after expanding.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorH,
Check the screenshot
add there where you need before or after the main image
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts

