badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,776 through 2,790 (of 5,207 total)
  • Author
    Posts
  • in reply to: Child theme #24704

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

    That’s great pentalogia

    Thank you!

    in reply to: Links are broken on half the page #24675

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

    in reply to: content appears below secondary widget #24669

    Hi flipper,

    Could you make it more clear and also provide your site url too.

    Thank you!

    in reply to: Removing Google API fonts in child theme #24668

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

    If you are unable to unhook then you need to hire a developer to fix it.

    Thank you!

    in reply to: Links are broken on half the page #24667

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

    in reply to: Default link stylesheet. #24666

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

    in reply to: Create simple page template without slider #24665

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

    in reply to: "Pre" paragraph style in different browsers #24664

    That’s great Elena

    Thank you!

    in reply to: Child theme #24663

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

    Thank you!

    in reply to: Slider for every page? #24662

    hi luke1,

    This feature is not available in free version of our theme. We are sorry for this.

    Thank you!

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

    in reply to: content width #24660

    You welcome Jörg

    Thank you!

    in reply to: I can't fix Slogan Position to above slider #24659

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

    in reply to: Clearing the slide background #24658

    Ok that’s great Dale

    Thank you!

Viewing 15 posts - 2,776 through 2,790 (of 5,207 total)