Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi @jella1283,
The Theme you are using is not Developed by us. Please Contact and Consult with the respective Theme Author.
Thanks
Theme Horse Support Team
KeymasterHi @100offdeal,
The Breadcrumb paths will be depend upon about how you have created the pages. Means, if you have set the Parent Page on Page Attribute on Page Editor then the breadcrumb will show its Parent Page also and if you have set sub menu under any menu item from customizer but not set Parent Page on page editor then breadcrumb will only show the root directory and the current page.
Thanks
Theme Horse Support Team
KeymasterOops!
So sorry for it. The Code is now corrected. Thank you for correcting us 🙂Please let us know if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi @jschonfe,
To show only one category, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
body:not(.single-post) .entry-meta .cat-links a:not(:first-child) { display: none; }
Thanks
Theme Horse Support Team
KeymasterThe theme styles will not control for the backend pages. You have to use the plugin to control for it. Please use this plugin to remove the admin bar.
after installing the plugin go to its setting and paste the below Custom CSS code to Admin CSS field.html.wp-toolbar { padding-top: 0; } #wpadminbar { display: none; }
and if you are already using some other plugin to remove the admin bar in backend then please add the below CSS Code to it.
html.wp-toolbar { padding-top: 0; }
Thanks
Theme Horse Support Team
KeymasterSorry the Featured Image is not different on search results. All Featured Image through out the Site are same. Like the post have same Featured Image in the category list also. (Category – Oculus). It’s not the Site logo but that posts also showing the same image that is used as Featured Image. But the Featured Image has used as Site logo with background.
And Premium Version also don’t have the feature to set different Featured Images on different Pages like Search Result Page.
Thanks
Theme Horse Support Team
KeymasterIt’s still loading resources from another site (https://appomattoxcarsforsale.com) which is not accessing permission. We don’t know how it get connected with another site. Are those site connected with each other like setting up multiple site.
Or Please once check by deactivating the Plugins one by one. May be some plugin might have affected the theme resources.Thanks
Theme Horse Support Team
KeymasterHi @anesioneto,
Actually the images on Posts list shows the same Featured Image that you set on each post form Post Editor. As per your requirement to show different image instead of Featured Image then you need to hire a developer to customize the code for you.
Thanks
Theme Horse Support Team
KeymasterHi Phil,
We found that some of the content and resources has been loading from another site than the site you mentioned above. There is something permission access issue with those site so can you please clarify how you have set up your site and resources for your above mentioned site.
Thanks
Theme Horse Support Team
KeymasterHi @marcus-johnson,
There is no issue on the code that you used. It should work. First please let us know in which pages you want the changes. Frontend or the backend (wp-admin).
Note: Although those margins wont be seen by normal viewer of your website.Thanks
Theme Horse Support Team
KeymasterYou have added some styles on style.css file which has affect on mobile view and we noticed even you haven’t removed the codes that we mentioned on previous solution. Please go to line no: 4195 and remove the below code.
/* left: 20px; */
then again go to line no: 3981, 3983, 3984 and remove the below mentioned code from it.
/* text-align: center; */
/* top: 0px; */
/* left: -50px; */
Thanks
Theme Horse Support Team
KeymasterOk we have figure out the issue. While customizing the styles on style.css file, on line no: 4194, you have missed the
;
on the end of the line. It should be like this as below:font-size: 25px;
and on line no: 3983 and 3984. remove the below commented style properties.
/* top: 0px; */ /* left: -50px; */
You have customized the styles by making changes on the main theme style.css file but instead of customizing on main style.css file, we recommend you to customize the styles through ‘Additional CSS’ Option which you can find on ‘Appearance > Customize > Additional CSS’. other wise all your customizes styles will be lost when you update the theme to new version when available.
If you are customizing by making changes on other files with scripts then we recommend you make the Child Theme, then you can make changes on Child theme.Thanks
Theme Horse Support Team
KeymasterPlease go to ‘Appearance > Customize > Design Options > Custom CSS’ and paste the below Custom CSS code.
.hgroup-wrap { padding-top: 0; padding-bottom: 0; } #site-logo, .hgroup-right { margin-top: 0; }
Also to hide the Search Icon, Please go to ‘Appearance > Customize > Design Options > Custom Header’ and check ‘ON’ to ‘Hide Searchform from Header’.
Thanks
Theme Horse Support Team
KeymasterWelcome @paulomalheirodias,
Please let us know if you have any other queries regarding the Theme
thanks
Theme Horse Support Team
KeymasterCould you please share us your Site URL so that we have check about the issue.
Thanks
-
AuthorPosts