Okay
  Print

Kose - WordPress Theme

The Google Maps element do not load and show up. What do I do? Please first update the theme to the latest version. After that, go to "Theme Options > Google Maps" to enter your API key and save. Clear all cache and check it again. The maps should load properly now.

How to hide the full screen slider and make the content area displayed right under the menu on mobile views? You can use this custom CSS to adjust it: @media only screen and (max-width: 1160px) {     #full-scrn-slider-container {         display: none;     }     #content-container {         top: 0;       ...

[v1.5.0 Note] Changes in theme's custom code for Visual Composer Since the theme v1.5.0, most custom code for overriding Visual Composer's elements are deprecated. A little drawback is that it might affect some of previous elements that you are using in your theme. But it will be greater i ...

I cannot open portfolio single page. I only see "404 Page Not Found". What to do? Please go to "Settings > Permalinks" and click to save once. This should solve the issue.

How to hide the slider's caption on mobile devices? 1. Go to "Style Customizer > Others > Custom CSS"2. Enter this custom CSS into the box:@media only screen and (max-width: 767px) { .slide-caption-wrapper { display: none; } }This code will force to hide both c ...

How to remove Related Works section out of the portfolio single page? Please go to "Settings > UXbarn Portfolio Options" and there you will see the option to remove the Related Works section.

The menu items overlap with social icons and copyright text on small screen. How to fix that? Please go to "Style Customizer > Others > Custom CSS" and try using this CSS:@media only screen and (max-width: 1200px) { #side-container { padding: 20px 50px } #logo-wrapper { mar ...

How to enable Visual Composer mode for portfolio item? Please go to "Settings > Visual Composer" and tick the "uxbarn_portfolio" item in the Content Types list. Then the Visual Composer button will show up in the portfolio edit screen.

How to adjust the side margins of the side panel to make more room for the logo? Please go to "Style Customizer > Others > Custom CSS" and use this custom CSS:#side-container { padding-left: 10px; padding-right: 10px; } P.S. In case you would like to use custom CSS for other elements, I would ...

How to customize the width of the scrollbar of the content area? You would need to manually edit the JS code for that. Please open "/js/kose.js" file and find this code:$('#inner-content-container').niceScroll({ cursorcolor : ThemeOptions.content_scrollbar_color,//'#fcda1c', cursorwidth ...

How to reduce the top and bottom margins of the side panel? Please go to "Style Customizer > Others > Custom CSS" and use this custom CSS:#side-container { padding-top: 20px; } #side-footer-wrapper { bottom: 20px; }You can adjust the px value here.P.S. In case you woul ...

Where to find the code of portfolio meta info (Date, Client, Categories and Website) so I can customize it? *Note: Since the theme v1.5.0, a new feature for creating your own meta info for portfolio has been introduced. You can manage the custom meta info by going to "Settings > UXbarn Portfolio Options" and they will appear on the ...

General troubleshooting steps When there's something wrong happened with your WordPress site, don't panic. In many cases, the cause of issues can be found and solved easily. Please try the following troubleshooting steps: First, make sure that everythin ...

Creating a child theme This article is offered for informational purposes. Please note that while we're happy to provide this guide, we can't offer support for custom code modifications. For details on what our support covers, please review our Ite ...

Setting up automatic updates You can set up the automatic updates in our UXBARN themes using the Envato Market plugin. After installing the theme, you should see a notification at the top telling you to install the Envato Market plugin; just install and ...

Some bundled plugins cannot be updated. They tell me to register with their own license first. What to do? There are two different cases here: Case 1: The bundled plugins cannot be updated right after finished updating the theme You find that the newer versions of the bundled plugins already come with the latest version of t ...

I couldn't update the bundled plugins with the theme purchase code. Why? Since they are "bundled" with the theme, the plugins will only be updated with the newer version of the theme. This is normal for any bundled items. You won't be able to use the theme purchase code to register or update them ...

How to adjust CSS for different screen sizes? There are times when you wanted to use CSS code for different screen sizes. For example, you want to display the tagline normally on PC, but you want it to be hidden when viewing on a mobile. 1. Use https://designmodo.com/r ...

I want to have all the content like the demo site. How do I do that? You can do that by importing the demo data from the provided XML file which is included in the full purchased package. For a full guide of how to install the theme (and import the demo data), we would suggest reading throug ...

OptionTree could not be downloaded and installed. What to do? On November 6, 2018, the OptionTree plugin seemed to be somehow disabled on the plugin repository of WordPress.org so you would not be able to download and install it. When you are trying to install the plugin, you might get ...