Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterYes Ben,
We are working on it and we will have update within few days.Thank you!
Theme Horse Support Team
KeymasterHi Ted,
It must work. we have just checked the email notification and its ok here.
Yes exactly what ever you customize that will be lost while updating to our new version. If you really want to modify then you may create a child theme and first unhook the functions and then again hook it. So that no customized code will be lost.
for more information
http://codex.wordpress.org/Child_ThemesIf you are unable then you may hire a developer to fix the issue.
Thank you!
Theme Horse Support Team
KeymasterHi Ben,
Thanks for your suggestion. We are working on it and we will have update within couple of days.Thank you!
Theme Horse Support Team
KeymasterHi fsteinhauser,
Could you please send url of your site ?Thank you!
Theme Horse Support Team
KeymasterHi mark283,
Could you make it more clearly about it? I didn’t get exactly what your mean ? Are you talking about slider or what ? please specify clearly about it and also post the site url too.Thank you!
Theme Horse Support Team
KeymasterOK that’s great
Thank you!Theme Horse Support Team
KeymasterHi
Could you send your site url? we will look through it.Thank you!
Theme Horse Support Team
KeymasterHi you need to create the pot file for language translate. We don’t create pot file.
Thank you!
June 22, 2014 at 6:32 am in reply to: Replacement of pagetitle and subtitle for an image (logo) #11531Theme Horse Support Team
Keymasterhi johannes,
You need code customization for it to remove the title of an image logo.
inside interface-> inc-> structure-> header-extension.phpRemove this code with on line no 361
<h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <img src="<?php echo $options[ 'header_logo' ]; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"> </a> </h1> <h1 id="site-title"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <img src="<?php echo $options[ 'header_logo' ]; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"> </a> </h1>
Thank you!
Theme Horse Support Team
KeymasterHi ksuna24,
its the wordpress default so you need code customization for it.
you may add this code inside functions.php This may help youadd_filter('comment_form_defaults', 'remove_comment_styling_prompt'); function remove_comment_styling_prompt($defaults) { $defaults['comment_notes_after'] = ''; return $defaults; }
Thank you!
Theme Horse Support Team
Keymasteryes exactly in interface pro you will be able to reomove the link. Yes mimox this will help you to remove the links on slider.
Thank you!
Theme Horse Support Team
KeymasterHi Ksun24,
The header image size is 1400 * 300. It is recommended size. It is inside interface-> inc -> structure-> header-extension.phpThe header image is displayed from this page. You need code customization.
Thank you!
Theme Horse Support Team
KeymasterHj Ted we have designed our theme this way. You need code customization for it if you don’t want.we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost.
Theme Horse Support Team
KeymasterHi joseph,
We have designed our theme this way. You need code customization for it. we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost. If you still want to change it then we will help you.Thank you!
Theme Horse Support Team
KeymasterHi Pambam,
We have designed our theme this way. This is responsive site. if you dont want responsive then you can set it to off from theme optionsThank you!
-
AuthorPosts