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,656 through 2,670 (of 5,207 total)
  • Author
    Posts
  • in reply to: Layout #25577

    Ok that’s great Bryan

    Thank you!

    in reply to: Change text of 'Read More' button #25576

    You welcome Nienke

    Thank you!

    in reply to: Theme and translations #25542

    Hi jeanlucgarnier,

    Recently we have not tested our theme with WPML and Polylang plugins. So our theme is not compatible with these plugins. We will update it soon supporting WPML plugins and let you know.

    Thank you!

    in reply to: Color dropdown menu #25541

    hi Cristina,

    Could you once provide your site url too so that it will be more easy to find the exact issue.

    Thank you!

    hi vern.rowe,

    We have not tested our site using toolbox plugins and also cannot guarantee the WordPress thirdy party plugins. So we are sorry for this. You may check it in free version of our theme. It there is working fine then probably it will also work fine in Ultimate Pro.

    Thank you!

    hi phyllis,

    Could you make it more clear so that we will know what you exactly mean to say? What is your exact problem?

    Thank you!

    in reply to: Layout #25538

    Hi Bryan,
    Just follow this theme instruction here we have already defined how to set the business page layout.
    https://www.themehorse.com/theme-instruction/ultimate-pro/#businesslayout

    Thank you!

    in reply to: Change text of 'Read More' button #25537

    Hi Nienke,

    If you like to change the excerpt text then go to dashboard -> appearance-> theme options -> advance options -> excerpt options. From here you can change read more text.

    If you want in other language which cannot be fulfilled by text then you need to create a .po and .mo file for language translation and this file should be added inside the language folder. Then your site will be translated in your own language.

    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25536

    Hi aris,

    First of all you need to unhook the functions and then only customize the code. Creating the same directory folder and copying all the content will not change the code. Here is a simple example how to unhook functions and you do the same for the above code that i have added yesterday.
    This is just an example.

    //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 
    }

    All this code you must add in the functions.php file.
    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25535

    Hi aris,

    First of all you need to unhook the functions and then only customize the code. Creating the same directory folder and copying all the content will not change the code. Here is a simple example how to unhook functions and you do the same for the above code that i have added yesterday.
    This is just an example.

    //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 
    }

    All this code you must add in the functions.php file. We need only functions.php and style.css file

    Thank you!

    in reply to: removing controls #25503

    Hi running_free73,

    I just visited to your site and its not working. Could you fix the site first?

    Thank you!

    in reply to: Identifying the style for Featured Post images #25502

    That’s great jeanlucgarnier

    Thank you!

    in reply to: Like leaving the clickable images in Services at home #25500

    Hi pompeinayme,

    If you like to change the read more text then this feature is not available in free version of theme. And for the translating the language read more in your own language then you need to create a .po and .mo file for language translation.
    https://codex.wordpress.org/Installing_WordPress_in_Your_Language
    https://make.wordpress.org/polyglots/handbook/tools/poedit/

    Thank you!

    in reply to: Themehorse Services Widget Icons- Rollover Colour #25497

    Hi Dean,

    Which color you want to change? The circle in the icon or read more link.

    Thank you!

    in reply to: Adding Terms of Use in footer section #25496

    Hi Balaji,

    Editing footer in free version is not available. You have to customize the code. We are sorry for this.

    Thank you!

Viewing 15 posts - 2,656 through 2,670 (of 5,207 total)