Forum Replies Created
-
Author
-
RaduModerator
Hi,
Great
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Check under wp-admin -> appearance -> install plugins -> sq sidebar generator make sure to be installed.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorSure, if the child theme isn’t activated the code will not take effect, anyway the order tab can be removed from wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* -> OFF
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’m not ignorant, if i look like that for you sorry… i’m only speaking facts.
There might be false posibile from google drive , read more here : https://www.google.ro/search?q=google+drive+false+positive
Also here’s a scan with the kleo theme files : https://www.virustotal.com/ro/file/c746680d8dff7d7399af2dc60ed32fa8448bf4bf64c46abf5dc53d261ce26fdb/analysis/
as you can see no av detected nothing cuz it doesn’t not have nothing malicious, as how i said in the initial reply, themeforest not allow un optimized code how to allow malicious code in it ?
Anyway here leave that archive there to can investigate
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
From what i see in code the changes seems to be there. So yes.
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 solutionRaduModeratorHi,
There you need to have the kleo child theme installed and then to paste that code into functions.php file from wp-content/themes/kleo-child/functions.php
Also you can remove some items using the next snippet
Using this you can remove it.
COPY CODE// Remove profile tabs function bp_remove_profile_tabs() { global $bp; unset($bp->bp_nav['media']); } add_action('bp_init', 'bp_remove_profile_tabs', 9999);
using this you can rename them
COPY CODEfunction mb_profile_menu_tabs(){ global $bp; $bp->bp_nav['groups']['name'] = 'Cities'; } add_action('bp_setup_nav', 'mb_profile_menu_tabs', 201);
There it’s nothing that it can be changed like regular wp menu and that can be done using snippets.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 1, 2018 at 15:22 in reply to: Grid Builder spacing; Buddypress and BBpress Integration #212599RaduModeratorNot marked as solutionRaduModeratorHi,
Great then
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
KLEO theme package does not contain any similar that you say, our theme contains only the required files and they are clean! Our theme it’s always present on themeforest servers and the theme code it’s verified by the themeforest staff.
Maybe when you had uploaded the theme to google drive at that time your computer was in a someway infected with a malicious software that was spreaded. Another posibility it’s to have there a nulled version and there may be injected some exploit or something by the website nuller.
So i assure you that our theme ( if you take it from themeforest – this it’s the single place where you can find it clean ) it’s clean and it do not contains nothing related to what you say.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’m not sure if i understand the problem, can you describe how the issue happens or making video to can see it better.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try to update the theme to latest version.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 31, 2018 at 18:46 in reply to: Grid Builder spacing; Buddypress and BBpress Integration #212491RaduModeratorNot marked as solutionRaduModeratorHi,
The plugin should be configured by adding the required informations smtp server and user and pass, you have them in the email, or you can ask the hosting company about those.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts