Forum Replies Created
-
Author
-
Radu
ModeratorHi,
You can do that with a localization plugin named loco translate with this plugin you can translate or modify/rename a certain string like Albums. https://wordpress.org/plugins/loco-translate/
See here few tutorials https://www.youtube.com/results?search_query=loco+traslate
Let me know if it works.
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 -> Settings -> Site Language -> select your language.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Make a test with the minification off, clear browser cache and let me know if it works.
I think this is caused by css minify, i suggest you to exclude for minify the file app.min.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
ModeratorHi,
This is not possible by default in Kleo
There is no easy way to achieve it and some custom development will be require to build a custom logic as you want.
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,
Install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and configure with your mail settings, then make a new test and let me know if it works.
Regards
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 not recommended to modify theme core files because on the next update your changes will disappear.
The best practice is to use child theme and the css adjustments to be made in kleo-child/style.css
To overwrite the color of the read more button use this code in kleo-child/style.css
COPY CODE.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat { background-color:green !important; }
Replace green with your desired color
For the submit now button use this css
COPY CODEbutton.button.submit-button { background-color: red !important; }
Replace red with your desired color.
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCan you provide FTP and admin credentials to take a look and the URL for this page
?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe child theme is active ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
To have menu like in screenshot you need to have menu transparent… ( you can set transparent menu only for one page )
On what page do you want to customize like in your attached screenshot ?
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,
Can you check now ?
I just changed the template of that from from here : http://wczystosci.pl/wp-admin/post.php?post=5404&action=edit
Regards
Radu
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.kleo-mobile-switch { display: none; }
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 behavior of top bar is that, to be split in 2 rows and for the moment this cannot be adapted for mobiles.
At least not in quick way so I can provide you a fix for this.
Use the next code instead the code that i have provided you above , we will use media queries tags to be used only for desktops
COPY CODE@media (min-width: 990px) { .header-color.social-header { position: fixed; width: 100% !important; } .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled { margin-top: 34px !important;} .kleo-main-header.header-normal { margin-top: 34px !important; } }
Regards
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,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYeah, you should keep the aspect ratio of picture, you can find here height by width : http://size43.com/jqueryVideoTool.html this will keep the ratio aspect of images.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 13, 2015 at 16:10 in reply to: home page stop working appear K-elements conflict after Oct updates #82052Radu
ModeratorHi,
Just i tested the home pinterest layout on your website and it works fine http://www.overseasdoc.com/home-pinterest-test
I see that the images that you use on homepage have a square embedded on photo and the layout code style seems to be broken.
The kleo theme works correctly you should build the layout correctly.
Regards
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’ve tested again on another 3 computers from Firefox and it works.
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,
Add this css in wp-admin -> theme options -> general settings -> quick css
COPY CODE.main-color .hr-title abbr { color: red !important; } #buddypress div.profile .dl-horizontal dt { color: green !important; }
Replace red and green with your desired colors
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry for misunderstanding,
1. Remove the code have you provided from Quick CSS section from Theme Options.
2. Paste the code from below to your kleo-child/functions.php
COPY CODEif( is_user_logged_in() ) { } else { echo ' <style> div#subnav {display:none !important;} </style> '; }
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIF you are not able to do this in loco translate, you can translate it manually by copying this file : wp-content/themes/kleo/page-parts/general-popups.php to wp-content/themes/kleo-child/page-parts/ then, here in chidl theme you can edit/rename the strings “Log in with your credentials”, ” Username “, ” Password ” with your desired words.
Regards
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 see, i suggest you to update the theme to latest version 3.0.10 and plugin as well.
After that let me know if the update has solved the issues.
Regards
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 you need to create that directory in kleo-child and the file needs to be unzipped.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If the second code doesn’t work please use the first code.
The child theme needs to be active.
Cheers
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 the attached file via FTP to wp-content/themes/kleo-child/page-parts/
Then replace http://google.com/ with your desired URL wp-content/themes/kleo-child/page-parts/general-header-section.php from line 122
Best Regards
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,
Add this code to .htaccess
php_value max_execution_time 300
If you do this and nothing happens please contact the hosting company and ask them to increase the max_execution_time to 300
Read more how to set/increase execution time : http://stackoverflow.com/questions/7739870/increase-max-execution-time-for-php?answertab=active#tab-top
Regards
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 find the list in pack that you have downloaded from themeforest in this path : Main Files 3.0.6/MainFiles/Assets/Fontello/demo.html
Regards
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’ve tested that on my locally install and its happens like as you have described.
This is a default woocommerce behaviour.
Please post this into feature request. https://archived.seventhqueen.com/forums/forum/kleo/feature-requests
Regards
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 double try if this kleo related issue by switching to the default wordpress theme and check if you receive the emails on that theme.
If not please install and configure this plugin your details https://wordpress.org/plugins/wp-smtp/ then check again.
Regards
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 this easily by using this css snippet.
COPY CODEdiv#subnav {display:none !important;}
Add this css snippet to Wp-admin -> Theme options -> Quick CSS
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Probably you have used the transparent menu on that page.
The transparent header should be used on page where you hide the page title,page info and the breadcrumbs.
see attached screenshot.
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
ModeratorProvide url to please.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You want to hide the entire menu for mobile users ?
Regards
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 the page url ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
See this small video : https://drive.google.com/file/d/0Bxo5b6iHWRMwMUZpa2RpeW1xUG8/view
COPY CODE[kleo_restrict type="guest"]<h1>This text will be displayed only for guest users </h1>[/kleo_restrict]
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This can only happen when you are accessing the frontend the first time after you have saved your theme options settings.
This happens because the css file is being regenerated.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For the first question use the below CSS
Add this css to wp-admin -> Theme Options -> General Settings -> Quick CSS
COPY CODE.header-color.social-header { position: fixed; width: 100% !important; } .navbar-transparent.on-light-bg .navbar .kleo-main-header.header-scrolled { margin-top: 34px !important; } .kleo-main-header.header-normal { margin-top: 34px !important; }
For the second question please provide login credentials to can see your website.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 12, 2015 at 18:44 in reply to: home page stop working appear K-elements conflict after Oct updates #81891Radu
ModeratorHi,
I see, but the credentials are not working.
CAn you provide the admin credentials and FTP ?
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
To be accurate with the solution, can you provide a screenshot pointing out the modifications ?
Regards
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,
Also don’t forget to rate our theme on Themeforest and give it 5 stars 🙂
http://themeforest.net/downloads/
Best regards
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’ve used 4 columns and i used only the columns from middle ( see attached screenshot ).
Regards
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
ModeratorYou’re welcome
I given a closer look into the issue and you should better use this snippet :
COPY CODE# Remove WordPress' canonical links remove_action('wp_head', 'rel_canonical');
Instead of the code provided you earlier.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts