badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,931 through 3,945 (of 5,207 total)
  • Author
    Posts
  • in reply to: Social Media Logo/Link on page #17287

    Hi 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!

    in reply to: Override files in "inc" folder with child theme #17286

    HI 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!

    in reply to: Slider on the frontpage #17285

    Hi Sonja,
    Could you please add this topic to the specific forum. We will reply there.

    Thank you!

    Hi 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!

    in reply to: featured image size issue #17283

    Ok that’s great moggone

    Thank you!

    in reply to: Limit Preview Text on Slider #17282

    Yes exactly you are right arshi4you

    Thanks for helping you

    Thank you!

    in reply to: Getting rid of Theme by: Theme Horse Powered by: WordPress #17281

    That’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!

    in reply to: Slider on business template not working? #17280

    Ok that’s great Wolf

    Thank you!

    in reply to: Automatic capitalization in submenus #17279

    hi 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!

    in reply to: Google Structured Data Testing Error #17278

    Hi 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 file

    under 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.php

    First 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!

    in reply to: Full Blog Post (Instead of Excerpt) #17276

    Hi eden,
    Could you please send the site URL ? We will look over it.

    Thank you!

    That’s great Pabela
    Thanks for your help too.

    Thank you!

    in reply to: Override files in "inc" folder with child theme #17206

    Hi 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!

    in reply to: Change of color in Interface theme #17205

    hi 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!

    in reply to: Getting rid of Theme by: Theme Horse Powered by: WordPress #17204

    That’s great saroop

    Thank you!

Viewing 15 posts - 3,931 through 3,945 (of 5,207 total)