Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterH Jason,
This feature is not available in our theme. It needs code customisation. So you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi kciss7,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.call-to-action{ display:none;}Thank you!
Theme Horse Support Team
KeymasterHi kciss7,
I just edited your .po file, So you pot file is modified and could you please use this pot file which we have send you in your email idThank you!
Theme Horse Support Team
KeymasterHi Paolo,
We are sorry that this feature is not available in our theme. It needs code customisation. You need to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi iacwebsites,
Just add this code inside styles.css too in your child theme/* Theme Name: attitude Child Theme Author: Self-Help WordPress User Template: attitude */ @import url("../attitude/style.css");and add this code inside functions.php and see whether it works or not
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' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }Thank you!
Theme Horse Support Team
Keymasterhi Greg,
We are sorry for this. This feature is not available in our theme. So it needs code customisation and you need to hire a developer to fix the issue.Thank you!
Theme Horse Support Team
KeymasterHi Barry,
please create a new topic. Do not enter into other’s topic because if you enter in other’s topic then other will also get notification which they have already solved the issues.If you change anything in the theme options then nothing will be lost while upgrading to the new version. IF you have customised the code then only all your customisation code will be lost. So if you make any customisation in code then we always recommended you to create a child theme before making any changes on it.
Thank you!
Theme Horse Support Team
KeymasterHi kciss7,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text{ display: none; }Hope this may help you
Thank you!
Theme Horse Support Team
KeymasterHi kciss7,
Make also translation ready for this file ( Continue reading ), Reading (r text) is small in letter. Could you provide your .po and .mo file at [email protected] too if you are unable. We will look over it on monday.Thank you!
Theme Horse Support Team
KeymasterHi gerpocket,
This feature is not available in free version of our theme. It needs code customisation. If you are good at coding then you may change it in the code but first of all you need to make a child theme before making any changes on it to be save from data loss while updating to our new version.Thank you!
January 23, 2015 at 5:38 am in reply to: the position of the revolution slider on the slogan/slider backgroung image" #21013Theme Horse Support Team
KeymasterHi neznez212,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.business-layout .header-main { padding-bottom: 30px; }If you are not using this revolution slider then please remove this css.
Thank you!
Theme Horse Support Team
KeymasterHi Kai,
We have updated our new version 1.0.1 of Ultimate Pro. Please login to our site and download the update file. We have fixed Gallery issues but about the gallery tag keywords there is some issue. We will research it and update it as soon as possible. For now please use any other name except gallery.
Thank you for your bug report.
Theme Horse Support Team
Keymasterhi gerpocket,
Could you make it more clear? It would be great if you please provide us your site Url too.Thank you!
Theme Horse Support Team
KeymasterHi all,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { float: right; }Thank you!
January 22, 2015 at 5:21 am in reply to: Change all kind of post-list to "Blog Image Medium template" ? #20944Theme Horse Support Team
KeymasterHi Arthur,
There is no any options to changes the blog image medium. If you change in content-extension.php file then it works. But we recommended you not to customise any code because while updating to our new version all our customisation code will be lost. So always make a child theme and customise the code.Thank you!
-
AuthorPosts
