Forum Replies Created
-
AuthorPosts
-
keonthemes
KeymasterHello,
The pro version includes contact page template, so both contact details are handled from Appearance > Contact Detail. You can unlimited contact detail section (where the free version has limited item). Please add the contact item and check “Top Header” to show on the header area.
If you need more information, please check the theme documentation https://keonthemes.com/doc/business-consultr-pro or let us know.
Thanks.
keonthemes
KeymasterHello,
We think it is related to Social menu (like: Facebook) rather than the theme. We recommend to below blog post for your reference.
https://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/
If you still have such problem, please get back to us.
Thanks.
keonthemes
KeymasterHello,
It can be achieve from simple CSS code. Please kindy share your page URL through here or email us at [email protected] . So we can provide the code for you.
Thanks.
keonthemes
KeymasterHello,
Please go to Dashboard > Sliders > Add new. You can add unlimited slider items through there.
Thanks.
keonthemes
KeymasterHello,
It can be achieve by an additional CSS. Please copy below CSS code and got to Dashboard > Appearance > Customize > Additional CSS.
.wrap-inner-banner .page-header {
margin-bottom: 125px;
margin-top: 125px;
}Note: the value of margins are default. You can increase per as your requirement.
Regards.
keonthemes
KeymasterHello,
Thanks for contacting us. Please disable all the plugins and try again. Most cases, third party plugins are causing the issue. You will get a Popup box with license key field. Although, if you still facing the issue, please send your Site URL, WP Dashboard username and password to our email id [email protected] . We will figure out the issue and fix for you.
Regards.
January 19, 2020 at 6:42 am in reply to: Portfolio front page section – Show/hide description and random order #4721keonthemes
KeymasterHello,
To remove background of the Portfolio Pagination (red one), please add below CSS code to Dashboard > Appearance > Customize > Additional CSS.
.block-portfolio #block-portfolio-pagination .pagination {
background: transparent;
}Regarding the site description hover effect feature, we need to customize the code. As a code customization part, you can hire us to achieve that, please refer below link;
https://keonthemes.com/hire-now/
We will response asap regarding this topic.Basically, you can use a post type re-order plugin to re-order the posts. So the post will change there position on front page. We recommend to use https://wordpress.org/plugins/post-types-order/
Although, you want to show it by random posts (under portfolio items), the we need to customize the code. You can also hire us to achieve that. https://keonthemes.com/hire-now/And, a language translation plugins like WPML, Loco Translate etc. will help you to to that.
Hope all your queries are answered, although if you thing we missed anything or have further questions, please let us know.
Regards,
Keon Themes Support TeamJanuary 17, 2020 at 4:24 pm in reply to: Portolio section – remove linking and creating subpage #4712keonthemes
KeymasterHello,
Please add Below CSS code in Dashboard > Appearance > Customize > Additional CSS to disable the link for Portfolio item.
.block-portfolio .gallery-thumb > a {
pointer-events: none;
}Hope it helps.
Thanks,
Keon Themes Support TeamJanuary 17, 2020 at 5:55 am in reply to: Google Search Console | Missing field “item” | Breadcrumbs #4709keonthemes
KeymasterHello,
Thanks for letting us know.
Regards.
keonthemes
KeymasterHello,
To add Script/PHP code field in WordPress Theme customizer is prohibited by the Theme Review Rule. But you can work with child theme. So updating the parent theme (Blogberg) won’t remove your any added code.
Thanks.
-
AuthorPosts