Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi jeanlucgarnier,
We are sorry that the Home page = static page with Business template will not allow this. We have designed our theme this way. So you need to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi themehorse3,
First of all create a child theme folder name attitude-child in the theme folder directory and then create two files style.css and functions.php and under style.css file add this code/* Theme Name: Attitude Child Theme URI: https://www.themehorse.com Description: Attitude Child customization Author: Theme Horse Author URI: Template: attitude Version: 1.0.0 Tags: Text Domain: attitude */ @import url("../attitude/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ [rest of custom style css]and under functions.php file first unhook the functions and then only customise the code.
For example to unhook the functions and over ride the parent theme for page 404.phpThis is just an example, You need to customise the code in the same way for header-extension.php, if you are unable then you need to hire a developer to fix it.
unhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'attitude_404_content', 'attitude_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'attitude_404_content', 'attitude_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function attitude_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }Thank you!
Theme Horse Support Team
KeymasterHi mail5,
We are sorry for this font. We are using the google fonts. So this Arial or Helvetica font is not available in our theme. So it needs code customisation. Before customising the code we recommended to create a child theme and then only customise the code.Thank you!
Theme Horse Support Team
KeymasterHi Michael,
The other social image is displayed from theme folder (Clean retina Pro) -> imagesThank you!
Theme Horse Support Team
KeymasterHi rimas,
We don’t have this feature. It needs code customisation. So you need to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi roberto,
We are sorry for this. We don’t have this sample data to import. You can simply read the theme instruction, how to implement.
https://www.themehorse.com/theme-instruction/interface/Thank you!
Theme Horse Support Team
KeymasterYou welcome asi_asil62
Thank You!
Theme Horse Support Team
KeymasterHi catherinehedberg,
Just create a functions.php file inside child theme directory and copy the language folder from the parent theme and add your translation file ( .po and .mo file ),Just add this file inside functions.php
load_theme_textdomain( 'interface', get_stylesheet_directory() . '/languages' );Then it works.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great themehorse3,
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
KeymasterHi whymatt,
Could you please post this topic to the particular forum ? Yes you are right, there is no automatic update available. This revolution slider is zip packed so you first delete the revolution slider and there is new version update of revolution slider and update it from the theme. Before deleting the plugins first make a backup and then only delete the theme and update it. We have zip packed revolution slider version 4.6Thank you!
Theme Horse Support Team
KeymasterHi Michael,
Yes you are correct. There is no YELP social media button. IF you want it then it needs code customisation. So you may hire a developer to fix it.
But we recommended to make a child theme before making any changes on it.
Thank you!Theme Horse Support Team
KeymasterOk that’s great info39
Thank you!
Theme Horse Support Team
KeymasterHi info39,
Go to the dashboard -> setting -> general and at the last of the page, there is site language and select your language and click on save changes.
View this screenshot
http://awesomescreenshot.com/00d41ows74Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi Matt,
We have zip packed the latest version of revolution slider in our theme. First of all delete the plugins from your dashboard and then only install the plugins that is inside the theme. We always recommended you to make a backup of your site before making any changes on it.Thank you!
Theme Horse Support Team
KeymasterHi asi_asil62,
Yes you can change it from the dashboard -> appearance -> theme options -> design options -> color options
View this screen shothttp://awesomescreenshot.com/05041oqo9c
Thank you!
-
AuthorPosts
