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 - 871 through 885 (of 5,207 total)
  • Author
    Posts
  • in reply to: Black background #68544

    Hi @boaz,

    No it’s not the Free Limits, It should show the featured images. You can even see featured images showing in the Demos of Free Version as well https://www.themehorse.com/demos/newscard/.

    Actually In those sections Black Background will be shown if the posts doesn’t have its featured image set. Please Make Sure you have set the featured images on every posts which you want to show on those sections.

    Please Let us Know If you still have the issue.

    Thanks

    in reply to: remove stiky sidebar #68463

    Hi @sharki-web-slunif-b76271691,

    So Sorry for the late response due to some unavoidable circumstances. Ok if you don’t want to make the sidebar sticky then please go to Appearance > Customize > Additional CSS and paste the below css code.

    .widget-area .sticky-wrapper,
    .widget-area .sticky-wrapper.is-sticky {
    	height: auto !important;
    }
    .widget-area .sticky-wrapper .sticky-sidebar,
    .widget-area .sticky-wrapper.is-sticky .sticky-sidebar {
    	width: 100% !important;
    	position: relative !important;
    	top: auto !important;
    }

    and sorry we didn’t get you about your second issue. The sidebar is already fixed (sticky) by default you don’t need to add plugin.

    Thanks

    in reply to: Advertisement Image Dimensions #68424

    Hi @josevamattathil,

    There is no any Fix requirement of sizes for Advertisement Images. Images with any Sizes are supported and In our Live Preview Demo we have used the size of 728 x 90 on header and 728 x 90 and 336 x 280 on Advertisement Widget for template content

    Thanks

    in reply to: Cropped image in posts #68421

    Sorry actually we have used image as a background so we need to set some height otherwise it wont work and we think your images won’t have the same height all the time.

    But as a solution you can hide the featured images on post and pages from Appearance > Customize > NewsCard Pro Settings and then you can manually add images by using ‘Image’ the Features of Gutenberg under Common Blocks from left top of the page/post editor.

    Thanks

    in reply to: Number of Posts on home page #68419

    Hi @jasonjenkins,

    To Change number of posts to show please go to Setting > Reading and Set the desired number on ‘Blog pages show at most’

    Thanks

    in reply to: Cropped image in posts #68287

    Yes it’s possible. In which section or parts you want to change the height? It will be easy only for the featured images on post/page single but pretty hard for us to provide for the ‘Front page template’ because we have used the height in a percent so that it can be fit responsively to any of the screen sizes. And the percent of height is not same for some sections on Front Page Template.

    Thanks

    in reply to: Remove link from Top Stories Post #68269

    Hi @jeni-treehugger,

    To remove the links from Top Stories Posts Titles then please go to Appearance > Customizer > Additional CSS and paste below custom css code;

    .top-stories-bar .top-stories-lists .marquee a {
      pointer-events: none;
      cursor: default;
    }

    Thanks

    in reply to: Cropped image in posts #68266

    Hi @michel-stoupak,

    Actually the images are not cropped. To make the consistency in theme design and layout we have used the featured images as a background images with the certain height which are responsive to any screen sizes.

    Thanks

    in reply to: Is it possible to disable the date showing on everywhere? #68265

    Hi @jose-bronze.

    To hide the date of the posts, Please go to Appearance > Customizer > Additional CSS and paste below custom css code:;

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

    Thanks

    Hi @mfutijr,

    We don’t think we have issue on Vertical/Horizontal Posts Widget. You mean to say the recent posts from the assigned category in not showing Right? We have checked and its working well. May be you have missed any procedures in some way. Can you please share us your Site URL so that we can figure out the actual issue.

    Thanks

    in reply to: header background image #68096

    Hi @ajay-revosys,

    This section is for the background image so background images won’t be in its actual dimension because the height of this section wont be fixed. Like if you set site logo, site title or the advertisement image then the height of this section will be relative and responsive to the height of these elements so this section is dynamic.

    But we have created a code for you according to the image you have used. So please go to the Appearance > Customizer > Additional CSS and paste below custom css code.

    .navbar-head .container {
    	display: none;
    }
    .navbar-head,
    .navbar-head, .navbar-head.navbar-bg-set {
    	padding: 0;
    	padding-top: 19%;
    }

    If you desire to show the Site logo, Site Title or the advertisement Image then you have to remove the above provided code.

    Thanks

    in reply to: Center the logo #68091

    Hi @federico-samperi19,

    To make the Site Title or Logo center then please go to the Appearance > Customizer > Additional CSS and paste below custom css code:

    .navbar-head .navbar-head-row {
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .navbar-head .col-lg-4,
    .navbar-head .navbar-ad-section {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center
    }

    Thanks

    in reply to: Feaured slider open new window #68030

    Hi @sharki-web-slunif-b76271691,

    As it will be new a feature for the theme.You need to customize the code to redirect the link of featured slider to new tab, so need to hire a developer for that

    Thanks

    in reply to: header background image #67863

    Hi @ajay-revosys,

    If you upload the image or video on Appearance > Customize > Header Media then the image or video will be shown at top of the page ie; above the info bar.

    Please upload the background image on Appearance > Customize > Header to display the image behind the logo.

    And Sorry the Advertisement section only displays the image as the Advertisement. So you have to design the Advertisement image with the Buttons as well but you can definitely set the URL link for clicking that advertisement. and to set the URL Link please got to Appearance > Customize > Header there you will find the field to upload advertisement Image and Link

    Thanks

    in reply to: Two questions about the header #67709

    Hi @adriana-watkins,

    Sorry you cannot link the header image to home page, for it you need to hire a developer to customize the code as per your requirement.

    And could you please share us your Site URL so that we can figure out the issue regarding the white space between the header and navigation menu.

    Thanks

Viewing 15 posts - 871 through 885 (of 5,207 total)