Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi Monika,
This feature is available inside dashboard -> appearance -> theme options -> advance options -> excerpt optionsFrom here you can change the text of read more
Thank you!
Theme Horse Support Team
KeymasterHi Christopher,
We don’t have this feature in our theme. Its need code customization. So you need to hire a developer to fix it. we recommended you to create a child theme before any code customization.Thank you!
Theme Horse Support Team
Keymasterhi iacwebsites,
add the following code inside child theme functions.php fileunhook 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 }
This will display thank you so you use your text inside thank you
Thank you!
October 27, 2014 at 11:35 am in reply to: Changing Search and Search result to another languages! #17942Theme Horse Support Team
KeymasterHi Namdar,
You need code customization for it. If you are good at coding then you can change it from code otherwise you need to hire a developer to fix it.
The file is inside attitude-pro ->library -> structure -> searchform-extension.phpBefore any modification you need to create a child theme then only customize the code.
Thank you!Theme Horse Support Team
KeymasterThat’s great Arho,
We also don’t have the exact issue of it. If we found then we will let you know.Thank you!
Theme Horse Support Team
KeymasterHi Cerstin,
Could you Please send the Url of your site ?Thank you!
Theme Horse Support Team
KeymasterHi jgammel,
I think you have added some plugins and the footer content is not displayed. There may be some plugins conflict too. Did you customize any code? If no then just deactivate all the plugins one by one and check it. Hope this may help youThank you!
Theme Horse Support Team
Keymasterhi pwc604,
We don’t have this feature to play video in slider. It needs code customization. So you need to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi djelal,
It may be in cache. You first clear the cache. That must work or you have done something wrong. Ig you are not good at coding then don’t try to change any code but better find a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi markobakro77,
We will Provide support for 1 year and after that your subscription will be cancelled. You need to pay for subscription after one year. This is for PRO themes but for free themes we will provide support but some times some question topic may not also be replied. Because every time for free support is also not possible.
For you second questions if you but Pro themes or use free themes but we will help you exactly how to implement as in our demo site but we can’t help for you other than code customisation.
Thank you!
Theme Horse Support Team
KeymasterHI Patrick,
On the same you you also enqueue the responsive.css which is inside css folder.I think while creating child theme your responsive.css is not in use. So you are getting this problem.
Thank you!
Theme Horse Support Team
KeymasterHi markobakro77,
We will the support for both free version and Pro Version equality.But we give support regarding to theme settings, how to make as in our demo site and theme error only. If you need code customization then you need to hire a developer to fix it.To setup clean retina theme follow this instruction.
https://www.themehorse.com/theme-instruction/clean-retina/Thank you
Theme Horse Support Team
KeymasterHi Patrick,
You just once activate the parent theme and check whether the Parent theme activate or not.Thank you!
October 23, 2014 at 1:44 am in reply to: get post to show in alphebetical order instead of creation date #17828Theme Horse Support Team
KeymasterHi tonyaalicia,
We have designed our theme this way. The file is inside the clean-retina -> library -> functions -> functions.phpHere you need to change it for all. You need a bit more code customization for it. If you are unable then you need to hire a developer to fix it.
While customizing the code you need to create a child theme and then only customize the code.Thank You!
Theme Horse Support Team
Keymasterhi pam1,
I think you have customized the code before and while updating to our new version, all you customization code is lost. So we always recommended you not to change the code because while updating to our new version all your customization code will be lost. So its better to make a child theme and then only customize the code.Thank You!
-
AuthorPosts