badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 5,207 total)
  • Author
    Posts
  • in reply to: Thumbnail #82390

    Hi infoallindiandjsdrive,

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

    .post-wrap .post-img-wrap:before,
    .page-single-img-wrap:before,
    .featured-stories .post-img-wrap:before,
    .site-footer .post-img-wrap:before,
    .site-footer .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    	padding-top: 100%;
    	display: block;
    }
    @media (min-width: 992px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: 100%;
    		display: block;
    	}
    }
    @media (max-width: 767px) {
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap {
    		height: 100%;
    	}
    	.widget-area .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    		padding-top: 100%;
    		display: block;
    	}
    }

    Thanks

    in reply to: Rotate banner in navbar #82389

    Ok we got you!

    1. If you just want to slide the images only without the URL link for each slides then you can create a GIF image file with the images sliding animation.
    2. If you want the URL link as well then you really need to customize the code with the slider script.
    3. Since you are the premium user so you can use widget on the navbar section and search for some 3rd Party image slider widgets.
      To use navbar section as a widget area please go to ‘Appearance > Customize > Header’ and on Banner Advertisement option you can check on the option ‘Advertisement Code’ then you can use widgets from widget option.

    Thanks

    in reply to: Floating some Nav-Items to the right #82387

    Hi George Kyriazis,

    Sorry for the late response due to some unavoidable circumstances. Yes please go to ‘Appearance > Customize > Additional CSS’ and paste the below Code.

    @media (min-width: 992px) {
    	.navigation-bar .container {
    		padding-right: 285px;
    	}
    	#menu-item-1749, #menu-item-1750, #menu-item-2614 {
    		position: absolute;
    		top: 0;
    	}
    	#menu-item-1749 {
    		right: 75px;
    	}
    	#menu-item-1750 {
    		right: 131px;
    	}
    	#menu-item-2614 {
    		right: 186px;
    	}
    }
    @media (max-width: 991px) {
    	#menu-item-1749 > a img,
    	#menu-item-1750 > a img {
    		-webkit-filter: invert(.7);
      		filter: invert(.7);
    	}
    }

    Thanks

    in reply to: Rotate banner in navbar #82385

    Hi ajit.buxi,

    You can rotate the image from the media library by clicking ‘Edit Image’ option.

    Thanks

    in reply to: Customize 404 page #82384

    Hi lukyeslu,

    Our Theme is translation Ready so if you just want to translate the text on 404 page then you can simply do it by using multilingual plugin. But if you want to customize the 404 page with some other content then you really need to hire a developer to customize the code for you. You have to customize the 404 page from the Theme Directory and make sure you customize the Code by making the Child Theme so the you want loose the customized code then updating the Theme to a newer Version in future.

    Thanks

    in reply to: Right side widget colours #82383

    Hi lukyeslu,

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

    .site-content .widget-area .widget {
    	background-color: #ffffff;
    	padding: 15px;
    }

    Note: Please replace the value of color #ffffff to any desired one.

    Thanks

    in reply to: Mobile Menu #82209

    According to the screenshot, we found you have replaced the provide code in wrong place. May be you have added some extra code before on top so the line no didn’t match. Please search a bit down side(lines) more to find the code </div><!-- .site-branding .navbar-brand --> and replace on it. Make sure while replacing the code the first line code is the same code that you have find. The objective is just to the add second line code that is about the search toggle.

    in reply to: Embedded Youtube not displaying properly on desktop #82207

    Hi the5krunner.com,

    We think you have directly used the embedded code. Please wrap the embedded code with the class ’embed-responsive’ and ’embed-responsive-16by9′.

    Example

    <div class="embed-responsive embed-responsive-16by9">
      (Paste your embedded code here)
    </div>

    Please paste the embedded code as mentioned above.
    OR
    If you are using the WordPress 5+ then you can use the Embeds Block Features of Gutenberg on the page/post editor page which will be very easy to use the embedded code with out any HTML code customization.

    Thanks

    in reply to: MOBILE OPTIMIZE #82161

    Hi the5krunner.com,

    We have managed to provide the solution to increase size of smaller text.
    Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Code to increase the default font size on Mobile View.

    @media (max-width: 767px) {
    	body,
    	.form-control,
    	input,
    	textarea,
    	select {
    		font-size: 16px;
    	}
    	.info-bar {
    		font-size: 14px;
    	}
    	.entry-meta, .entry-meta a {
    		font-size: 15px;
    	}
    	.post-col .entry-meta .cat-links a,
    	.post-boxed .entry-meta .cat-links a,
    	.post-block .entry-meta .cat-links a {
    		font-size: 13px;
    	}
    }

    Thanks

    in reply to: Change number of Featured Links from default of 5 #82160

    Sorry the5krunner.com,

    the Number of featured post cannot be changed through CSS. You can upgrade the Theme to the Premium one. NewsCard Pro has the options to change the post numbers on most of all the Sections and widgets. You can even get access to lots more features that you will surely love.

    Thanks

    in reply to: RTL Newscard #82159

    Hi ahmed.bekki,

    Please go to the ‘Theme Directory > assets > library > jquery.marquee > jquery.marquee-settings.js’ line no: 10. You will find below line of code.

    direction: 'left',

    Kindly change the value ‘left’ to ‘right’.

    Thanks

    in reply to: script ads loads twice #82158

    Hi grbalabanis,

    please check to third party widget or google ads settings through which the google ads is rendered. Because they have lots of settings for the ads to show on the Site.

    Thanks

    in reply to: Add small image to header / site-header / info-bar area #82156

    Hi jim-1334,

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

    Thanks

    in reply to: Site description width mobile #81942

    Welcome anytime rebelsnotes,

    Please let us know if you have any queries regarding the Theme.

    Thanks

    in reply to: Site description width mobile #81938

    Hi rebelsnotes,

    Please also add the below Custom Code to work as responsive way for mobile view.

    @media (max-width: 575px) {
    	.site-description {
    		width: auto;
    	}
    }

    Thanks

Viewing 15 posts - 406 through 420 (of 5,207 total)