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 - 3,526 through 3,540 (of 5,207 total)
  • Author
    Posts
  • in reply to: Right sidebar in Business page? #19522

    Hi jeanlucgarnier,
    We are sorry that the Home page = static page with Business template will not allow this. We have designed our theme this way. So you need to hire a developer to fix it.

    Thank you!

    in reply to: Slider on every page and/or post #19521

    Hi themehorse3,
    First of all create a child theme folder name attitude-child in the theme folder directory and then create two files style.css and functions.php and under style.css file add this code

    /*
     Theme Name:   Attitude Child
     Theme URI:    https://www.themehorse.com
     Description:  Attitude Child customization
     Author:       Theme Horse
     Author URI:   
     Template:     attitude
     Version:      1.0.0
     Tags:         
     Text Domain:  attitude
    */
    
    @import url("../attitude/style.css");
    
    /* =Theme customization starts here
    -------------------------------------------------------------- */
    [rest of custom style css]

    and under functions.php file first unhook the functions and then only customise the code.
    For example to unhook the functions and over ride the parent theme for page 404.php

    This is just an example, You need to customise the code in the same way for header-extension.php, if you are unable then you need to 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( '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 
    }
    

    Thank you!

    in reply to: Fonts included in theme #19519

    Hi mail5,
    We are sorry for this font. We are using the google fonts. So this Arial or Helvetica font is not available in our theme. So it needs code customisation. Before customising the code we recommended to create a child theme and then only customise the code.

    Thank you!

    in reply to: A couple question #19518

    Hi Michael,
    The other social image is displayed from theme folder (Clean retina Pro) -> images

    Thank you!

    in reply to: Pics with links below Search bar? #19517

    Hi rimas,
    We don’t have this feature. It needs code customisation. So you need to hire a developer to fix it.

    Thank you!

    in reply to: Sample data #19516

    Hi roberto,
    We are sorry for this. We don’t have this sample data to import. You can simply read the theme instruction, how to implement.
    https://www.themehorse.com/theme-instruction/interface/

    Thank you!

    in reply to: I can't publish the add-in on the main page #19515

    You welcome asi_asil62

    Thank You!

    in reply to: Read more link in widget #19489

    Hi catherinehedberg,
    Just create a functions.php file inside child theme directory and copy the language folder from the parent theme and add your translation file ( .po and .mo file ),

    Just add this file inside functions.php

    load_theme_textdomain( 'interface', get_stylesheet_directory() . '/languages' );

    Then it works.

    Thank you!

    in reply to: Slider on every page and/or post #19481

    Ok that’s great themehorse3,

    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

    Thank you!

    in reply to: revolution slider – urgent upgrade required #19480

    Hi whymatt,
    Could you please post this topic to the particular forum ? Yes you are right, there is no automatic update available. This revolution slider is zip packed so you first delete the revolution slider and there is new version update of revolution slider and update it from the theme. Before deleting the plugins first make a backup and then only delete the theme and update it. We have zip packed revolution slider version 4.6

    Thank you!

    in reply to: A couple question #19479

    Hi Michael,
    Yes you are correct. There is no YELP social media button. IF you want it then it needs code customisation. So you may hire a developer to fix it.
    But we recommended to make a child theme before making any changes on it.
    Thank you!

    in reply to: Hide widgets #19478

    Ok that’s great info39

    Thank you!

    in reply to: Read more link in widget #19477

    Hi info39,
    Go to the dashboard -> setting -> general and at the last of the page, there is site language and select your language and click on save changes.
    View this screenshot
    http://awesomescreenshot.com/00d41ows74

    Hope this may help you
    Thank you!

    in reply to: Revolution Slider update – Soak Soak Vulnerability #19476

    Hi Matt,
    We have zip packed the latest version of revolution slider in our theme. First of all delete the plugins from your dashboard and then only install the plugins that is inside the theme. We always recommended you to make a backup of your site before making any changes on it.

    Thank you!

    in reply to: I can't publish the add-in on the main page #19475

    Hi asi_asil62,
    Yes you can change it from the dashboard -> appearance -> theme options -> design options -> color options
    View this screen shot

    http://awesomescreenshot.com/05041oqo9c

    Thank you!

Viewing 15 posts - 3,526 through 3,540 (of 5,207 total)