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 - 4,606 through 4,620 (of 5,207 total)
  • Author
    Posts
  • in reply to: forums index does not display correctly bbPress #11586

    Yes Ben,
    We are working on it and we will have update within few days.

    Thank you!

    in reply to: Title of blog appearing twice #11585

    Hi 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_Themes

    If you are unable then you may hire a developer to fix the issue.

    Thank you!

    in reply to: bbPress Issues #11583

    Hi Ben,
    Thanks for your suggestion. We are working on it and we will have update within couple of days.

    Thank you!

    in reply to: Menu on iPhone #11561

    Hi fsteinhauser,
    Could you please send url of your site ?

    Thank you!

    in reply to: wrap text #11560

    Hi 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!

    in reply to: Allow lowercase letters in Page title? #11552

    OK that’s great
    Thank you!

    in reply to: Polylang Support on Attitude 1.8.1 #11534

    Hi
    Could you send your site url? we will look through it.

    Thank you!

    in reply to: Urgent: Slider text translation with Polylang #11533

    Hi you need to create the pot file for language translate. We don’t create pot file.

    Thank you!

    hi johannes,
    You need code customization for it to remove the title of an image logo.
    inside interface-> inc-> structure-> header-extension.php

    Remove 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!

    in reply to: Code under "Leave a Reply"? #11530

    Hi ksuna24,
    its the wordpress default so you need code customization for it.
    you may add this code inside functions.php This may help you

    add_filter('comment_form_defaults', 'remove_comment_styling_prompt');
    
    function remove_comment_styling_prompt($defaults) {
    	$defaults['comment_notes_after'] = '';
    	return $defaults;
    }

    Thank you!

    in reply to: remove links slider? #11529

    yes 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!

    in reply to: How to add a second header? #11528

    Hi Ksun24,
    The header image size is 1400 * 300. It is recommended size. It is inside interface-> inc -> structure-> header-extension.php

    The header image is displayed from this page. You need code customization.

    Thank you!

    in reply to: Title of blog appearing twice #11527

    Hj 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.

    in reply to: Page Title font size not changing #11526

    Hi 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!

    in reply to: Sub Menu Items #11525

    Hi 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 options

    Thank you!

Viewing 15 posts - 4,606 through 4,620 (of 5,207 total)