Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi cips.harsha92,
We are sorry for it. We don’t provide such help. We are here to support the issue in our theme only. For this you need to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi krolswiata,
We are sorry for it. Just follow the theme instruction and you will be able to implement exactly the same as in our demo.Thank you!
Theme Horse Support Team
KeymasterHi eugeneyeboah1,
This feature is not available in our free version. You have to purchase a pro version for it. Not only for paragraph text you can manually increase the text size for each and every title too in pro version.Thank you!
Theme Horse Support Team
KeymasterThat’s great whymatt
Thank you!
Theme Horse Support Team
KeymasterHi Janelle,
Go to dashbaord -> click on posts -> at the top there is screen options (click on it and check the comments box.)
Then go to the particular post and at the top there is screen options ( click on it and check the comments box and also discussion box as you did before)
Then you will be able to display the comments.
Thank you!
Theme Horse Support Team
KeymasterHi Jordi,
To set the home page slider just follow this instruction.
https://www.themehorse.com/theme-instruction/interface-pro/#sliderThere you may even use revolution slider or our image slider.
The settings is inside dashboard -> appearance -> theme options -> slider optionsFrom there you will be able to set up the slider.
We are sorry that we don’t set the default configuration.Thank you!
September 19, 2014 at 6:27 am in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16288Theme Horse Support Team
KeymasterHi patmatt69,
If you have upgraded to our new version 1.7 then this update notifier error is not possible. Could you please send the url of your site to check the version.Thank you!
Theme Horse Support Team
KeymasterHi Birch Studio,
This is not the theme relating issue. Just upgrade to your new version. Hope that may solve the problem.
Thank you!
September 19, 2014 at 6:17 am in reply to: Warnings/ error messages – not seeing option to update theme? #16286Theme Horse Support Team
KeymasterThanx a lot ehugh045 for helping us. The notification is working fine. There may be some technical problem so you are not getting any notification.
Thank you!
Theme Horse Support Team
KeymasterHi all,
If you have not customised any code then nothing will be lost.How to download ?
Just login to themehorse.com and then click on account. Then you can see the download button and you can download it.Thank you!
Theme Horse Support Team
KeymasterHi all,
If you have not customised any code then nothing will be lost.How to download ?
Just login to themehorse.com and then click on account. Then you can see the download button and you can download it.Thank you!
Theme Horse Support Team
KeymasterHi
This is not a theme issue. So you may consult with the developer to fix it. If any solution we found then we will let you know. Just once deactivate all the plugin you have installed. There may also be some plugin conflict.Thank you!
Theme Horse Support Team
KeymasterHi smythep,
Did you customise any code ? If not then Just deactivate plugin one by one. This may be the plugin issue.
Thank you!
September 19, 2014 at 5:48 am in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #16280Theme Horse Support Team
KeymasterHi Patmatt69,
After Upgrading to version 1.7 you don’t need to send the admin details for us. We are sorry for it.Hi Vincent,
We are sorry our mistake. Version 1.6 is fixing the dashboard and version 1.7 is the latest version of revolution slider that is zipped in our theme. You can see the readme.txt file that what we have updated.This is the change log.
== Changelog == = 1.7 = * Revolution Slider version 4.6 included = 1.6 = * Revolution Slider version 4.5 included * Error message in dashboard issue fixed = 1.5 = * bbPress compatible * Missing required hCard added = 1.4 = * Heading tag placement fixed for better SEO = 1.3 = * Titles Heading tag changed for better SEO * Theme Option design modified = 1.2 = * Update notifier issue fixed * Custom CSS call priority fixed * Revolution slider version 4.1.4 included * Missing strings for translation added * Fixed Slider and Testimonial controller conflict * POT file updated * Theme Option design fixed with respect to new version of WordPress 3.8 = 1.1 = * Revolution Slider now works for all pages added in the page array option of Revolution Slider Option. * Page title hide option works for Default, Contact and Corporate page template. * Breadcrumb fix. * Missing Translation Added. * Menu Postion option added. * Latest version of Rev slider added. * Drop down menu display issue fixed. * Page Excerpt Option box added for pages. * Pot file updated. = 1.0 = * Initial ReleaseTheme Horse Support Team
KeymasterHi grendizer,
Yes exactly there is not add_action so you need code customisation to fix it.First you need to unhook this functions
add_action( 'cleanretina_header', 'cleanretina_headerdetails', 10 );by and remove this action using
`remove_action(‘cleanretina_header’, ‘cleanretina_headerdetails’, 10 );}
add_action(‘init’,’unhook_thematic_functions’); // removes the header content by using hook cleanretina_headerNow whatever you need you need to add and where you need modification replace it or remove it and add your codeadd_action( ‘cleanretina_header’, ‘cleanretina_child_headerdetails’, 10 );
/**
* Shows Header Part Content
*
* Shows the site logo, title, description, searchbar, social icons etc.
*/
function cleanretina_child_headerdetails() {// add your code under it .just only add the specific code you need. This will work for your header parts from social icons to slogan / slider.
}`
If you are still unable then you may hire a developer to fix it or better consult with a programmer.
Thank you!
-
AuthorPosts
