Forum Replies Created
-
AuthorPosts
-
May 26, 2021 at 2:24 pm in reply to: Newcard (Free) – Featured Slider and Menus not working on Mobile #88929Theme Horse Support TeamKeymaster
Hi charles3,
Actually we haven’t tried AMP plugins yet but may be some options of AMP plugin have affected. Because some of our client is already using the Amp and haven’t created such issue. But first we suggest you to ask support from the respective AMP plugin Author for solution.
Thanks
Theme Horse Support TeamKeymasterHi bebanhbeolp,
Actually the Full width layout is itself 100% related to the container. But if you wish to make 100% related to the device screen size then it can be done through provide Additional Custom CSS code.
Thanks
Theme Horse Support TeamKeymasterThen you have to use the multi-language creator/translator plugin to convert the Theme Core Text to any language to prefer. Our theme is Translation Ready so you can translate any word from the theme to any other languages. We suggest you to use multilingual plugin.
Thanks
Theme Horse Support TeamKeymasterHi amitmozar,
We checked your site and the categories are not turned off. The additional Custom CSS code have been added to hide the categories from being visible. We found our support team have provided you the Custom CSS Code to hide the categories few months ago.
And for the post that goes to ‘uncategorized’, please check the respective Post and check whether the categories are really unassigned. If unassigned then assign the categories again.
Thanks
Theme Horse Support TeamKeymasterHi listoutdoor,
The theme you are using in your site is not developed by us. Please Consult with the respective Theme Author.
Thanks
Theme Horse Support TeamKeymasterHi RSR
The Theme doesn’t need the actual size. The Theme is designed to get the images fit and covered according to the layouts. But based on demo we have used 1500px X 300px for Header image, 800px X 480px for Post featured Image and you can use min 400px for Logo. Also it would be better if you compress the image file size before upload. You can find various online Image compressor to compress the Images file size and they won’t affects the quality of images.
Thanks
Theme Horse Support TeamKeymasterHi Steven Bloomfield,
Though logo and advertisement section is bigger, you can upload the logo and advertisement of any size. If you really need samller sizes then please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.
.navbar-head .col-lg-4, .navbar-ad-section { -ms-flex: inherit; flex: inherit; } .navbar-head .col-lg-4 { max-width: 200px; } .navbar-ad-section { max-width: 500px; }
Thanks
Theme Horse Support TeamKeymasterActually there is a section defined for Site Title and Ad section. The text you mentioned is made centered respective to it’s ad section. It will be a bit tricky to make centered as based on screen width because of Site Title placeholder. If you need to make force centered look then please add the below custom CSS code we have created the code base on your logo width.
@media (min-width: 1200px) { .navbar-head .col-lg-4 { -ms-flex: 0 0 auto; flex: 0 0 auto; max-width: 100%; width: auto; } .navbar-ad-section { text-align: center; -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding-right: 260px; } }
Thanks
Theme Horse Support TeamKeymasterHi Steven Bloomfield,
Please go to the ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
@media (min-width: 1600px) { .post-template-default .site-content .container, .page-template-default:not(.woocommerce) .site-content .container { max-width: 1540px; } } @media (min-width: 1800px) { .post-template-default .site-content .container, .page-template-default:not(.woocommerce) .site-content .container { max-width: 1740px; } }
You can use the core and Theme widgets on the ‘Frontpage Template’ to get the layout like demo or you can also use the widgets except theme widgets from block feature for each pages as well.
Thanks
Theme Horse Support TeamKeymasterHi David Humphreys,
Yes the Linked section will goes at the top of the screen, like you said the linked section is override by the Navbar. For the solution. If you are familiar with HTML language then you can follow the below process.
Step 1- For the Target Section add
class="target-parent"
and shift the linked id to inside target-parent element with<span id="(link)" class="linked-target"></span>
.In your case the Code should look like this
<p class="target-parent"> <span id="unlike" class="linked-target"></span> Unlike fledglings, if a nestling ............ </p>
Step-2. Go to ‘Appearance > Customize > Additional CSS’ then paste the below Custom CSS code.
.target-parent { position: relative; } .linked-target { position: absolute; top: -150px; left: 0; }
Here (top: -150px) property is determined for top spacing so you can update the top property to any according as you desired.
Now you can follow only Step 1 process to apply on others pages links as well.
Thanks
Theme Horse Support TeamKeymasterHi infostringrecords,
Please go to ‘Appearance > Customize > Additional CSS’ and Paste the Below Custom CSS Code.
.post-img-wrap:before, .page-single-img-wrap:before, .featured-section .featured-slider .post-block .post-img-wrap:before, .featured-section .two-column-featured-section .featured-post .post-block .post-img-wrap:before { padding-top: 100%; } .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before { display: block; } .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap { height: auto; } .featured-section .featured-post .post-img-wrap:before { padding-top: calc( 70% + 2px ); } @media (min-width: 1200px) { .featured-section .featured-post .post-img-wrap:before { padding-top: 100%; } }
Thanks
Theme Horse Support TeamKeymasterHi infostringrecords,
Changing the Font Family is not available on Free Version. Only the Pro Version have access to change to 1000+ Google Font Family with other features.
Thanks
Theme Horse Support TeamKeymasterHi pepepedrota,
Yes you can use the embedded code and also you can have access to make the Header Sticky on Pro Version.
Thanks
May 13, 2021 at 2:57 pm in reply to: Newcard (Free) – Featured Slider and Menus not working on Mobile #88532Theme Horse Support TeamKeymasterHi charles3,
Please check by deactivating the Plugins one by one. The plugins might have created the issue. There is no such issue with the Theme itself.
Let us know it the issue still persist.
ThanksTheme Horse Support TeamKeymasterHi neba34,
We understand your requirement but it cannot be don’t only through Additional CSS. You really need to hire a developer to customize the code for you. Also make sure you make the child theme first before customizing the Theme Code so that your customized code won’t get lost when updating the Theme to a New Version in future.
Thanks
-
AuthorPosts