Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi would be better if you use plugin that can solve your problem
Regards
SunilTheme Horse Support TeamKeymasterOk Great
Theme Horse Support TeamKeymasterHi Minna
Could you send your temporary username and password with url too.
address at https://www.themehorse.com/contact-us
Regards
SunilApril 14, 2014 at 2:16 pm in reply to: attitude_theloop_for_archive –> attitude_theloop_for_template_blog_image_medium #9500Theme Horse Support TeamKeymasterHi Ekweb
Create child theme and unhook the function of archive from library->structure->content-0xtension.php and write the same function and you can change the image. In archive page there is blog image large. So you need to fix it to blog image medium.function interface_theloop_for_archive() { global $post; if( have_posts() ) { while( have_posts() ) { the_post(); do_action( 'interface_before_post' ); ?> <section id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php do_action( 'interface_before_post_header' ); ?> <article> <?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 .='<span class="arrow"></span>'; $image .= '</figure>'; echo $image; } ?>
In this line
$image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';
instead of featured you keep featured-medium
Regards
SunilTheme Horse Support TeamKeymasterOk Great
Regards
SunilTheme Horse Support TeamKeymasterHi Samuel
Just now i checked in my iphone and its working fine here, Could you once check it in your iphone. Before checking it clear all history details.
Regards
SunilTheme Horse Support TeamKeymasterHI Maribel
I could not open your given site url. There is error request url. Hope next time i could help you.
Regards
SunilTheme Horse Support TeamKeymasterHi Maribel
Could you send the site link too. So that we will look through it
Regards
SunilTheme Horse Support TeamKeymasterHi Trica
We have designed our theme in this way. You can edit you image from Photoshop and can use for the logo. You want to use this image for this as header image or for logo. WE Recommend you to use our recommend size.Regards
SunilTheme Horse Support TeamKeymasterHi Thomas
I am sorry we dont have that experience. Did you add the new plugins. There may be conflict if you add the new plugins. So we will like to request you to hire some developer who can help your problem.
regards
SunilTheme Horse Support TeamKeymasterHi Erica
You ant 3 featured image box ? For this you need plugin to add. We dont have such facility in our theme. If you really want to customize the code then you need to hire a developer to fix it. We are here to support only the theme problem to guide in the right track.
Regards
SunilApril 14, 2014 at 1:28 pm in reply to: Error: Missing required field "updated" – Google Webmaster #9491Theme Horse Support TeamKeymasterok great
Regrds
SunilTheme Horse Support TeamKeymasterHi jessica
While opening your site i could not find any thing. Its under maintenance. If you got a problem then we cant help about the plugin problem. We just help to you about our theme. We have our theme and with side bar too. And that must work. Install your fresh theme and have a look there. The sidebar must work.
Regards
SunilApril 14, 2014 at 1:18 pm in reply to: Move Slider from header to content, in top of the posts. #9489Theme Horse Support TeamKeymasterhi Lailat
We have designed our theme in this way. Recently its not possible. If you want then you need to have custom coding for it. But while updating our new version all your custom code will be lost. So we recommened not to change the code.
Anyway Thanks for you sugestion
Regards
SunilTheme Horse Support TeamKeymasterHi aeast
We have this options to show the full content. Select the page template Blog full content display.So that all your full content will be displayed there.
Regards
Sunil -
AuthorPosts