Forum Replies Created
-
Author
-
Radu
ModeratorHi,
On my computer is that button aligned to the left..
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 the css method instead
COPY CODE.single-post .kleo_framework.breadcrumb span[rel="v:child"] a {display:none !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
ModeratorThe method it works and it’s tested you should follow the exact steps, another method can be to copy this file : /wp-content/themes/sweetdate/header.php to /wp-content/themes/sweetdate-child/ then open the header.php from child theme look at line 130 ( see screenshot )

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorđ
Have a nice weekend!
God bless you to!
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderatorhttps://drive.google.com/file/d/0Bxo5b6iHWRMwNVZ6QzczMGdfWkE/view
So.. cache issue … see the submit button on the left
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNow it’s ok with the member profile was caused by what i give you to add to functions you should use an alternative solution to change the PROFILE from header so please read the next instructions.
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 I saw that but as you can see there it’s a spacing top and bottom… and the single way it’s to remove padding from top and bottom with this CSS
COPY CODEbody.is-user-profile .bp-full-width-profile div#item-header { padding: 10px; }Play with 10px value
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
Moderatorcredentials are not correct
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 26, 2016 at 19:02 in reply to: Visual Composer BuddyPress Activity Page not working with @mention user #134007Radu
ModeratorOk thank you for your feedback and details
We will have this already on the improvement list and we will let you know when we implement 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,
There it’s already to 3 levels
Home
-Home
–HomeWE don’t’ have a quick solution for 4 level depth ,you can increase the menu depth but is not sufficient it should be made a full CSS for level 4 menu, so you will have to do it yourself , the responsible file for increasing depth is /wp-content/themes/kleo/page-parts/general-header-section.php
$primary_menu = wp_nav_menu( array(
âtheme_locationâ => âprimaryâ,
âdepthâ => 3,
âcontainerâ => âdivâ,
âcontainer_classâ => âcollapse navbar-collapse nav-collapseâ,
âmenu_classâ => ânav navbar-navâ,
//âfallback_cbâ => âkleo_walker_nav_menu::fallbackâ,
âfallback_cbâ => â,
âwalkerâ => new kleo_walker_nav_menu(),
âechoâ => false
)
);At line 33 or around look for depth and change from 3 to 4, copy this file to child to have it after theme update also you will write your own css for the level 4 or hire a developer.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 26, 2016 at 18:53 in reply to: Finding out all extra information when receiving update emails #134005Radu
ModeratorHi,
You should go to themeforest download section and in the row with the Kleo theme you should see an checkbox that it refers to new updates and emails you should check 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,
the condition if single will goes like this
COPY CODEfunction kleo_breadcrumb( $args = array() ) { if(is_single()) { return WPSEO_Breadcrumbs::breadcrumb('<div class="kleo_framework breadcrumb">', $after, '</div>'); } }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 add content before members directory using this function
COPY CODEfunction add_content_before_members_directory() { echo '<h1>Test</h1>'; } add_action('bp_before_directory_members_page','add_content_before_members_directory');Instead of ‘
Test
‘; add your content….
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,
Add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODE#buddypress div#item-nav ul li a { font-size: 13px !important; }Play with font size value
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
You should enable full width profile from wp-admin -> theme options -> BuddyPress -> Member Profile Layout -> fullwidth and in same tab scroll down and look for Enable Full width Profile Header set to be ON
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 26, 2016 at 18:14 in reply to: Keep being redirected to wrong URL on login + notifications issues #133993Radu
ModeratorNot marked as solutionRadu
ModeratorI think you have checked mega menu for that, so go to wp-admin -> appearance -> menus and look for about expand menu item and uncheck megamenu let me knowRadu
ModeratorHi,
The responsible file for member search and member directory it’s : /wp-content/themes/kleo/BuddyPress/members/index.php you should copy this file in child theme to can be updated proof in this path /wp-content/themes/kleo-child/buddypress/members/ and if you read the php file you will see what the loop stars it loads this template : which it’s located here : /wp-content/themes/kleo/buddypress/members/members-loop.php i recommend you the same to copy this file in child theme keeping same folder structure.
Inside members-loop.php you will see “> try to change the avatar function with yours tweaked…
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 that function to add banned before content and for the after content use this
COPY CODEfunction ads_after_content() { echo ' <div style="width:728px;height:90px;background-color:red;display:block;margin:0 auto;"> 728 AD </div> '; } add_action ('kleo_after_main', 'ads_before_content');these functions should be applied also on the forum pages,
For the middle of the content we don’t have yet a quick 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, scroll bar can be removed by rewriting the max-height rule
COPY CODE.basic-menu>.has-submenu>.submenu { max-height: inherit; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorI don’t see your child theme installed and activated, please look for child theme in the package that you have downloaded from theme forest install it and activate it.
Regarding the MailChimp problem, that it’s caused by one of those plugins :
WP Blog and Widgets Pro
WP Email Template LITE
WP Stylist Post and Widgets Pro
Now the plugins are de-activated, activate plugins back one by one to identify what causes 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
ModeratorOk,
Please de-activate all plugins except BuddyPress and check again you still see the double menu ? try also to de-activate child theme ! and check again, if the double menu it’s shown provide admin credentials to check but do my advice first
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorOk, provide admin credentials, please
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For improving the page speed you can use a cache plugin like w3 total cache then read this guide : http://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html another plugin but more simple its Wp Super Cache : https://wordpress.org/plugins/wp-super-cache/, for the sorting thing I recommend you to read and search for dedicated guidance for that plugin in their documentation : 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
ModeratorSorry I mean bbpress not BuddyPress, de-activating rest of the plugins excluding BBPRESS we can see if the problem it’s caused by some conflict between plugins.
You can provide credentials to check if you haven\t solved but I will de-activate child theme and some plugins to test
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’re very welcome!
I cannot view your website it’s displaying the maintenance page, are you sure the sizes are not altered by the opened console ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts