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 - 2,671 through 2,685 (of 5,207 total)
  • Author
    Posts
  • in reply to: bbPress without the sidebar? #25495

    That’s great vince. We are sorry that we missed your topic.

    Thank you!

    in reply to: Related Posts #25470

    Hi jotv73,

    There may be plugins conflict with clean retina. We are sorry for this. We cannot gurantee any third party plugins that will work on our theme. So you have to customize the code or hire a developer to fix it.

    Thank you!

    Hi taradonaghue,

    Go to dashboard -> appearance -> theme options -> advance options and there is footer options. You can edit it from there. This is only a pro features and only available in pro version.

    Thank you!

    in reply to: Logo Slider #25467

    Hi Paul,

    We are sorry for this. There may be some javascript conflict. So you need to customize the code or hire a developer. We cannot gurantee any third party plugins that will work in our theme.

    Thank you!

    in reply to: Custom links in custom menus #25466

    Hi Ed,

    Yes you can use target=”_blank”. Go to dashboard -> appearance -> menus and at the top right of the screenshot there is screen options and there is target link ( check it )view this screenshot
    http://awesomescreenshot.com/02b4yota3b

    Then after doing it you can have a target link. View this screenshot
    http://awesomescreenshot.com/04e4yotc38

    Hope this may help you
    Thank you!

    in reply to: Hide text before read more on posts page #25465

    Ok that’s great Chris

    Thank you!

    in reply to: Excerpt text ignores formatting #25464

    Hi Jaime,

    This feature is not available in our theme. It needs code customization or you need to hire a developer. We have designed our theme this way.

    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25463

    Hi aris,

    Yes you can make it default but you have to customize the code. Before making any changes in the code first of all you need to create a child theme and then only customize the code so that your updated version will not lose the code.

    You go to the theme folder -> inc -> structure -> content-extension.php on line no 87 can you see this functions
    if ( ! function_exists( 'ultimate_theloop_for_archive' ) ) :

    If yes then can you see this line no 134 to 143, you will find this code.

        <?php
    			if( has_post_thumbnail() ) {
    				$image = '';        			
    	     		$title_attribute = apply_filters( 'the_title', get_the_title( $post->ID ) );
    	     		$image .= '<figure class="post-featured-image">';
    	  			$image .= '<a href="' . get_permalink() . '" title="'.the_title( '', '', false ).'">';
    	  			$image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';
    	  			$image .= '</figure><!-- .post-featured-image -->';
    	  			echo $image;
      		} ?>

    Replace above code and add this below code

    <?php
            if( has_post_thumbnail() ) {
              $image = '';              
                $title_attribute = apply_filters( 'the_title', get_the_title( $post->ID ) );
                $image .= '<figure class="post-featured-image">';
                $image .= '<a href="' . get_permalink() . '" title="'.the_title( '', '', false ).'">';
                $image .= get_the_post_thumbnail( $post->ID, 'featured-medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';
                $image .= '</figure><!-- .post-featured-image -->';
                echo $image;
            } ?>

    and after doing this go to line no 238 and can you see this code if ( ! function_exists( ‘ultimate_theloop_for_single’ ) ) :
    if yes then goto line no 276 to 287 and replace the old code and add the below code

    <?php
            if( has_post_thumbnail() ) {
              $image = '';              
                $title_attribute = apply_filters( 'the_title', get_the_title( $post->ID ) );
                $image .= '<figure class="post-featured-image">';
                $image .= '<a href="' . get_permalink() . '" title="'.the_title( '', '', false ).'">';
                $image .= get_the_post_thumbnail( $post->ID, 'featured-medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';
                $image .= '</figure><!-- .post-featured-image -->';
                echo $image;
            } ?>

    Hope this may help you

    Thank you!

    in reply to: How to deactivate the top menu from beeing clickable? #25461

    hi Micael,

    You just go to the dashboard -> appearance -> menus and create a custom link and use # sign. Just view this below screenshot.
    http://awesomescreenshot.com/0964yoqt53

    Thank you!

    in reply to: WooCommerce Integration #25460

    hi aris,

    You its safe to follow the theme integration guide. yes what ever you make changes in the code all you have to do in the child theme.

    Thank you!

    in reply to: Services not appearing (business template) #25414

    Hi pompeinayme,

    It seems that you have added service widgets in business template and its working fine. Is there any issues?

    Thank you!

    in reply to: BLOG Medium – Custom Post Category #25413

    hi aris,

    If you use blog medium template then this feature is not available in our theme. If you use the default post then you can only display the specific category of posts only in front page not in other page. We have designed our theme this way. To display category post in blog medium template then it needs code customization and you need to hire a developer to fix it.

    Thank you!

    in reply to: WooCommerce Integration #25412

    Hi aris,

    Our theme is not woo commerce compatible. But we would like to know what is your exact problem so that we may help you.

    Thank you!

    in reply to: Featured image in each blog post #25353

    You welcome bkchua

    Thank you!

    in reply to: Team Page sidebar #25326

    Ok that’s great David

    Thank you!

Viewing 15 posts - 2,671 through 2,685 (of 5,207 total)