badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 616 through 630 (of 5,207 total)
  • Author
    Posts
  • in reply to: A way to have a standard blog page with text excerpts? #78260

    Hi jack3,

    We do understand your requirement but you need to hire a developer to customize the Theme code for you.

    Thanks

    in reply to: PInned the post for top of categori #78259

    Hi 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

    in reply to: How to get a full front page banner effect #78258

    Hi 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.

    Hi 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

    in reply to: Child-theme finished #78212

    Yes so many things can be done, all you need to know is coding.

    anyways thanks for appreciating our Theme.

    Thanks

    in reply to: Problems with PromoBox after last Update #78142

    Hi,

    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

    Hi josevamattathil,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .entry-meta .date {
    	display: none;
    }

    Thanks

    in reply to: Newscard Custom Post Type Single #78118

    Ok 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

    in reply to: News Card Theme Installation & Issues #78117

    Hi @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

    in reply to: Newscard Custom Post Type Single #78101

    Before 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

    in reply to: Theme no longer responsive #78093

    Hi 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

    in reply to: Child-theme finished #78091

    Hi 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

    in reply to: How can i add Google adsense code manually #78057

    Hi @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

    in reply to: Pseudo class :focus #78053

    Hi @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; */

    in reply to: Sidebar #78052

    OK
    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

Viewing 15 posts - 616 through 630 (of 5,207 total)