Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Pavel,
The description is not prominent by default. So it needs code customization and you need to hire someone to fix it.Thank you!
Theme Horse Support Team
KeymasterHi Ben,
Yes exactly we have designed our theme this way. The title and content will not be displayed in smaller devices. Could you provide your site Url too. Once just add this below css in your custom css.
@media only screen and (max-width: 1078px) .featured-title, .featured-content { display: block; }Hope this may help you!
Thank you!Theme Horse Support Team
KeymasterHi david.pagnon88,
I don’t think there is other to do it. It there will be available any code to do it simply then we will let you know.
Thank you!
Theme Horse Support Team
KeymasterThat’s great cecillemaquito
Thank you!
Theme Horse Support Team
KeymasterHi mr.earl.lee,
You just add the content on the same page and then the grey boxes will be available.
Thank you!
Theme Horse Support Team
KeymasterHi senerertas,
Please create your own topic and post in forum for next time. Don’t post on other’s forum. If you do this then the main user of this forum could not get answers.
To have that section according to your image, You can add recent work. Create a page and then go to dashboard -> widgets -> Drag and drop theme horse: featured recent work widgets to business page section sidebar add the page you created before.
Thank you!
Theme Horse Support Team
KeymasterHi David,
It don’t think unhooking the functions will work. Either make a direct change in the code and unhook the functions.
You can unhook this action hook functions
add_action( 'interface_footer_sidebar', 'interface_display_footer_sidebar', 10 );Otherwise you need to hire someone to figure it out.
Thank you!
Theme Horse Support Team
KeymasterThat’s great james5
Thank you!
Theme Horse Support Team
KeymasterHi Jeff Payne,
You can add in footer edit section. Goto dashboard -> appearance -> customize -> advance options -> edit footer options and add image in this way.
<img src="pic_mountain.jpg" alt="Mountain View">Thank you!
Theme Horse Support Team
KeymasterHi Scott,
We don’t provide any xml file. To set as in our demo site, visit theme instruction
If you still have a problem to set as in our demo site let us know.
Thank you!
Theme Horse Support Team
KeymasterHi onthegomommy5,
Could you provide your Site Url too? Also make confirm. Go to dashboard -> appearance -> widgets -> and check in left sidebar, is there any widgets or not. If no then drag and drop the widgets to this sidebar.
Thank you!
Theme Horse Support Team
KeymasterHi David,
%1$s and %2$s uses the first and second parameter of widgets and it is called dynamically. If you drag nav menu widget then it will display nav-menu similarly for others. If you like to change it to full width then you need to add your own div instead of using one-third then goto theme folder -> inc -> structure -> sidebar-extension.php on
line no 73, 84 and 94, create a new div class and write the css for it at custom css or child theme’s style.cssThank you!
Theme Horse Support Team
KeymasterHi dmroliff,
We have tested in our site and the custom css is working fine. If you want to downgrade then you can download from here.
To get rid of the comments section you have to go to specific page/ post and your will see discussion. Uncheck
Allow comments and
Allow trackbacks and pingbacks on this page.Thank you!
Theme Horse Support Team
KeymasterHi Michaela,
Could you Email Us your temporary username and password. We will have a look over it. Don’t forget to send this forum Url too. Also don’t send your username and password to this forum because, this forum is visible to public.
Thank you!
Theme Horse Support Team
KeymasterHi Brendan.
Do you want to hide the page title. If yes then Go to Appearance -> Customize -> Design options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.
.page-title-wrap { display: none; }Hope this may help you
Thank you! -
AuthorPosts
