Read More

Discussion in 'GeoCraft WordPress Theme' started by spoonboy90, Aug 28, 2013.

Thread Status:
Not open for further replies.
  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I've also noticed that the [...] Read More links have disapeared since upgrading Wordpress to version 3.6. Has there been a solution for this yet?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Go to the front-page.php file present in your theme directory and paste the code given below in that file as shown in the image.

    Code:
    <p> <?php echo get_the_excerpt(); ?>
                                      <a class="read-more" href="<?php the_permalink() ?>"><?php _e('Read More', THEME_SLUG); ?></a></p>
    [​IMG]


    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .content_wrapper .featured_content .featured_post .read-more{
    float: none;
    font-weight: normal;
    }
    This will solve your issue.
     
  3. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    That hasn't worked Piyush and a fix on the front page wouldn't solve the same issue on this page http://www.stokebusinesslistings.com/all-listings/

    The original code for the Read More links was located here - library > controls > module_funtions.php in the theme directory, surly a fix here should be the best solution!
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  5. hoit

    hoit Member

    Joined:
    Jul 3, 2013
    Messages:
    28
    Likes Received:
    1
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    We have resolved this issue in our latest theme.

    Please download the latest copy of GeoCraft Theme from the members area (http://inkthemes.com/members/member)
    and, upload and activate it in your dashboard.

    This will solve your issue.
     
  7. hoit

    hoit Member

    Joined:
    Jul 3, 2013
    Messages:
    28
    Likes Received:
    1
    Hi, Piyush
    Now it works perfectly, thank you!!
    Thanks for a good support
    Best regards/Kristina:)
     
Thread Status:
Not open for further replies.

Share This Page