Forum Replies Created
-
AuthorPosts
-
keonthemes
KeymasterHello,
You may forget to assign Front Page, page template for the home page (that you used as static page).
Thanks.
keonthemes
KeymasterHello,
It seems you have figured out the process and your site looks perfect. Although, we would like to inform you that, you need to install all the recommended plugins before starting the importing process.
Regards.
keonthemes
KeymasterHello,
Please go to Dashboard > Appearance > Theme Options > Home Page Options and choose any category from Choose Feature Category dropdown area.
Thanks.
December 31, 2019 at 5:25 am in reply to: Google Search Console | Missing field “item” | Breadcrumbs #4653keonthemes
KeymasterHello,
We have updated the latest version of Breadcrumb Trail in the theme and it’s now available to download. Please go through your theme area and update. Please let us know, if it solved the issue.
Thanks.
keonthemes
KeymasterHello,
Below are the CSS codes you required to have to achieve your modification. The first one is for changing main navigation font size, second one is for header, left and right part adjust and the last one is for inner banner height.
.main-navigation a {
font-size: 13px;
}@media screen and (min-width: 1200px){
.site-header .col-md-4 {
width: 33%;
}.site-header .col-md-8 {
width: 66%;
}
}.wrap-inner-banner .page-header .inner-header-wrap {
padding-top: 110px;
padding-bottom: 180px;
}Note: The 13px, 20%, 80% … are default values. You can change it as per your requirement.
Thanks.
keonthemes
KeymasterHello,
Yes, same process for the service items as well.
Thanks.
keonthemes
KeymasterHello,
The slider is image base slider. So the video slider is not possible, at lease for now.
keonthemes
KeymasterHello,
Yes, a line of CSS code will works. Please kindly add below CSS code in to Appearance > Customize > Additional CSS.
.block-slider .banner-overlay {
padding-bottom: 120px;
padding-top: 225px;
}Note: The value are default. You can change it per as your requirement.
Regards.
keonthemes
KeymasterHello,
We would link to recommend this plugin, https://wordpress.org/plugins/permalink-manager/ to change the permalink including Custom Post type sections, like portfolio, services etc. Or use any redirection plugin.
Regards.
keonthemes
KeymasterHello,
It seems you have successfully remove the “Welcome to Blogberg Pro” title. Although, for future reference, here are the steps to achieve that;
Go to Dashboard > Appearance > Customize > Theme Options > Archive Page Options > Blog Page Title.Thanks.
-
AuthorPosts