Forum Replies Created
-
Author
-
Radu
ModeratorHi,
If the peters redirect is seems that not works, make sure that the Login redirect for Popup* has WordPress Default option selected from wp-admin -> theme options -> Miscellaneous -> Login redirect for Popup*
Peters redirect FAQ here : https://wordpress.org/plugins/peters-login-redirect/faq/
For the the file that you have to put it in child, you need to have installed and activated the child theme, you will find it in theme package that you have downloaded from themeforest, then inside the kleo-child directory create a folder named page parts and in that folder you will have to upload that file.
Before installing Child theme i suggest you to export theme settings form the parent theme, Kleo, go to theme options -> import/export and export settings -> download data file.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 10, 2016 at 15:46 in reply to: How to change background color on the right Sidebar – Dashboard page #109760Radu
ModeratorHi again,
Try with important declaration
COPY CODEbody, #content, .page-title-colors, #respond { background-color: #3b4b6b !important; }
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,
Sorry,
Add this css to
COPY CODE.pagination-sticky .outter-title { width: 160px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorWPML is an premium plugin https://wpml.org/
And the Kleo is ready for the WPML
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 20:18 in reply to: How can I remove the border and event icons inside the Dashboard item? #109584Radu
ModeratorYou’re welcome
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 20:17 in reply to: How to change background color on the right Sidebar – Dashboard page #109583Radu
ModeratorCOPY CODEbody, #content, .page-title-colors, #respond { background-color: red; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi Flavius,
For the images size you can use this function in wp-content/themes/kleo-child/functions.php
COPY CODEfunction KleoCustomImagesSizes () { global $kleo_config; // Post image sizes for carousels and galleries $Kleo_config ['post_gallery_img_width'] = 555; $Kleo_config ['post_gallery_img_height'] = 333; } add_action ('after_setup_theme', 'KleoCustomImagesSizes');
Your site is messed please fix the issue with the site i cannot view the recent posts widget behaviour.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 19:56 in reply to: “Looking for” tab in user profile disappear when translate #109577Radu
ModeratorHi,
Where are your language files located ?
Your issue is happens when the location of the lang theme files are in other path than wp-content/languages/ , so try to move the lang files there.
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 let me know what version of IOS have the ipad
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 haven’t changed nothing regarding the fonts on latest upates.
Meanwhile you have solved the issue ?
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 19:36 in reply to: How can I remove the border and event icons inside the Dashboard item? #109570Radu
ModeratorAh, i’ve missed that, see below
COPY CODE.widget_em_widget > ul > li:before { display: none !important; } .widget_em_widget > ul > li { padding-left:0; }
Cheers
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 19:34 in reply to: How to change background color on the right Sidebar – Dashboard page #109567Radu
ModeratorSure,
COPY CODE.tpl-right-sidebar .sidebar { background: green !important; }
Cheers
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-tabs .tabs-style-line>li>a { font-weight: bold; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry to disable and enable revolution slider, the punch fonts tool is part of revolution slider
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 for the nice words and review !!!
Have a nice week
I will 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
ModeratorYou’re welcome
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
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
ModeratorHi Tonny,
The css here :
COPY CODE#buddypress div#message.info p { color: #333; } body { background: #333; } div#item-header-wrap { background: red !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 19:04 in reply to: How can I remove the border and event icons inside the Dashboard item? #109547Radu
ModeratorHi,
Use this
COPY CODE.widget_em_widget table:not(#wp-calendar) tr td, .widget_em_widget table:not(#wp-calendar) tr th { border: 0; } .widget_em_widget table:not(#wp-calendar) {border: 0;}
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 updated K-elements to ? check form wp-admin -> appearance -> install plugins
Let me know, if yes and still you have problems with the settings that not updating, please provide admin credentials and FTP.
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 to wp-admin -> theme options -> general settings -> quick css
COPY CODE#form-allowed-tags { display:none; }
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,
First please contact your hosting and ask them about these settings
allow_url_fopen = On
allow_url_include = 1If the settings are like these, please prvide ftp details.
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,
For the redirection ar actions like logout/login i recommend this plugin : https://wordpress.org/plugins/peters-login-redirect/
For the menu restriction only to logged users please upload this file (after you will unzip) general-header-section.php to wp-content/themes/kleo-child/page-parts/
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.Radu
ModeratorHi,
Sure,apply this css in wp-admin -> theme options -> general settings -> quick css
COPY CODE.pagination-sticky.member-navigation #newer-nav, .pagination-sticky.member-navigation #older-nav { width: 180px !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 solutionRadu
ModeratorHi,
Strange, please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and 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.
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, you no need to update child theme
Into child theme are only 2 files ( or more files that you have added ) functions.php and style.css with your modifications.
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 plugins updated especially K-elements and Visual composer ?
Please check update state from wp-admin -> appearance -> install plugins, update plugins that have are not updated.
Also please enable wp debug by going to ftp in root directory of your wp install open wp-config.php look for define( ‘WP_DEBUG’, false ); and change it to true and 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 is something related to php memory please follow this link : seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
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,
If the update 4.0.3 was failed, it means you have 4.0.2 you can check you current theme version by accessing http://yourdomain.com/wp-content/themes/kleo/style.css replace yourdomain.com with your domain name, you will see there Version: ..
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 Ben,
Please update the theme to latest version 4.0.3 and most important the plugins especially K-elements and visual composer, you can check update state form wp-admin -> appearance -> install plugins
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,
First we need to find out what causes this, in most cases this types of issues are caused by some plugin, please disable all plugins and then check if the forgot pass it works, then enable plugins back one by one and after plugin activation check to see if the forgot link it works, do same thing until you find the problematic plugin 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 think it’s a server related problem
Same issue is popular on the net, please take a look at these.
http://stackoverflow.com/questions/27088982/warning-stream-socket-enable-crypto-ssl-operation-failed-with-code-1
https://github.com/PHPMailer/PHPMailer/issues/368
http://stackoverflow.com/questions/26827192/phpmailer-ssl3-get-server-certificatecertificate-verify-failedCheers
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 provide an account to can view the comments section
cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 17:59 in reply to: How can I change the background/bars color on the topic page? #109518Radu
ModeratorPS : Thank you for the nice review !!!
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 9, 2016 at 17:58 in reply to: How can I change the background/bars color on the topic page? #109517Radu
ModeratorHi Tonny,
All css’s are below
COPY CODEdiv.bbp-template-notice.info { background-color: green !important; } #bbpress-forums ul.bbp-replies .bbp-header, #bbpress-forums ul.bbp-replies .bbp-footer { background-color: yellow; } #bbpress-forums .bbp-topic-form, #bbpress-forums .bbp-reply-form { background-color: red !important; } div.bbp-template-notice, div.indicator-hint { background-color: yellow; } .quicktags-toolbar { background-color: green !important; }
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,
If you go to : http://www.winstr.com/groups/ you will see there create a group button.
Regarding the forums go to http://www.winstr.com/forums/ acess the created forum test and open a topic there ( I’ve created the TEST forum )
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 Narendra,
Please take a look at this small video : https://drive.google.com/file/d/0Bxo5b6iHWRMwcnNieUVlbXpSWG8/view
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 have received you request on our development email address and our colleague Cornel we will respond to you these days.
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,
Provide link to the page where the tabs appears to can provide you accurate css solution
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 was no theme problems, the problem was the code, see here how it works in both examples, kleo and another theme : https://drive.google.com/file/d/0Bxo5b6iHWRMwRi1IdnhaUzhEOWc/view it display the pop-up same.
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