Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterThat’s great tking512
Thank you!
Theme Horse Support Team
KeymasterHi all,
There is no any shortcode for it. To have a blog image medium in your category page it needs code customization. The blog image large is our default blog post.
Go to theme folder(interface-pro)-> inc-> structure-> content-extension.php on line no 125 you will find this code.
$image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';replace the above code with this below code
$image .= get_the_post_thumbnail( $post->ID, 'featured-medium', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';Then your category will be displayed in the blog image medium. Before making any changes in the code first of all create a child theme and then unhook the functions and customize the code to be safe from data loss while updating to our new version.
Thank you!
Theme Horse Support Team
KeymasterThat’s great Yasmin
Thank you!
Theme Horse Support Team
KeymasterHi Yasmin,
You can use your featured image while using business layout under services widgets. If you like featured images on default pages too then it needs code customization and you need to hire a developer to fix it.
Thank you!
March 9, 2015 at 5:13 am in reply to: template_blog_image_large next and previous by category? #22887Theme Horse Support Team
KeymasterHi nshimer,
Actually you need to hire a developer to fix it. We only help to solve the theme relating issue. Just once try the below code, it may also help you too.
<?php if ( in_category('6'): // 6 is the category id change it?> ultimate <?php previous_post_link('« %link', 'previous', true) ?> ultimate<?php next_post_link('%link »', 'next', true) ?> <?php endif; ?>Thank you!
March 9, 2015 at 5:03 am in reply to: Slider works good but after install some plugin slider is dsabled. #22885Theme Horse Support Team
KeymasterHi aminhabibi,
Did you have changed any thing in the core file? If you have not changed any thing then once again delete the theme that is installed in your dashboard and install the fresh copy of theme and check it whether it works or not. Before doing it first of all deactivate all the plugins that you have installed. If you have added custom css then also once remove it. It would be also more better if you provide your site url too.
Thank you!
Theme Horse Support Team
KeymasterHi Michal,
To change the read more button go to dashboard-> appearance-> theme options-> advance options-> excerpt options and change the text you want.
Thank you!
Theme Horse Support Team
KeymasterHi Michal,
yes that’s the right way to add the service icon. No, specific icons themselves in not the part of our theme.
Thank you!
Theme Horse Support Team
Keymasterhi Words of Life,
We don’t have any demo content feature to add. You may just follow our theme instruction and add your demo content.
View this link https://www.themehorse.com/theme-instruction/ultimateThank you!
Theme Horse Support Team
Keymasterhi Words of Life,
We don’t have this demo content. You may just follow our theme instruction and add your demo content.
View this link https://www.themehorse.com/theme-instruction/ultimateThank you!
Theme Horse Support Team
KeymasterHi Martin,
Go to Appearance->Theme Options->Featured Posts/Pages slider->slider options
Set the number of sliders and other transition effects.
Then go to featured post/page slider options below slider options
Fill each input box with the Post/Page ID of the post/page which you want to use as slider.
You can view Post ID by clicking Posts/Pages->All posts/pages in your Dashboard. Hover the Edit link on individual Post/Page there you can see the digit value of the Post ID.
Remember that each post whose post/page id you are using for slider must have featured image minimum of size 978(width in px) and height (recommended 440px) according to your choice for slider image to show properly(Note: Better to use all images of same size.)
After filling all input box with Post/Page ID click save.There is also other options to add slider and also you may use revolution slider which is also our demo site of ultimate pro.
If you like to remove the featured text then Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.featured-text { display: none; }Please provide your site url too.
Thank you!
March 5, 2015 at 7:41 am in reply to: Slider – I want changing images, but don't want the posts to show #22754Theme Horse Support Team
KeymasterHi talley1015,
Go to dashboard-> appearance-> theme options-> design options-> custom css and paste the below code and click on save button
themehorse.com/media=”all”.featured-text { display: none; }If you don’t want to display your post then Goto dashboard -> appearance -> theme options -> featured post/page slider -> featured post/ page slider options
Check to exclude (tick it)
Then the image post displayed in slider will not be displayed in the homepage post.
Thank You!
Theme Horse Support Team
Keymasterhi Urs,
we have designed our theme this way. If you need to display only the related post under that category then it needs code customization. You need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi Teygaraj,
To get link change on the 3 posts it needs code customization. We have designed our theme this way. So you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterYou welcome davidmarryatt
Thank you!
-
AuthorPosts
