Forum Replies Created
-
Author
-
RaduModerator
Hi,
http://blogs.msdn.com/b/kaushal/archive/2014/01/02/php-user-ini-and-windows-azure-web-sites.aspx
https://azure.microsoft.com/en-us/documentation/articles/web-sites-php-configure/Try with this settings
max_execution_time = 180
max_input_time = 600
post_max_size = 128M
upload_max_filesize = 256MOr the easiest way is to upload the theme via FTP,
unzip the theme, and upload the kleo and kleo-child folder.
Regards
Raud
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Have you tried this shortcode ?
COPY CODE[kleo_search_form form_style="default" type="both" context="members,groups,post,page,forum,portfolio" placeholder="Search...."]
It;s an component that you find in visual composer.
I hope that it useful for you.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The easiest way is to clean-up manually the code that have you inserted.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
//Started by color – replace red,yellow and green with your desired color
COPY CODE.bbp-topic-started-by, .bbp-topic-started-by a.bbp-author-name { color: red; } #bbpress-forums li.bbp-body li.bbp-forum-freshness a, #bbpress-forums li.bbp-body li.bbp-topic-freshness a { color: yellow !important; } #bbpress-forums .status-closed, #bbpress-forums .status-closed a {color: green !important;}
Add this css to your Wp Admin -> Theme Options -> General Settings -> Quick CSS or in kleo-child/style.css
Best regards
Let me know if it works.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGet rid of that padding
COPY CODE.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button { margin-bottom: 0px; }
Get rid of that space and add border to entire box.
COPY CODE.wpb_gallery.wpb_content_element { margin-bottom: 0px; border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; border-top: 1px solid #c3c3c3; } .kleo_text_column.wpb_content_element { border-left: 1px solid #c3c3c3; border-right: 1px solid #c3c3c3; } .kleo_text_column.wpb_content_element h3 {margin-top:0;padding:10px 0;} .kleo_text_column.wpb_content_element table {border-bottom:1px solid #c3c3c3;}
Let me know if is ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI think that is best can you get, from my point of view it’s a decent speed score.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’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 solutionRaduModeratorHi,
I’ve see that the pages it works now, if you encounter same issue, try to resave permalinks from wp-admin -> settings -> permalinks -> save changes.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css to your theme options -> general settings -> quick css
COPY CODE.kleo-main-header.header-normal.header-scrolled { border-bottom: 3px solid red; }
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 solutionRaduModeratorHi,
To be accurate can you provide your forum url ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Add this css snippet to your theme options -> general settings -> quick CSS
COPY CODEbody.category-videos .post-content iframe { max-height: 150px; }
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 solutionRaduModeratorHi,
Try this snippet
COPY CODEfunction bpfr_custom_length( $excerpt_length) { $excerpt_length = '0'; // change value to your need return $excerpt_length; } add_filter( 'bp_activity_excerpt_length', 'bpfr_custom_length', 10, 1);
Add this code to your Kleo Child Theme ( wp-content/themes/kleo-child/functions.php )
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 solutionRaduModeratorHi Rawbox,
You can disable animations by using this CSS snippet, add next CSS snippet to Theme Options -> General Settings -> Quick CSS
Note : This snippet it applies only for portfolio posts, if you want for entire site tell me.
COPY CODEbody.single-portfolio.kleo-transform .one-by-one-animated .start-animation .el-appear, body.single-portfolio.kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou have fixed the issue ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIn one of future update, i cannot give you an exact date.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorAdmin credentials please ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide the site URL ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou need to go add to exception list the blog page from here :
http://www.receptenmaker.nl/wp-admin/admin.php?page=w3tc_minify#advanced then look for Never minify the following pages: here add /blog/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou have added extra customization ( core changes to Kleo theme ? or in Kleo child)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Deniezalp,
Use this CSS snippet for pop-up fb login button no hover effect
COPY CODE.kleo-facebook-connect.btn.btn-default { background-color: #3b5997 !important; } .kleo-facebook-connect.btn.btn-default:hover {background-color: transparent; color: #fff; border-color: rgba(255,255,255,0.3); border-width: 2px; }
For sidebar no hover effect.
instead of this
COPY CODE.kleo-facebook-connect.btn.btn-default:hover { background-color:rgba(43,71,128,0.7) !important; }
use this
COPY CODE.kleo-facebook-connect.btn.btn-default:hover {background-color:none;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you please disable all plugins that comes with the kleo and check after ?
Also if it works, please update your theme with all plugins disabled, then update the plugins as well.
Please 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 solutionRaduModeratorCan you disable plugins that not comes with the kleo theme ? Test after.
Let me know if it works.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi guys,
Try this plugin
https://wordpress.org/plugins/wp-recaptcha-bp/
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The kleo doesn’t not support translation for theme options yet.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi
COPY CODE.form-line a {background-color:red;}
Replace red with your desired color
COPY CODE.form-line a {background-color:red;color:white;}
The second snippet allows to set button background color and text button color, replace colors with your desired colors.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorPlease paste again the code in < pre > code here pre > tags
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try like this
Add this css in Quick CSS area from Wp-Admin -> Theme Options -> General Settings or in kleo-child/style.css
COPY CODE.form-inline input {display:inline-block;}
Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 11, 2015 at 18:27 in reply to: Black lines on homepage when i click view site from dashboard #72589RaduModeratorHi,
I’ve tried to reproduce the issue but on my site this is not happens, if you have plugins installed that not comes with the theme try to disable them and recheck.
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try this snippets
COPY CODE.caroufredsel_wrapper { border-left: 1px solid #333; border-bottom: 1px solid #333; border-right: 1px solid #333; } //OPTIONAL Make all small thumbs to have same height. .caroufredsel_wrapper .kleo-thumbs-carousel a img { height:45px !important; }
COPY CODE//Border 5px to https://tukang.com.my/aa2hm/ .kleo_text_column.wpb_content_element { border: 5px solid #777; }
Let me know if it’s ok
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
COPY CODE.header-color.social-header { height: 45px; } .header-color.social-header ul { line-height: 45px; }
Try like this, it this snippet doesn’t satisfy you, use next snippet instead.
COPY CODE.top-menu ul li a { padding: 10px 10px; }
Let me know if is ok.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’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 solutionRaduModeratorYou’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 solutionRaduModeratorYou’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 solutionRaduModeratorThe front end it’s not translated ?( your translated strings )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Can you provide live URL where the form appears ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I see, the snippet provided to you before it fixes the facebook login button from pop-up 😀
COPY CODE.kleo-facebook-connect.btn.btn-default { background-color: #3b5997 !important; } .kleo-facebook-connect.btn.btn-default:hover {background-color:rgba(43,71,128,0.7) !important;}
This css snippet will fix the button from sidebar.
Let me know if it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi, try this
COPY CODEbody.home-page.kleo-transform .one-by-one-animated .start-animation .el-appear, body.home-page.kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Let me know if is ok.
Best regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can increase the top bar height by adding this snippet to : Wp-admin -> theme Options -> General Settings -> Quick CSS
COPY CODE.header-color.social-header { height: 45px; }
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