Forum Replies Created
-
Author
-
Radu
ModeratorIf you disable plugins except visual composer,k-elements,buddypress and woocommerce the items will load properly ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDone,
Now you are able to change the theme strings : http://schwarzer-kaffee.net/wp-admin/admin.php?name=kleo&type=theme&poedit=languages/themes/kleo_framework-de_DE.po&page=loco-translate
The problem was next : when you was asked where you want to store language files you have choosed in /kleo/languages/ and it should be in Global Language directory ( wp-content/languages/ )
Please check 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,
Your issue is not similar to unimagined,on your page the images are there in SRC=”” tags, please disable mod_pagespeed, pagespeed can causes this.
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 solutionRadu
ModeratorYou are able to connect with that credentials ?
Specify port… i’ve tried, 21 and 22 not works
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see,
I will be fixed, but anyways if you want to hide that icons to be shown , just remove the links from the social sharing services and then will be as disabled.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat !
You’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,
Do you have added some function to your child theme ? or some php files ?
Your wordpress is updated to latest version ?
You plugins are updated ?
Anyways add this go to wp-config.php and look for wp_debug and change from define( ‘WP_DEBUG’, false ); to define( ‘WP_DEBUG’, true ); also add this under the wp_debug true
COPY CODEdefine( 'WP_DEBUG_LOG', true );
https://codex.wordpress.org/Debugging_in_WordPress
Look if any error appears on screen after you enable the wp_debug, the WP_DEBUG_LOG will store all errors into debug.log in /wp-content/
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 solutionRadu
ModeratorHi,
I will mark the topic as resolved
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 solutionRadu
ModeratorYou’re welcome
The css is saved into theme options and in future if you will update the theme you should backup the theme options settings and after update to import again.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt says incorrect login
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 a fix for wordpress to allow russian characters on username, if you will check to create a new user with russian you will cannot do that cuz the wordpress it not allow, please test the function and let me know
COPY CODEfunction kleo_translate_special_chars($str){ $tr = array( "А"=>"a", "Б"=>"b", "В"=>"v", "Г"=>"g", "Д"=>"d", "Е"=>"e", "Ё"=>"yo", "Ж"=>"zh", "З"=>"z", "И"=>"i", "Й"=>"j", "К"=>"k", "Л"=>"l", "М"=>"m", "Н"=>"n", "О"=>"o", "П"=>"p", "Р"=>"r", "С"=>"s", "Т"=>"t", "У"=>"u", "Ф"=>"f", "Х"=>"kh", "Ц"=>"ts", "Ч"=>"ch", "Ш"=>"sh", "Щ"=>"sch", "Ъ"=>"", "Ы"=>"y", "Ь"=>"", "Э"=>"e", "Ю"=>"yu", "Я"=>"ya", "а"=>"a", "б"=>"b", "в"=>"v", "г"=>"g", "д"=>"d", "е"=>"e", "ё"=>"yo", "ж"=>"zh", "з"=>"z", "и"=>"i", "й"=>"j", "к"=>"k", "л"=>"l", "м"=>"m", "н"=>"n", "о"=>"o", "п"=>"p", "р"=>"r", "с"=>"s", "т"=>"t", "у"=>"u", "ф"=>"f", "х"=>"kh", "ц"=>"ts", "ч"=>"ch", "ш"=>"sh", "щ"=>"sch", "ъ"=>"", "ы"=>"y", "ь"=>"", "э"=>"e", "ю"=>"yu", "я"=>"ya", " "=>"-", "."=>"", ","=>"", "/"=>"-", ":"=>"", ";"=>"","—"=>"", "–"=>"-" ); return strtr($str, $tr); } function kleo_extra_validate_username($valid, $username){ if( !$valid ){ $sanitized = sanitize_user( $username, true ); $valid = ( ! empty( $sanitized ) ); } return $valid; } add_filter('validate_username', 'kleo_extra_validate_username', 10, 2); function kleo_extra_sanitize_user($user, $raw_user, $strict) { $user = kleo_translate_special_chars($raw_user); return $user; } add_filter('sanitize_user', 'kleo_extra_sanitize_user', 10, 3);
Regarding to
What is your suggestions about memory limits? What droplet you can advice on Digital Ocean for me for this theme? with WPML and around 200 users?
Install wp query monitor and see how memory it uses on the page load and multiply with 200, but i think you will not have 200 simultaneously, do an approximate calculation.
After you have increased the memory you was able to edit the VC blocks ? Let me know
Regarding to icons, icons can be previewed in package that you have downloaded from themeforest in Assets/Fontello/demo.html
Regarding to this
Also i want to add opportunity for user to add new posts, with full functionality from word press as media, and visual composer. But i want to do this only for specific users category. Do you have any suggestions?
If social doesn’t satisfy your needs : https://wordpress.org/plugins/social-articles/ you will need to find a similar plugin.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGet back to you after testing the fb login with russian characters.
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 theme and all plugins updated ? especially Kleo 4.1, K-elements 4.0.1 and Visual composer 4.10 , if you have these enable wp_debug and wp_debug_log
https://codex.wordpress.org/WP_DEBUG Let me know if some errors appears on screen or in debug.log
The described behaviour can be caused by php memory allocation, check debug and 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
ModeratorI’ve forgot…
the function need to be added to wp-content/themes/kleo-child/functions.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
This function will disable the entire modal plugin, pop-up galleries,pop-up images and inclusive the popup login.
COPY CODEfunction disable_imgs_modal() { $output = ''; $output .='<script type="text/javascript"> jQuery(document).ready(function ($) {var magnificPopupEnabled = false;$.extend(true, $.magnificPopup.defaults, {disableOn: function() {return false;}});}); </script>'; echo $output; } add_action ('wp_print_footer_scripts', 'disable_imgs_modal');
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 add this css
COPY CODE#header .container { max-width: 1440px; }
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 Investa,
In first instance, you need to verify if some plugins causes this, go to wp-admin -> plugins -> disable all except : buddypress,visual composer,k-elements and woocommerce after thatclear/flush your serverside cache and the your browser cache,then recheck the points 1,2 and 3.
Also this issue can be caused by some function that you have added in wp-content/themes/kleo-child/functions.php or some php file that you have added in child theme.
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
ModeratorThank you
Have a nice week ! 🙂
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 solutionRadu
ModeratorHi
Normally no, but you can try to re-save permalinks, please ask the plugin author maybe he knows if this is a common issue.
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,
Are you referring to that fade in animation ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDone please check
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Normally it should work to translate,
You can try this plugin : https://wordpress.org/plugins/welcome-email-editor/
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 solutionRadu
ModeratorGo to this url : http://themeforest.net/user/YOURUSERNAME/api_keys/edit
Replace YOURUSERNAME with your tf username
or login to themeforest go to account -> settings -> api keys
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You was able to paste that function and to get that function to works i don’t need to credentials, in our services page, the images are square 480×480 but you can use an rectangular type of images by using a 16:9 ration an example resolution is 640 x 360
Cheers
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 need to change the Signup button background color go to wp-admin -> theme options -> general settings -> quick css and replace from here
COPY CODE.mc4wp-form-fields .form-submit { background: #333!important; }
333
with your color codeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorDone,
Please check 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
ModeratorSee this official tutorial from cpanel.net
https://www.cpanel.com/media/tutorials/ftpacct.htm
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 solutionRadu
ModeratorDone,
Please check now, i’ve moved the style from child to theme options -> general settings -> quick css
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 d_enajetic,
Can you please provide credentials to check ? and also the page url where the screnshot was taken : https://cdn.seventhqueen.com/sq-support/wp-content/uploads/2016/02/missing-thumbnails.jpg
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 29, 2016 at 20:58 in reply to: Want to have the same font size for the title of News Highlight, News Focus, and Kleo Posts Carousel. #107462Radu
ModeratorThe CSS’s can be added into wp-admin -> theme options -> general settings -> quick css
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 29, 2016 at 20:57 in reply to: Want to have the same font size for the title of News Highlight, News Focus, and Kleo Posts Carousel. #107461Radu
ModeratorHi,
For controlling the news ticker font size use this piece off CSS
COPY CODE.caroufredsel_wrapper .news-ticker article a { font-size: 0.8em !important; }
News focus widget
COPY CODE.news-focus article a { font-size: 1.2em !important; }
Kleo Post Carousel
COPY CODE.kleo-carousel-container ul.kleo-carousel li article a { font-size: 11px !important; }
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 solutionFebruary 29, 2016 at 20:39 in reply to: define content slider in lower part of news magazine #107458Radu
ModeratorHi,
Just go to the page News Magazine in wp-admin and look for Kleo Post Carousel -> build query -> choose your criteria, 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
ModeratorNow it works, please provide admin credentials into private reply 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 solution -
AuthorPosts