Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi ptp,
If you are unable to create a child theme then you may directly change in the core file. But each and everytime you update to the theme then you need to go to the same page and change the code. We can not provide you the full code. If you like to change then you need to hire a developer to fix it. because we have designed our theme this way.
Thank you!
May 7, 2015 at 4:26 am in reply to: Can I insert the position-linked of current working in Slogan/Slider title bar? #24703Theme Horse Support Team
KeymasterThat’s great pentalogia
Thank you!
Theme Horse Support Team
KeymasterHi Abraham,
It seems that you have added scripts in all the widgets. i just removed the scripts from all of your widgets and now the button is working fine. Why have you added such scripts in all widgets.
We just removed all the scripts and now your site is working fine.
Thank you!
Theme Horse Support Team
KeymasterHi flipper,
Could you make it more clear and also provide your site url too.
Thank you!
Theme Horse Support Team
KeymasterHi aaron1,
This is an example how to unhook page 404.php and use your own content.
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 }You need to do the same in your child theme. Create a style.css file and functions.php file and unhook the functions.
http://codex.wordpress.org/Child_ThemesIf you are unable to unhook then you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi Abraham,
We just visited to your site and there is a lot of unwanted scripts loaded in your site. I think this scripts is either from plugins or you have customized the code. If you removed the scripts that is loaded in the footer then the link will work fine.
Thank you!
Theme Horse Support Team
KeymasterHi trevoralohman,
You may download the fresh copy of our theme from wordpress.org/themes/interface and from there you can use the theme. If you have not customized any code then no worry all your setting will not be lost and the default style.css will be loaded normally.
Thank you!
Theme Horse Support Team
KeymasterHi pavlo.golub,
Thanks for your condolences and praying for our country.
Yes get_header() will outputs the slider which is set for home page. You need to create a child theme and first unhook the functions and then you need to customize the code. There will be a a bit more code of customization so you need to hire a developer to fix it.
example to unhook :-
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'); // removes the header content by using hook interface_header add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 ); 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' ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }Thank you!
Theme Horse Support Team
KeymasterThat’s great Elena
Thank you!
Theme Horse Support Team
KeymasterHi ptp,
Create a functions.php file and first unhook the functions then only customize the code in your child theme.
example for page 404 to unhook :-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'); // removes the header content by using hook interface_header add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 ); 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' ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }Hope this code may help you to customize the code and also view this codex
http://codex.wordpress.org/Child_ThemesThank you!
Theme Horse Support Team
Keymasterhi luke1,
This feature is not available in free version of our theme. We are sorry for this.
Thank you!
May 6, 2015 at 4:34 am in reply to: Can I insert the position-linked of current working in Slogan/Slider title bar? #24661Theme Horse Support Team
KeymasterHi pentalogia,
The breadcrumbs code is inside theme folder-> inc -> structure -> header-extension.php , before making any changes first of all create a child theme then only customize the code so that your customized data will not be lost while updating to our new version.
Thank you!
Theme Horse Support Team
KeymasterYou welcome Jörg
Thank you!
Theme Horse Support Team
KeymasterHi pentalogia,
You cannot add slogan on other page. This slogan is only available in front page/ home page. Please make us clear about menu structure on the right. We did not get exactly what you mean. If you like to add menu then you may go to dashboard -> appearance -> menus and you can adjust menu as you like using drag and drop.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great Dale
Thank you!
-
AuthorPosts
