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 - 4,441 through 4,455 (of 5,207 total)
  • Author
    Posts
  • in reply to: Change "Read more" to "Learn more" #12539

    Hi 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!

    in reply to: Read More in Services Widget and Slider Issues #12520

    Thanks Nikkie for sharing a bit of information with us.
    Thank you!

    in reply to: Read More in Services Widget and Slider Issues #12517

    That’s great acsutu
    Thank you!

    in reply to: Menu position #12516

    Hi 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!

    in reply to: Mail-Adress in Team-Template #12515

    HI ben.
    We don’t have this feature you may customize a code or hire a developer to fix the issue.
    Thank you!

    in reply to: Social Icons #12504

    hi rich,
    go to dashboard -> appearance -> theme options -> contact/social links

    from here you can add the social icons.
    Thank you!

    in reply to: Contact Info Bar #12503

    Hi 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!

    in reply to: Coloured banner not appearing on News (blog) page #12502

    Thaks a lot for your feedback.
    Thank you!

    in reply to: Sub menu not clickable in navigation menu #12501

    Yes that’s great
    Thank you!

    in reply to: Revolution Slider #12500
    in reply to: Featured Image #12499

    HI TheBusinessCat,
    The image is blurry due to the resized image. Could you send the site url too?
    Thank you!

    in reply to: Coloured banner not appearing on News (blog) page #12486

    Hi 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!

    Hi 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 on

    and 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!

    in reply to: Custom CSS question #12483

    Hi Kathryn.
    There will not be any issue if you add a custom css.

    Thank you!

    Hi 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!

Viewing 15 posts - 4,441 through 4,455 (of 5,207 total)