Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterOk we got you!
- 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.
- If you want the URL link as well then you really need to customize the code with the slider script.
- 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi ajit.buxi,
You can rotate the image from the media library by clicking ‘Edit Image’ option.
Thanks
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterAccording 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.October 21, 2020 at 11:57 am in reply to: Embedded Youtube not displaying properly on desktop #82207Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterSorry 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
Theme Horse Support Team
KeymasterHi 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
Theme Horse Support Team
KeymasterHi 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
October 20, 2020 at 1:29 pm in reply to: Add small image to header / site-header / info-bar area #82156Theme Horse Support Team
KeymasterHi jim-1334,
We do understand your requirement but you really need to hire a developer to customize the code for you.
Thanks
Theme Horse Support Team
KeymasterWelcome anytime rebelsnotes,
Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi 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
-
AuthorPosts