Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Use the Kleo Icon element it haves option to place a text left or right of the icon
Example shortcode : [kleo_icon icon="adn" text="This is a dummy text" text_position="right"]

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 already works on new update concerning the woocommerce templates, but check if you have my account page assigned and also the endpoints slugs in woocommerce settings

If the endpoints slug and my account pages are ok, try to de-activate child theme and rest of the plugins except woocommerce, visual composer and k-elements to check
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 solutionApril 18, 2017 at 15:09 in reply to: I have duplicate H1… How can I remove the one created by the theme? #158775Radu
ModeratorHi,
Did you have solved ?
Cuz on the provided page I can see only one h1

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 cannot log in says the same incorrect login
If you change header type from wp-admin -> theme options -> header it changes ? if yes it means the theme options can be changed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse the the_post_thumbnail() function to retrive the post featured image
https://developer.wordpress.org/reference/functions/the_post_thumbnail/
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 to have https but your site haves the https protocol and certificate already, maybe this causes the issue.
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 can paste this function to child theme functions https://pastebin.com/raw/1Wi280m4
And inside it to make your desired changes in your case the login url.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
COPY CODE.portfolio-wrapper .portfolio-items .kleo-video-embed {min-height:250px;} .portfolio-wrapper ul li { min-height: 250px !important; }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,
This it’s something custom I cannot offer support for that, it’s to much time consumption.
But I can guide you, try to inspire from here : https://archived.seventhqueen.com/forums/topic/bp-profile-search-inconsistent-behaviour
https://buddypress.org/support/topic/adding-new-profile-tab-content/
Good luck
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 13, 2017 at 20:52 in reply to: Not using the login feature but still getting unsecure collection of passwords warnings from Google #158462Radu
ModeratorHi,
You can remove that by copying this file : /wp-content/themes/kleo/page-parts/general-popups.php to child theme in this path /wp-content/themes/kleo-child/page-parts/general-popups.php here you can modify/change the structure even on theme update
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
ModeratorGreat
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 recommend you to add dummy text the areas to can figure out where the content it;s rendered see the below screenshot example

IF you want to conditionate some banners you can use the ad rotator plugin and paste the shortcodes inside the banner zones
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,
It’s fixed check it, this will be fixed on next theme update
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 13, 2017 at 20:09 in reply to: Can’t rest password on member login and there is no logout button #158451Radu
ModeratorNot marked as solutionRadu
ModeratorFixed…
IT was caused by one of your snippets from quick CSS area.
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 site it’s not public I cannot see it but if you want to have a custom icon for a menu item yo can do it from wp-admin -> appearance -> menus

Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this guide to have a custom activation email : http://www.wpbeginner.com/plugins/how-to-send-a-custom-welcome-email-to-new-users-in-wordpress/
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 z-index issue I think and it can be fixed using this CSS
COPY CODEheader {z-index:9999 !important;}The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE: Child theme needs to be installed and activated.PS: Your domain it’s not reachable on mine location also not works using google translate as proxy.
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 works now on your site, and also on my local install using latest version.
Try to re-upload the theme files over the existing one by overwritten
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can remove those but make a copy of those for later use maybe you need it. If it works as you need it’s ok
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAny shortcode can be run from PHP like this
COPY CODE<?php echo do_shortcode("[shortcode]"); ?>
Cheers
RHi 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 another error in browser console when you open the image pop-up

Most sure you have some restriction snippet that it restricts also the rtMedia and prevents photos to be loaded, if you de-activate the child theme the photo pop up works right ?
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 solutionApril 12, 2017 at 20:22 in reply to: How create overall site breadcrumb that includes all page levels – issue with Home #158338Radu
ModeratorHi,
There is no easy and fast way to do that, but you can try this plugin it should be ok, let me know if you was able to acheive what you need with this : https://wordpress.org/plugins/custom-post-type-permalinks/
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@rashaadk
I cannot reach the wp-admin I’m redirected to homepage or to membership levels, I think the account doesn’t have administrator role, check it please.
@lsamp I’m able to change font size on my local install, but on your case maybe you have a custom css that prevents that change ?Try to de-activate child theme and check again.
Let me know, if it behaves the same tell the the domain and admin credentials in a private replyCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOn my local install this it works, did you tried to re-upload images?
We haven’t changed anything related to the avatars of the testimonials.
If still not works enable wp debug
Follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
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 provide a screenshot where the go to the discussion text appears ? also you can provide here the topic that you cannot read here.
Anyway it’s normal that unlogged user to not be able to read messages, the messages are available only for buddypress members not for guests
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 kleo theme installed and also latest buddypress version and rest for the rest of the plugins.
Also try to de-activate child theme to see if it’s caused by some modification.If cause it’s not from plugins or child theme provide activity page url and admin credentials to can take a closer look but in most cases this kind of issues are caused by plugins or by child theme
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 kleo theme installed and also latest buddypress version and rest for the rest of the plugins.
Also try to de-activate child theme to see if it’s caused by some modification.If cause it’s not from plugins or child theme provide activity page url and admin credentials to can take a closer look but in most cases this kind of issues are caused by plugins or by child theme
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,
Copy this file wp-content/themes/kleo/buddypress/groups/index.php to wp-content/themes/kleo-child/buddypress/groups/index.php
Add as many options you need

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 12, 2017 at 19:02 in reply to: Do you know a plugin to modify the BuddyBar (BuddyPress nav) #158325Radu
ModeratorHi,
The content of the slug generated in BuddyPress profile can be added/manipulated from here ( see screenshot )

Practically you make the tab structure inside that function
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSalut din nou, o sa tinem cont de parerea si feedbackul tau, vom gasi o solutie in viitor
Pentru problem de traducere a butonului ‘About Me’ imi poti furniza acces FTP pentru a testa si fixa live problema ?
O zi frumoasa
RaduHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
It shouldn’t behave like that, can you please make a video to understand exactly how to reproduce the issue ?
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 but where in sitewide activity or in user profile activity ?
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