Forum Replies Created
-
Author
-
June 12, 2017 at 03:58 in reply to: Can’t Suppress The “Your Username And Password Info” email from sending #163978
Radu
ModeratorHi,
At this moment the only way it’s to edit directly the parent theme file : /wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php line 266

add // before the $ sign
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,
Make sure to have latest theme update!
In still encounter the issue, using what device I can reproduce that? and what browser?
Using iPhone I’m able to login with Facebook on the demo site.
I saw a lot of js error on your website on browser console, try to de-activate all plugins except BuddyPress, visual composer, and k-elements and if you have child theme try to de-activate it to check if those errors are gone and FaceBook login ok. at this moment if I click on the button(login with facebook ) nothing happens

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,
Try to search for those in taxonomy field,let me know
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,
Where have you created the layouts?
The documentation for essential grid it’s here: https://www.themepunch.com/essgrid-doc/essential-grid-documentation/
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,
If you de-activate all plugins except visual composer and k-elements the load time it’s the same? Also, check with the child theme de-activated if you use it.
And for the featured image CDN issue, all featured images or in specific elements like post grid or recent article widget ?
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 theme settings are saved in the database, so they will not be deleted when you change the theme , but for any case you can save the theme settings from wp-admin -> theme options -> import/export -> Show export text -> copy the data and save it into a text document (notepad, etc.), the theme settings import can be performed from same tab but located under Import Options.
In this way you can import the changes that you have make in child theme into the parent
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 12, 2017 at 03:00 in reply to: rtMedia Button disappeared from Groups and Activity Stream #163961Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Please add this code to Quick CSS
COPY CODEarticle iframe[src*="dailymotion"] { width:100%; max-height:480px; }This will be fixed in future theme updates, until then please use this CSS.
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMaybe users with a slow internet connection?
I was instantly for me, I don’t think so the problem can be caused by the cache cuz for me it works.
Please let me know exact steps to reproduce that, I’ve tried to reproduce but I cannot.
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,
Hard to debug but I’ve figured out !!!
I’ve changed your site address from wp-admin -> settings -> general ->
from HTTP to https
Then I’ve uploaded a new theme from my account where the image path will be with https not with http for older uploaded images.
https://matchingglove.com/activity/
I’ve de-activated the wordapp plugin cuz it generates “To_Many_redirects_error” and i cannot login to wp admin.
Now all things are ok, please check and confirm.
Please ask WordApp forum support about the redirection loop in wp-admin.
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’ve figured out what’s going on there,The Responsive plugin it loads again the bootstrap framework over the theme bootstrap.
So the technical solution should be the next:
The author should provide to you a function that prevents bootstrap JS and CSS loading.
So just contact the plugin developer and communicate him this.
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,
Your parent theme it’s from a warez site ?!

That’s odd, anyway, I’ve uploaded a fresh copy of sweetdate, I’ve left that theme in wp-content/themes/ re-named to sweetdate-old
After hours of debugging I’ve found, the issue it’s caused by the memory limit, in your case when you have 2million + members you need to have 1GB memory allocation, now the search it works, but that members are not visible in search cuz they are not activated ( they never logged in )
Use this plugin: https://wordpress.org/plugins/activate-users-in-buddypress/ to activate the users.

It should be ok now, please check and five to me confirmation
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt’s ok now,
Will get back to you
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,
Use this CSS
COPY CODEli.kleo-notifications-nav .kleo-submenu-item > a { line-height: 20px; } .navbar .sa-notification a { overflow: hidden; text-overflow: ellipsis; display: inline-block !important; width: 50px; white-space: nowrap; vertical-align: bottom; } .navbar .sa-notification a.social-delete { width: 20px !important; text-align: center; border-radius: 50%; top: 6px; display: none !important; } .kleo-notifications-nav ul.submenu-inner.has-notif li:before { top: 4px; }The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
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,
Sorry for that,
I’m into this right now, will get back to you
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPS: I have done nothing
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
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,
Can you please be more specific? what’s exactly the problem? provide a screenshot or a video that will make me understand.

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorJust add this CSS to wp-admin -> theme options -> Styling Options -> Quick css
COPY CODE#whats-new-options { opacity: 1 !important; display: block !important; }NOTE : Child theme needs to be installed and activated.
That’s all
Let me know
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,
We will investigate that, we will get back to you
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,
Using FTP please go to wp-content/themes/kleo-child/buddypress/members/
Create a file named bps-form-legacy.php in that you will paste this file content: https://pastebin.com/raw/NSFyj3xn
The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
The form template should be legacy

NOTE: Child theme needs to be installed and activated.
That’ all you can press enter key and the button will be triggered
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,
How child theme it’s not installed properly? provide more details.
And tell me a certain action that cannot be made and provide admin credentials to can try to reproduce that.
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,
Unable to login

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 7, 2017 at 18:52 in reply to: Title area seems to take over the buddypress cover image are if there is no image. #163658Radu
ModeratorOk then
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,
Replace with this one : https://pastebin.com/raw/RPANuCA6
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
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

