Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #19045
    iuchewie
    Member

    First of all… GREAT theme! Thank you!

    I’ve got 2 (hopefully quick) questions.

    1. How do I align the featured images on the home page? I’d like to have it so the excerpt would wrap around the left aligned featured image.

    http://www.ktcdigital.com/beta2/

    2. How do I change the “Continue reading →” text in the slider. I’ve found where I can change it in the posts, functions.php -> catchbox_continue_reading_link but that doesn’t seem to affect the continue link in the slider.

    Thanks in advance!

    #19068
    Sakin
    Keymaster

    @iuchewie: For 1: Try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-summary .wp-post-image {
    display: inline;
    float: left;
    height: auto;
    margin: 0 10px 10px 0;
    max-width: 150px;
    }

    For 2: If you upgrade to Catch Box pro then you can simply change it from Theme Option penal. But in Catch Box Free theme, you need to build child theme and create functions.php file in your child theme and copy catchbox_continue_reading_link() function from your parent theme to your child theme. After you change this you might need to change any value in Theme options panel to clear the custom query.

    #19071
    iuchewie
    Member

    Thank you!

    #124979
    KenFecher
    Participant

    I have been searching for a solution to the Continue reading-> part of the Featured Slider. My issue is that it doesn’t work. If I click the Continue reading –> it only loads the Home page. I’ve tried various things I’ve read on the help forums, and nothing works.

    Also, this path seems to be gone now to try your solution above: “Appearance => Theme Options => Custom CSS” box.

    #124986
    Sakin
    Keymaster

    @KenFecher: Please post in your site URL so that I can check in your issue.

    #125379
    KenFecher
    Participant

    http://www.campbellcountysheriffky.org/

    Sorry for the delay. I lost my way back to this page for a while and just finally found it.

    Additionally, I upgraded to Catch Box Pro, but that did not fix the issue. The “Continue reading–>” continues to only load the home page.

    I have even tried resetting the Permalinks in Settings.

    #125447
    Pratik
    Keymaster

    Hi @kemfletcher,

    I checked your site and Continue Reading or click Image link on slider seems to be working fine. Even is All Post page, the link is working fine. Can you check on a different browser?

    #125451
    KenFecher
    Participant

    Somehow, I managed to fix it. I went through a ton of CSS code and found where I could simply rename “Continue reading—>”. When I renamed it, something must have reset it because it started working again.

    #125494
    Pratik
    Keymaster

    @kenrecher: Glad it worked out.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Featured Image Alignment & Continue Reading text’ is closed to new replies.