Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi liljeroos,
First of all you need to unhook the functions in child theme functions.php Then only you can change the code.Here is the link which may help for you. Yes exactly don’t copy all the functions just copy only the functions which you want to change.
For more information.
https://www.themehorse.com/support-forum/topic/change-404-text/If you are still unable to unhook and change the code then you may hire a developer to fix the issue.
Thank you!
Theme Horse Support Team
KeymasterThanks Nikkie for sharing a bit of information with us.
Thank you!Theme Horse Support Team
KeymasterThat’s great acsutu
Thank you!Theme Horse Support Team
KeymasterHi Adam.
Its the sub menu. You create submenu from dashboard -> appearance -> menus
view this screen shot. This may help you
http://awesomescreenshot.com/05d37qvqd9
Thank you!Theme Horse Support Team
KeymasterHI ben.
We don’t have this feature you may customize a code or hire a developer to fix the issue.
Thank you!Theme Horse Support Team
Keymasterhi rich,
go to dashboard -> appearance -> theme options -> contact/social linksfrom here you can add the social icons.
Thank you!Theme Horse Support Team
KeymasterHi Rich,
go to dashboard -> appearance -> theme options -> design options -> color options -> top info bar
From here you can change the color of info bar.
Thank you!Theme Horse Support Team
KeymasterThaks a lot for your feedback.
Thank you!Theme Horse Support Team
KeymasterYes that’s great
Thank you!Theme Horse Support Team
KeymasterHI
you can learn about revolution slider from here
http://www.themepunch.com/codecanyon/revolution_wp/liveguide/02.video.htmlhttp://www.themepunch.com/codecanyon/revolution_wp/liveguide/03.video.html
http://www.themepunch.com/codecanyon/revolution_wp/liveguide/04.video.html
We don’t have the exact forum linkThank you!
Theme Horse Support Team
KeymasterHI TheBusinessCat,
The image is blurry due to the resized image. Could you send the site url too?
Thank you!Theme Horse Support Team
KeymasterHi Kate,
Yes exactly when you display the blog as a home page / front page it will not display the coloured banner.
To display the full content you need to assign a blog full content display for news page. Make sure that you have done it.
If yes then it must work too.You need to create a nwp / news page and assign that page for blog full content display template.
If you are still unable then send your temporary username and password at [email protected] with your site url too.
We will look over it.
Thank you!July 25, 2014 at 7:49 am in reply to: Is there a way to remove the comment numbers and "thoughts on" from attitude #12484Theme Horse Support Team
KeymasterHi rick7653,
OK go through the attitude (free theme folder). Can you see there comments.php file ?
open it and to remove thoughts on
==> go to line no 32 and 35 and remove the text thoughts onand to remove the comment number.
==> go to dashboard -> appearance -> theme – options -> design -options -> custom css and add this css
#content .comments-area ol { list-style: none; }Make sure that for each and every update (“for ‘thoughts on’ you need to remove this code on line no 32 and 35 when you update to our theme.”)
Thank you!
Theme Horse Support Team
KeymasterHi Kathryn.
There will not be any issue if you add a custom css.Thank you!
July 25, 2014 at 7:22 am in reply to: attitude_theloop_for_archive –> attitude_theloop_for_template_blog_image_medium #12482Theme Horse Support Team
KeymasterHi david.danaan,
If you want to display same as blog image medium for archive page then copy this code from blog image medium on line no 593 to 650<section id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php do_action( 'interface_before_post_header' ); ?> <article> <header class="entry-header"> <div class="entry-meta"> <span class="cat-links"> <?php the_category(', '); ?> </span><!-- .cat-links --> </div> <!-- .entry-meta --> <h1 class="entry-title"> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute();?>"> <?php the_title();?> </a> </h1> <!-- .entry-title --> <div class="entry-meta clearfix"> <div class="by-author"><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" title="<?php esc_attr(the_author()); ?>"> <?php the_author(); ?> </a></div> <div class="date"><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( get_the_time() ); ?>"> <?php the_time( get_option( 'date_format' ) ); ?> </a></div> <?php if ( comments_open() ) { ?> <div class="comments"> <?php comments_popup_link( __( 'No Comments', 'interface' ), __( '1 Comment', 'interface' ), __( '% Comments', 'interface' ), '', __( 'Comments Off', 'interface' ) ); ?> </div> <?php } ?> </div> <!-- .entry-meta --> </header> <!-- .entry-header --> <?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 .='<span class="arrow"></span>'; $image .= '</figure>'; echo $image; } ?> <div class="entry-content clearfix"> <?php the_excerpt(); ?> </div> <!-- .entry-content --> <footer class="entry-meta clearfix"> <span class="tag-links"> <?php $tag_list = get_the_tag_list( '', __( ' ', 'interface' ) ); if(!empty($tag_list)){ echo $tag_list; }?> </span><!-- .tag-links --> <?php echo '<a class="readmore" href="' . get_permalink() . '" title="'.the_title( '', '', false ).'">'.$options[ 'post_excerpt_more_text' ].'</a>'; ?> </footer> <!-- .entry-meta --> </article> </section>and replace the line from 116 to 183 and add the above code.
That it will works according to the blog image medium as in archive page also.
Thank you! -
AuthorPosts
