We are now several years past the launch of Kadence Themes. That’s several years of support for both our free and premium themes which has led to a lot of questions. This is is an attempt to start listing the most frequently asked.
If you’ve tried disabling all plugins and the issue has not resolved, our next suggestion is to either contact your hosting provider or login and find your php settings. It’s possible that you just need to increase your memory limit or max execution time.
You can change those values using the PHP Configuration File (php.ini):
▪ php_value memory_limit = “128M”;
▪ max_execution_time = 360;
… or by modifying the WordPress PHP files (wp-settings.php):
▪ ini_set(‘memory_limit’, ‘512M’);
▪ ini_set(‘max_execution_time’, 300);
Please note that it doesn’t work with some cheap web hosts. If that is the case talk to your hosting provider.
@media (min-width: 992px) {
body .main.col-lg-9 {float:right;}
}
*If you are using Virtue Premium theme there is now an option to set this from Theme Options > Main Settings.
2. On your list of products on the right-hand side, simply click the star icon to set the product as a featured product.
#topbar-search input[type=text], .topbarmenu ul li a, #topbar-search #searchsubmit {
color: black;
}
#topbar-search .form-search ::-webkit-input-placeholder {
color: black;
}
#topbar-search .form-search :-moz-placeholder {
color: black;
}
#topbar-search .form-search ::-moz-placeholder {
color: black;
}
#topbar-search .form-search :-ms-input-placeholder {
color: black;
}
*Note we have recently added a knowledge base! If your question has not been answered here, it is likely you will be able to find your answer in there. If not, feel free to ask us anything on the support forums.