Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi jack3,
We do understand your requirement but you need to hire a developer to customize the Theme code for you.
Thanks
Theme Horse Support Team
KeymasterHi 100offdeal,
Thank you for loving our Theme.
but we are sorry currently you cannot show the pinned category post on front page template(home page), widgets, banner sliders and featured posts. You have to hire a developer to customize the code for you as per your requirement.Thanks
Theme Horse Support Team
KeymasterHi sheik-ahamath,
Yes the banner and featured slider is connected with each other. You can find different variations of sliders on ‘Appearance > Customizer > Banner > Featured Slider’.
and actually the screen shot is used as per the theme listing box size so it seems Banner Featured slider fits the screen. In real time the laptop or desktop screen size will be more rectangle than the screen shot size and Banner Featured Slider wont get fit to the screen. To make the Banner Featured Slider Fit to the Screen size then you need to hire a developer to customize the code for you
Thank you.
Theme Horse Support Team
KeymasterHi John,
You need to hire a developer to customize the code for you as this will also affects the navigation bar, navigation menu items as well.
Thanks
Theme Horse Support Team
KeymasterYes so many things can be done, all you need to know is coding.
anyways thanks for appreciating our Theme.
Thanks
Theme Horse Support Team
KeymasterHi,
Thank you so much for informing about the issue.
You can update the Theme again. We have released the new Update (version 3.0.9).Thanks
June 1, 2020 at 12:08 pm in reply to: how to remove date and moth that showing in post display #78126Theme Horse Support Team
KeymasterHi josevamattathil,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.entry-meta .date { display: none; }
Thanks
Theme Horse Support Team
KeymasterOk for widgets you have to add your registered Custom Post Type on query codes. On Theme Directory/inc/newscard-widgets.php file, you can find the below code on line no: 195, 361 and 483.
'post_type' => array('post'),
to the mentioned code you have to add the registered Custom Post type as
'post_type' => array('post', 'your-custom-post-type'),
and to add taxomony (custom category) on dropdown list you have to add the taxomony on dropdown query code. you can find below code on line no: 169 and 335.
'selected' => $instance['category']
add the the taxonomy query code just beneath the mentioned code followed by comma (,) and after adding the code should look like this.
'selected' => $instance['category'], 'taxonomy' => 'your-custom-taxonomy'
We haven’t tried instantly but hope it should work and if it doesn’t work you for you then i think you have to hire a developer who is more familiar with the codes and can customized the Theme code for you.
Thanks
Theme Horse Support Team
KeymasterHi @jennierlope,
Usually all basic plugin are supported by this Theme. First you can check the mentioned plugin on our Free Theme Version. If the free Version supports the mentioned plugin then the pro version also definitely supports them.
Thanks
Theme Horse Support Team
KeymasterBefore using Taxonomies first you have to register the Taxonomies(tags, Categories etc) using your custom post type register name. Then you can replace the function to show respective custom taxonomies on Theme Directory/ template-parts/ content.php file. Then to show the custom taxonomy list you can make the copy of archive.php file and rename the file as taxonomy-(your registered taxonomy name).php.
You can find many tutorials on internet/youtube about registering Taxonomies and related stuff. You can follow them for help
Thanks
Theme Horse Support Team
KeymasterHi z-zandber,
You can load the fresh copy of theme again if you have messed up the Theme designs and functionals. Or if you want only the Style.css file of Latest Version (Ver 2.2) then you can also copy from here and paste it to the style.css file of Theme.
Thanks
Theme Horse Support Team
KeymasterHi sjoerd,
Sorry for the late response due some unavoidable circumstances. Anyways Hope your issue is solved, Do you need any help again?
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi @lakshmankk74,
Yes you can add Google Adsense manually. For the Widget area (Front Page Template, Sidebars, Footer widget area) can use Custom HTMl widget and paste the Adsense code and on the post and page single you can use custom HTML block (Gutenberg feature) or through edit as HTML option on classic editor and paste the Adsense code.
Thanks
Theme Horse Support Team
KeymasterHi @forum80,
So sorry for late response, we missed your queries.
yes we have said this theme support the menu item active/focus state. But we noticed that you have added some strict code on the style.css of Child Theme which is affecting the other color properties. please go to line no: 409 of Child Theme’s style.css and remove the below mentioned code.
/* color: #0083cd !important; */
Theme Horse Support Team
KeymasterOK
you can check by deactivating the plugins one by one instead of deactivating all at once so that you detect about which plugin is affecting.
and (important) also check my unsetting the Elementor plugins scroll animation only, it might fix the issue.and the final solution can be, you can make the sidebar sticky to unsticky (as normal) by adding custom CSS code.
Thanks
-
AuthorPosts