badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 4,426 through 4,440 (of 5,207 total)
  • Author
    Posts
  • in reply to: Images doesn't work #12626

    Ok that’s great
    Thank you!

    in reply to: Footer – problems to insert Links #12625

    hi peter,
    we are working on it. We will let you know after fix the issue. Thank you for your feedback.

    Thank you!

    in reply to: Author name goes to 404-error page #12616

    Hi Will,

    There is a space in between will and Allen. You just create a new user and login it with the user name and create a post. Then it will work.
    Its not the theme issue.

    Thank you!

    in reply to: "Read More" Button for blog posts not activating #12614

    HI Kmarie,
    To display the full blog there you need to select the template name blog full content.
    Create a page and at the right side there is template and select blog full content. Then your blog full content will display.

    Also provide the site url too. Did you customize our code or some plugin may effect too. So deactivate all the plugins and check it once. You can also see in our demo site about it. Its working fine so it must also work there too.
    https://www.themehorse.com/preview/interface/

    Thank you!

    in reply to: Images doesn't work #12613

    hi lelamyriam,
    We just visited your site and testimonial image is working. Just have a look at this link.
    http://awesomescreenshot.com/0bd38ktyac

    If this image is static then i think you have customize the code. Because in our demo site too its working fine.

    Thank you!

    in reply to: Limiting Category Options in Sidebar Widget #12587

    HI Kelsey,
    We have designed our theme this way. This feature is not available. You need to hire a developer to fix the issue.
    Thank you!

    in reply to: Center logo #12585

    You welcome
    Thank you!

    in reply to: Change logo per lenguaje #12584

    You welcome
    Thank you!

    in reply to: Revolution Slider Update #12583

    Hi Samed,
    This animation issue is based on the revolution slider. We will update the theme with latest version of revolution slider within couple of week.

    Thank you!

    in reply to: Gallery #12582

    HI Kimberly,
    We don’t have this features. You need to customize your code or you may hire a developer to fix the issue.

    Thank you!

    in reply to: Position of page title in default page #12566

    You just create a functions.php file and first unhook the functions and then only edit the code.

    for example to change the text of error page.

    // 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
    }

    Or you may view the forum link too.

    Thank you!

    in reply to: Sidebar #12565

    HI mlamano,
    We don’t have this feature. You may hire a developer or you may customize the code.
    Thank you!

    in reply to: Center logo #12563

    Hi Klemen,
    Sorry PLease send the url so that we can help you. I don’t think there is another way. And finally try this

    .hgroup-wrap a {text-align : center; }
    Thank you!

    in reply to: Social Icons #12543

    Hi Rich,

    We don’t have this features. You may hire a developer to fix the issue.
    Thank you!

    in reply to: Change logo per lenguaje #12540

    Hi please go throught theme folder (interface) -> inc -> structure -> header – extension.php on line no 361.
    From there your header image is displayed. If you are good at coding then you can make a condition from there too.
    We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

Viewing 15 posts - 4,426 through 4,440 (of 5,207 total)