Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterOk that’s great Bryan
Thank you!
Theme Horse Support Team
KeymasterYou welcome Nienke
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi Cristina,
Could you once provide your site url too so that it will be more easy to find the exact issue.
Thank you!
June 10, 2015 at 6:04 am in reply to: Ultimate Pro – compatible with – CSS & JavaScript Toolbox plugin? #25540Theme Horse Support Team
Keymasterhi 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!
June 10, 2015 at 5:56 am in reply to: Unable to upload new images, backup website and run a WP udate. #25539Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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/#businesslayoutThank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi running_free73,
I just visited to your site and its not working. Could you fix the site first?
Thank you!
Theme Horse Support Team
KeymasterThat’s great jeanlucgarnier
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Dean,
Which color you want to change? The circle in the icon or read more link.
Thank you!
Theme Horse Support Team
KeymasterHi Balaji,
Editing footer in free version is not available. You have to customize the code. We are sorry for this.
Thank you!
-
AuthorPosts
