Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterDid you checked by deactivating all the plugins?? Because it is affected by some third party plugins.
Theme Horse Support Team
KeymasterWe have checked your Site, The Third Party plugins have affected the core scripts of the Theme so please check your site by deactivating the plugins one by one. We have a doubt that the plugin named “jQuery Updater” might have affected the theme scripts.
Please let us know if it is still not working.
Thanks
Theme Horse Support Team
KeymasterHi @thomas-hess,
Could you please share us your Site URL so that we can figure out the issue or check my deactivating the plugins one by one. May be some plugin you are using might have affected the script related to it.
thanks
Theme Horse Support Team
KeymasterOk please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.
@media (max-width: 767px) { .navbar-head .col-lg-4 { -ms-flex: 0 0 40%; flex: 0 0 40%; max-width: 40%; } .navbar-head .col-lg-8 { -ms-flex: 0 0 60%; flex: 0 0 60%; max-width: 60%; } }
we have made the the portion of 40% and 60%. You can decrease the portion of logo and banner ad section as you desired. Like 30% and 70% or 29% and 71% and so on. But make sure the total of the portion should be 100%. If the total of the portions get more than 100% then the banner ad will moves down.
Thanks
Theme Horse Support Team
KeymasterHi rajrathodbvn,
Child Theme is the feature of WordPress to make the Child Theme of any WordPress Themes. Basically Child Theme is made by the Theme users to customize the theme following the instructions by WordPress. So we listed only The Themes but not child themes.
Please check (here) for instruction by WordPress to know about making child themes.Thanks
Theme Horse Support Team
KeymasterHi @cristo-garcia,
Do you mean you want to change the size of your logo on mobile? and please clarify more about the banner as well, about what kind of change you are wanting to do for it on mobile so that we can provide you the appropriate solutions.
Thanks
Theme Horse Support Team
KeymasterHi @thomas-hess,
We have checked your Site URL and we found some of the plugin you are using might have replaced the WordPress default javascript/jQuery file which have affected the sticky script. Please try checking by deactivating the plugins one by one. We have a doubt that the plugin ‘jquery-updater’ might have replaced the default script. But also please check by deactivating every plugins individually.
And also update the theme to a latest version. You can download the latest version from your login account.Thanks
Theme Horse Support Team
KeymasterOk got it and its great you got it that you needed anyway.
Ok let us know if you have any other queries regarding the theme.
Thanks
Theme Horse Support Team
KeymasterWe are so sorry for the late response due to some unavoidable circumstances. Its Great you solved the issue your self.
Please let us know if you have any other query regarding the theme.
Thanks
Theme Horse Support Team
KeymasterHi @kiku,
Please go to ‘Appearance > Customize > Design Options > Custom CSS’ and Paste the below Custom CSS Code.
@media (max-width: 575px) { .container, .wrapper { width: auto; } }
Thanks
April 5, 2020 at 11:48 am in reply to: How to get a Custom Post Type Post to use the default template #76447Theme Horse Support Team
KeymasterHi @steve-cook,
Please check your Previous Topic about the same issue. We have provided you the solution.
and please let us know if you have any other query regarding the theme.
Thanks
Theme Horse Support Team
KeymasterHi @steve-cook,
To style the custom posts as the default post then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.recipes { background-color: #ffffff; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); margin-bottom: 30px; padding: 25px; } .post-col .recipes { padding: 15px 15px 7px; margin-bottom: 14px; min-height: calc(100% - 14px); } .recipes .post-featured-image .entry-meta.category-meta { position: absolute; bottom: 0; left: 15px; right: 15px; margin-bottom: 10px; } .post-col .recipes .entry-content p { margin-bottom: 10px; } @media (max-width: 767px) { .recipes { padding: 15px; } }
Please let us know if you have any queries regarding the theme.
Thanks
Theme Horse Support Team
KeymasterHi @sjoerd,
Our theme supports all most all the Gutenberg Blocks, and WordPress generally updates the Blocks time to time, so adding/setting the table header is the new update by the WordPress and we even update our theme time to time also based on it. So Thank you for helping us identifying about the issue that we missed to update. We will be including these on our next Theme Update soon. For now please go to ‘Appearance > Customize > Additonal CSS’ and paste the below Custom CSS code.
.wp-block-table tr th { padding: 5px 10px; border-style: solid; border-width: 0 1px 1px 0; border-color: rgba(0, 0, 0, 0.3); }
You can make the table align center from the text align option of the respective table and there is no option for setting the ‘th’ tag only background color instead you can set background color for whole table. If you want to set background color for seperate ‘th’ tag only then you can add background color property on above code.
like:-
background-color: yellow;
Thanks
Theme Horse Support Team
KeymasterHi @dani-gerber,
You have to set Featured Image on every post then only those featured Image will be shown on templates.
To set Featured Image on every post go to the page/post editor of every post and page. You will find ‘Featured Image
tab on right side from where you can set your desired image.You can check our Home Page(Front Page Template) set up tutorial (here). It will help you to set Front Page template.
Or you can check our documentation (here).Thanks
Theme Horse Support Team
KeymasterTo remove all those info, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.entry-meta:not(.category-meta) { display: none; } .post-block .entry-title { margin-bottom: 10px; }
Thanks
-
AuthorPosts