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,976 through 3,990 (of 5,207 total)
  • Author
    Posts
  • in reply to: Remove the comments on home page, and weird html #17045

    hi boricua_y_moreno,
    Just go to any page or post, and edit it. at the top there is slider options, click on discussion and comments. after doing this a comment box appear at the below of the page (editor)

    uncheck both of it and click on save / update. Then your comments section will be removed form particular page.

    To remove the html below the homepage comments area just add this css inside theme options -> design options -> custom css

    .form-allowed-tags {
    display:none;
    }

    Thank you!

    in reply to: Full page #17044

    Hi boricua_y_moreno,
    We have this options inside dashboard -> appearance -> theme options -> design options -> site layout options

    Select the wide layout.
    Thank you!

    in reply to: Blog page doesn't show the template set up. #17043

    Hi Emi,
    If you want to set the blog page in blog large image template then select the template in blog image large from you page. Then it will display blog image large.
    To select the sidebar go to the Dashboard -> Appearance-> Theme – Options -> design options -> default layout options.
    Check here is your sidebar is right or left. Its right sidebar by default. After selecting it you can see the effect of left , right sidebar.

    Hope this may help you
    Thank you!

    in reply to: Position Navigation #17042

    ok That’s great Mario
    Thank you!

    in reply to: Social Media Logo/Link on page #17041

    Hi Grafixer,
    We have designed our theme this way. So you need code customization for it. 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

    The file is inside the clean retina pro -> library -> structure -> footer-extension.php
    remove it
    add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
    add this
    //add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
    Then after it your footer social link will not be displayed.

    Thank you!

    in reply to: Gantry Template framework #17040

    Hi arshi4you.
    I think your old template is not compatible with our interface theme. Just install the fresh word press and add the theme interface in your dashboard.
    and you can use our theme.
    Thank you!

    in reply to: how do I include the slider on every page? #17039

    Hi amy,
    this feature is not available in free version.You need code customization for it.

    Thank you!

    in reply to: How to remove pages on header? #17038

    Ok that’s great hallofriend

    Thank you!

    in reply to: Add search box to nav bar? #17037

    Hi Jennifer,
    We are sorry for this. We don’t have this feature in our theme. The feature is only available as you see in our demo site. You can hide or show it from the admin section, For other changes you need code customization for it or hire a developer to fix the issue.
    Thank you!

    in reply to: Revolution slider creating text #17036

    Hi Thomas,
    We have zipped packed the revolution slider. If there is any new updates on revolution slider then only we will provide and also if there is some big issue.We have just provided the revolution slider but we can give the support of it. You may just contact to the Revolution slider forum.

    Thank you!

    in reply to: Language Menu to Slogan #17035

    hi green187,
    I will give you a short example how to unhook it. just follow the steps. Its unhook for page 404.php

    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 attitude_header
    
    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', 'attitude' ); ?></a></h1>
    		</header>
    		<div class="entry-content clearfix" >
    			<p>Thank you</p> 
    		</div><!-- .entry-content -->
    	</div><!-- #content -->
      <?php 
    }

    Thank you!

    in reply to: Inserting small logo #17034

    Hi green187,
    Could you provide the site URL too and also provide the temporary username and password at [email protected], we will look over it.

    Thank You!

    in reply to: template #17033

    Hi Shana,
    You just create Our team page and at the right side there is template and assign a template name our team page template then update / publish it.

    After doing this drag and drop our team widgets to the our team page section and this works for you
    Thank you!

    in reply to: add global meta tag #17032

    Hi Kathleen,
    You may use seo plugins to add meta description
    https://yoast.com/wordpress/plugins/

    This may help you
    Thank you!

    in reply to: my child theme isn't working #17031

    Ok that’s great Shana
    Thank you!

Viewing 15 posts - 3,976 through 3,990 (of 5,207 total)