Forum Replies Created
-
Author
-
Radu
ModeratorHi,
You can have different color to menu links by using this css
Ex for homepage
COPY CODEbody.home .kleo-main-header .nav > li > a { color: red !important; }
Ex for page with id 49 ( http://brueckeberlin.de/fotos/ ) you will have to add this css
COPY CODEbody.page-id-49 .kleo-main-header .nav > li > a { color: green !important; }
And so on.. , you will need to replace the color and the id for your pages.
That’s all
The css can be added to wp-admin -> theme options -> general settings -> quick css
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou can do that by using loco translate plugin https://wordpress.org/plugins/loco-translate/
You will need to go to the plugin dashboard and in kleo section 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/ ) then search for that string and translate it.
That’s all
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have added recently some php snippets into child theme ?
Please provide admin credentials to take a closer look.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no option to import font there, but you can load your desired fonts by following this topic : https://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1.The image of that page can be edited from the row that contain the shortcode click on the right side top to that pen icon si scroll down you will see the background img
2.You can try with this plugin : https://wordpress.org/plugins/nav-menu-roles/
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The issue comes from an css rule that is added to wp-admin -> theme options -> general settings -> quick css
COPY CODE.main-title {padding-top: 200px;} .main-title {padding-bottom: 200px;}
Remove these rules and it will be fine
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please try with the attached slider just import it
NOTE : the slider not contains the image because is not included in demo.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
The visual composer comes prepackaged once with Kleo theme, if you have installed before to install kleo theme i suggest you to uninstall it and then you will see a notification to install the plugin from the theme repository.
Let me know
Cheers
Radu
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 update the theme manually by uploading the theme files ( unzip kleo.zip -> access the folder that archive has generated and where are the all theme files and directories like : assets, bbpress etc ) to wp-content/themes/kleo/
The home register is based by buddypress register page after completing the fields from the kleo register element you’ll be redirected to the full buddypress register page.
Cheers
Radu
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 do that by using loco translate plugin https://wordpress.org/plugins/loco-translate/
You will need to go to the plugin dashboard and in kleo section 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/ ) then search for that string and translate it.
That’s all
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We are working on this we will get back to you with a solution for this.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 18:04 in reply to: Bugs repport for KLEO 4.0 about magnification of CSS with wp-rocket. #106311Radu
ModeratorHi,
Look in that plugin dashboard for option to exclude some css file, if the plugin has this option you need to add this resources to the exception list
app.min.css
kleo_dynamic.cssThese files are already minification.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please upload latest version of Kleo 4.0 and Kleo Child and let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I receive this when i try to upload slider direct from revolution slider
COPY CODEimporting slider settings and data... Notice: Use of undefined constant FS_CHMOD_DIR - assumed 'FS_CHMOD_DIR' in /opt/bitnami/apps/wordpress/htdocs/wp-admin/includes/file.php on line 664 Notice: Constant FS_METHOD already defined in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/revslider/includes/slider.class.php on line 1050 Notice: Use of undefined constant FS_CHMOD_DIR - assumed 'FS_CHMOD_DIR' in /opt/bitnami/apps/wordpress/htdocs/wp-admin/includes/file.php on line 664 Notice: Use of undefined constant FS_CHMOD_DIR - assumed 'FS_CHMOD_DIR' in /opt/bitnami/apps/wordpress/htdocs/wp-admin/includes/file.php on line 664 Notice: Use of undefined constant FS_CHMOD_DIR - assumed 'FS_CHMOD_DIR' in /opt/bitnami/apps/wordpress/htdocs/wp-admin/includes/file.php on line 664 Notice: Undefined index: sliderID in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/revslider/admin/revslider-admin.class.php on line 590 Error: Não foi possível criar o diretório. Go Back
Please add this to wp-config.php
COPY CODEdefine( 'FS_METHOD', 'direct' ); define( 'FS_CHMOD_DIR', 0777 ); define( 'FS_CHMOD_FILE', 0777 );
Let me know after you paste this into wp-config.php
You can try also to import from wp-admin -> appearance -> kleo demo data -> scroll down to the last item and click import
LEt me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 17:31 in reply to: how to hide the whole content for users, that are not logged in or registerd? #106291Radu
ModeratorThank you much Sandra
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 17:30 in reply to: Horizontal search form – Search button does not show text #106290Radu
ModeratorYou’re welcome
Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes it’s possible with custom css, every page will add a class to the body and you can target every page separately.
Just provide your admin credentials to can provide you an example and then you will replicate for others page
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Is there any problem regarding the user activation link ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry but Kleo theme doesn’t have this functionality.
Cheers
Radu
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 hide the TEXT COMMENT text with this css
COPY CODE.comment-navigation a#comments-text-link { display: none; }
And then you can look in that plugin dashboard if it have some option to set VIDEO COMMENT to be the default option.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Please take a look here : https://bbpress.org/forums/topic/bbpress-post-count/
And if the solution provided here is not satisfying you please open a ticket on bbpress forums.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No, but if you do have additional fields in your buddypress register page, then after completing the fields from the kleo register element you’ll be redirected to the full buddypress register page.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have solved the issue ? can i mark the topic as resolved ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
Can you please provide more details like :
1. Page link where the counter doesn’t work
2. The theme version
3. How many members it should appear there and how many appears ?
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 17:05 in reply to: how to hide the whole content for users, that are not logged in or registerd? #106271Radu
ModeratorYou’re welcome
Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 17:05 in reply to: None of the icons are showing / some buttons have displaying errors #106270Radu
ModeratorYou’re welcome
Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk i see,
Please provide admin credentials to take a closer look
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 17:02 in reply to: Horizontal search form – Search button does not show text #106268Radu
ModeratorHi again,
In the file that i have provided to you i’ve added only the missing search text not any other modifications.
Add this css to your child theme style.css
COPY CODEform#horizontal_search { padding: 0px 30px; }
Let me know if is ok.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Regarding to this
Due to malware we have to make new installation , there is serious secuirty issue please enhance more security .
The BuddyApp theme does not have to do with your site security. Such malware issues usually comes from outdated plugins, we always keep our theme updated and clean.
Regarding the problem with the page, please provide link to that page and some credentials to can be able to view it.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There’s no such field available in Kleo
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2016 at 16:42 in reply to: None of the icons are showing / some buttons have displaying errors #106255Radu
ModeratorHi Jazzbuzz,
This issue is caused because wp because kleo and geo my wp uses same font awesome icons library and you should stop the geo my wp to load that.
By adding this filter to child theme functions.php geo my wp will stop the icons library to load
COPY CODEadd_filter( 'gmw_font_awesome_enabled', '__return_false' );
Same issue discuted here : https://archived.seventhqueen.com/forums/topic/geo-my-wp-icon-bug
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just go to wp-admin -> appearance -> kleo demo data -> scroll down to the last item and click import. see attached screenshot.
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.February 24, 2016 at 16:29 in reply to: how to hide the whole content for users, that are not logged in or registerd? #106251Radu
ModeratorHi,
Go to wp-admin -> theme options -> miscellaneous -> Login redirect for Popup* -> choose custom link
Let me know if is ok
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
Try to disable all plugin except buddypress,rtmedia,woocommerce,visual composer and k-elements and if the problem disappear enable plugins back one by one to identify what causes this, if this is useless please provide me admin credentials to take a look.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have cleared the WP super cache cache ?
Do you have additional php files in child theme ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I see, can you please install child-theme ? and then you should paste this css into wp-content/themes/sweetdate-child/style.css
COPY CODE.top-links .hide-for-small { text-align: center; display: inherit !important; }
Before installing child theme you should save settings from theme options pannel by doing this
Go to wp-admin -> theme options -> import/export -> show export text ( copy this content into a text file and save it to your desktop ) then activate child theme and go again to theme options -> import/export -> import from text (here you will need to paste the content that you have save it on desktop ).
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorMore specific please ?
Provide a screenshot
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDo you have K-elements and Visual composer updated ?
Let me know
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The path for the lang files it should to be in wp-content/languages i don’t think is necessary to change lang file locations from wp-content/languages/themes to …/wp-content/languages
I think that the strings that you are trying to translate are part of rTMedia try to search for them in rTMedia from loco translate, if you will add a new language to rTMedia choose global language directory, if your language it’s already added to rTMedia, go to /wp-content/plugins/buddypress-media/languages/ backup your language then delete the language from loco translate and add it again but now choose global lang directory and paste the lang file from /wp-content/plugins/buddypress-media/languages/
Something like that
Let me know
Cheers
Radu
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
Don’t forget to rate our theme 5 stars on Themeforest since it will really help us.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts