Forum Replies Created
-
Author
-
May 18, 2017 at 18:28 in reply to: Rev Slider error when loading youtube video on default slide #161958
Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I think that filter used to hook the function with changes it’s old and deprecated, I’ve tried to make that work in other ways but no success but I found this plugin: https://wordpress.org/plugins/bbp-toolkit/ it sais that allows you to change breadcrumbs, give a try.
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,
This is the Kelo specific template for woocommerce single product pages, we don’t have a quick solution to provide for changing that, but we will take this into consideration.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It’s already added to bug list we will let you know when it’s fixed.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
How you add the icons there ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I cannot reproduce on my local install, it works as it should using latest version of theme and buddypress.
If you de-activate the the child theme it works ?
If you de-activate the rest of the plugin it works ?
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,
De-activate child theme and check again.
IF it’s the same re-upload theme files over the existing one via FTP in ( wp-content/themes/buddyapp/ )
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 17, 2017 at 19:27 in reply to: Lost Password Front End Reset + Dynamic URL for User Profile #161751Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
there it’s a problem with the buddypress.css file, the file instead of loading returns 404 because the route is not generated correctly from what I see in the browser console

The generated link it’s the next:
[404] http://www.duop.dk/network/www.duop.dk/wp-content/themes/kleo/buddypress/css/buddypress.cssThis is how it should be ok:
[ OK ] http://.duop.dk/wp-content/themes/kleo/buddypress/css/buddypress.cssYou have the theme and all plugins updated?
If you de-activate the child theme will work ok?If still not works show me your entire page shortcode please.
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,
Tried again and it works normally,

But the thing that makes users say it not works, sometimes after you clicks on login with facebook it stays in load, waiting for your server to response few seconds 5-6, but if you wait for it will works. This it’s from your server performance or from my network connection from my city (Bucharest) to your hosting provider location.
So, from what I see, all good.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 17, 2017 at 15:53 in reply to: Change Default WP Login URL For For Better Brute Force Security #161717Radu
ModeratorHi,
Sincerely not an idea, can be related to the plugin that changes the login endpoint, try also to ask them about 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
ModeratorI don’t understand your question, where you need to have link ? screnshot that points where please
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 re-save permalinks from wp-admin -> settings -> permalinks -> save changes
If it’s the same try to do the next, de-activate child theme then check again, if it’s useless de-activate all plugins + child theme to check
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 17, 2017 at 15:32 in reply to: Enable search in BuddyPress activity updates and WordPress comments #161714Radu
ModeratorHi,
I’ve added to improvement list integration with the BuddyPress Global Search plugin.
For the moment I don’t have a plug and play solution for making our search to search for all BuddyPress components.
WE will let you know when we do something about this.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 16, 2017 at 20:20 in reply to: rtMedia controls missing on first video play in Kleo theme #161651Radu
ModeratorHi Adam,
Take a look, cannot reproduce on yoru site : https://drive.google.com/file/d/0Bxo5b6iHWRMwREdFbFQtVWRfQXc/view
Anyway, you can force the position using this CSS
COPY CODE.mejs-wmp .mejs-controls {position:absolute !important;}The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
WE don’t have a quick solution to build that like you need, this looks to be something custom that can be achieved with a WordPress developer our support covers only small modifications and product questions.
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,
Ok then,
You can inform the hidemyWP team about 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,
What error do you receive ?!Provide screenshot and explain your scenario with the google fonts please
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo quick solution for what you need to acheive
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMay 16, 2017 at 19:41 in reply to: Urgent issue RT MEDIA CONFLICT KLEO – RTMEDIA SUPPORT REDIRECT TO KLEO #161641Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
There is no option in theme option to de-activate that but you can modify the next function after you will add it to wp-content/themes/kleo-child/functions.php
https://pastebin.com/raw/SzqZebGy
Search in the code for microdata nodes and remove it.
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 this function will makes the activity to show only activity_update.
COPY CODEfunction filtering_activity_default( $query ) { if ( empty( $query ) && empty( $_POST ) ) { $query = 'action=activity_update'; } return $query; } add_filter( 'bp_ajax_querystring', 'filtering_activity_default', 999 );NOTE: Child theme needs to be installed and activated.
The function needs to be pasted in wp-content/themes/kleo-child/functions.php
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 tried to find a solution for this matter but I cannot I’ve consumed to much time for this thing and this it’s a custom modification ( fixed mobile on mobile ).I recommend you to hire a developer to finish you need to achieve.
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 saw that i was abe to reproduce that, for the moment we don’t have any quick fix, I will add this to bug list and we will let you 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,
Tried to reproduce that and I cannot, the notifications are cleared and after page refresh are marked as read, so it works as it should, I’m using latest KLEO and latest BuddyPress.
try to de-activate rest of the plugins and test again, also disable the child theme to see if it’s caused by that
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

