Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWe checked your Site but we found no issue in your site. Could you please explain more about the issue that you are facing.
Thanks
Theme Horse Support Team
KeymasterWe found that you have customized lots of CSS code regarding color and background color which have affected some sections. Your header background image is also affected.
for the solution please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.navbar-head.header-overlay-dark .container:before { display: none; }
Thanks
Theme Horse Support Team
KeymasterMay be you are doing with the ‘Custom Html’. So please instead of ‘align’ attribute use the class ‘aligncenter’ on the img tag. Example
class="aligncenter"
.Thanks
Theme Horse Support Team
KeymasterOk then you can add images from ‘Add/insert Media’ from the classic Editor. There you can find the options for alignments.
You can even find many tutorials about image alignments on classic editor in Youtube as well.
Thanks
Theme Horse Support Team
KeymasterHi @rebelsnotes,
You can use the ‘Image’ Block of Gutenberg Block feature which is under Common Block category then you can align the images easily.
To use the Image block and other Gutenberg features just by clicking on plus icon (+) on the top left corner of post/page editor and you can find Image Block under Common Blocks tab pane (category).Thanks
Theme Horse Support Team
KeymasterIt’s great you got the solution @admin-9666.
Please let us know if you have any other queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi @rpancrazio,
Thank you for your concern about the Theme. It is not just the difference of support and updates in Free and Pro Version. There are lots of New and Additional Features in the Pro Version which are not available in the Free Version. You can find the details about the Theme and check the comparison table on Free and Pro Version [Here].
Also you can compare Free and Pro Version through our Demos [Here]
Thank You
Theme Horse Support Team
KeymasterHi @hhongjs2663,
Sorry you cannot show more than 4 posts on Free Version. For that you need to upgrade the theme to a Premium Version. Premium Version have lots of extra Features and yes you can show more than 4 posts in 2 rows or even you can show the posts through carousel slides.
You can check our Premium Version Demo Here.Thank You.
Theme Horse Support Team
KeymasterThank you so much for loving our work.
Sorry you cannot show the specific posts from the category through ID’s. Yes basically the recent posts are shown from the category. If you want to show the specific posts rather than the recent posts from the category then you can do it by assigning those specific posts to a new Sub Category. Then your specific post will always be shown even if you add the recent posts to those category.Thanks
Theme Horse Support Team
KeymasterHi @rutacincohn,
It’s working very well on mobile view. Please let us know more for which aspect the theme is not looking same.
And there are lots of code to change the color of theme. You have to upgrade the theme to a Premium Version in order to change the theme color. There are even more features in Premium Version that you will surely love. You can check the Demos of Premium Version Here.Theme Horse Support Team
KeymasterHi @arochford,
we have checked to figure out the issue but it’s working. You can add the Image Caption through the Page editor, Image Block or through the Caption Input Field while Uploading the Image.
Thanks
Theme Horse Support Team
KeymasterHi @vampelog,
To hide the author’s name please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.entry-meta .author { display: none; } .entry-meta > .date:after { content: ""; }
Thanks
Theme Horse Support Team
KeymasterHi @arjun-raut,
Sorry showing the Nepali Date feature in not available in this theme. you need to hire a developer to customize the code for you.
and to remove the Breadcrumb please to go ‘Appearance > Customize > Header’ and check On the option ‘Hide Breadcrumb’.
Thanks
January 11, 2020 at 4:31 pm in reply to: Removing the date and author from homepage post thumbnails #73815Theme Horse Support Team
KeymasterHi @arjun-raut,
To remove the date of every post please go to ‘Appearance > Customize > Additional CSS’ and past the below code.
.entry-meta .date { display: none; }
Thanks
Theme Horse Support Team
KeymasterHi @arjun-raut,
To decrease the width of container of Site then please go to ‘Appearance > Customize > Additional CSS’ and paste the below code.
.page-template-front-page-template .container { max-width: 1340px; }
Thanks
-
AuthorPosts