Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterThat’s great vince. We are sorry that we missed your topic.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
June 8, 2015 at 5:47 am in reply to: How to delete Theme By/ Powered By on footer – on PURCHASED THEME #25468Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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/02b4yota3bThen after doing it you can have a target link. View this screenshot
http://awesomescreenshot.com/04e4yotc38Hope this may help you
Thank you!Theme Horse Support Team
KeymasterOk that’s great Chris
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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/0964yoqt53Thank you!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi pompeinayme,
It seems that you have added service widgets in business template and its working fine. Is there any issues?
Thank you!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterYou welcome bkchua
Thank you!
Theme Horse Support Team
KeymasterOk that’s great David
Thank you!
-
AuthorPosts
