Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Grafixer,
You don’t need to copy all the file just create a child theme folder then after create two files. Create styles.css and functions.php file. Import the css in style.css from the parent style.css and under functions.php file unhook the functions and then only customize the code.Thank you!
Theme Horse Support Team
KeymasterHI all,
If you want any functions to be changed then first unhook and then customize the code. At first create a child folder and inside it create a 2 file style.css and functions.php file
http://codex.wordpress.org/Child_Themes
under style.css file import the css from the parent interface theme and under funcitons.php file first unhook the parent file and then only customize the code. For more other support than this you need to hire a developer.Thank you!
Theme Horse Support Team
KeymasterHi Sonja,
Could you please add this topic to the specific forum. We will reply there.Thank you!
October 9, 2014 at 11:43 am in reply to: promobox and featured recent work widget superposition on the frontpage #17284Theme Horse Support Team
KeymasterHi moggone,
It must works except the our client section. I think you have customize the code or some css so you are getting such issue. Just install the fresh theme and check it whether it works or not.Thank you!
Theme Horse Support Team
KeymasterOk that’s great moggone
Thank you!
Theme Horse Support Team
KeymasterYes exactly you are right arshi4you
Thanks for helping you
Thank you!
October 9, 2014 at 11:36 am in reply to: Getting rid of Theme by: Theme Horse Powered by: WordPress #17281Theme Horse Support Team
KeymasterThat’s great Wolf
Any help for this footer editor is not provided because it is designed in this way and this feature is not available in free version.Thank you!
Theme Horse Support Team
KeymasterOk that’s great Wolf
Thank you!
Theme Horse Support Team
Keymasterhi Julien,
If you want to change the language then go to dashboard -> appearance -> theme options -> advance options -> excerpt options -> post excerpt more text.From here you can change any text you like.
Thank you!
Theme Horse Support Team
KeymasterHi preciouskittens,
Ok I will help for you how to create a child theme ?Inside the theme folder (where your theme file is located (interface-pro)) Create a filer named interface-pro-child.
Inside this interfce-pro-child folder Create 2 file. One is style.css file and the next is functions.php fileunder style.css file
/* Theme Name: Interface Pro Child Theme URI: https://www.themehorse.com Description: Interface Theme Author: Themehorse Author URI: https://www.themehorse.com Template: interface.pro Text Domain: interface-child-pro */ @import url("../interface-pro/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */
If you want css customize then you can write css in this style.css file
If you want to modify other functions then you need to unhook functions.
The file is inside theme folder -> inc -> structure -> content-extension.phpFirst of all you need to identify which file and functions you need to modify. Then after you start coding. I can give you a simple coding with explanation how to unhook. Then after you need to fix it by yourself and still if you are unable then you may 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( 'interface_404_content', 'interface_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function interface_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'interface' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }
Here this above functions will overrides the files and display thank you when page is not found. It overrides the previous content and display the new. So you can also edit the missing arguments same as it.
Thank you!
Theme Horse Support Team
KeymasterHi eden,
Could you please send the site URL ? We will look over it.Thank you!
October 7, 2014 at 5:10 pm in reply to: WordPress Dashboard STILL having issues after updating to 1.7 #17207Theme Horse Support Team
KeymasterThat’s great Pabela
Thanks for your help too.Thank you!
Theme Horse Support Team
KeymasterHi all.
If you want to customize the code then first create a interface Pro child folder then after create a styles.css file and import it. Create a new functions.php file then after first unhook the functions and after this only customize the code. So that you can modify the code and while updating to our new version you are also free to update.http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
Keymasterhi all,
We don’t have color options in our free version and regarding to the videos in slider you need code customization for it Or hire a developer to fix it. We don’t have this feature.Thank you!
October 7, 2014 at 5:02 pm in reply to: Getting rid of Theme by: Theme Horse Powered by: WordPress #17204Theme Horse Support Team
KeymasterThat’s great saroop
Thank you!
-
AuthorPosts