Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi Simon

    Easiest way is to download Quark, open all the files in Notepad++, then just do a search and replace (remembering to select replace in all open files). Works every time for me 🙂

    Hope this helps,

    Rob

    Thread Starter Bobbles

    (@bobbles)

    Hi Anthony

    Thanks for your reply, I really appreciate your help. I had fudged my way around the problem in the meantime by adding in some media queries to rescale the fonts which works well, but I’ll incorporate your solution as well for a belts and braces approach 🙂

    Thanks again for your help and for such an amazing starter theme!

    Rob

    Thread Starter Bobbles

    (@bobbles)

    You will need to rectify that in CSS. If you’re using Firefox, Firebug will help identify which div classes or ids need attention. If you’re using Chrome there is an “inspect element” option that is similar.

    Thread Starter Bobbles

    (@bobbles)

    Hi Jose

    Apologies if this is sketchy, but just looking over my files… (quark 1.2.4 incidentally)

    Remove line 27 and just add in what you want to show up, e.g. title, thumbnail, manual excerpt. So for example mine is:

    <div class="cat-ex">
    <header class="entry-header">
    <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
    </header>
    <?php if ( has_post_thumbnail()) : ?>
    <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" >
    <?php the_post_thumbnail('thumbnail', array('class' => 'alignleft')); ?></a>
    <?php endif; ?>
    <?php the_excerpt() ; ?>
    </div>

    Hope this helps!

    Rob

    Thread Starter Bobbles

    (@bobbles)

    Hi Anthony

    Thanks for your speedy response! Due to the nature of the site (leading images and info before desired excerpt) that’s not really what I’m after, so I’ve altered the category.php to show title, featured image, and manual excerpt.

    Thanks again for such an awesome starter theme, without doubt this is one of the best out there 🙂

    Thread Starter Bobbles

    (@bobbles)

    Apologies, should have checked htaccess before panicking and posting! User error resolved 🙂

Viewing 6 replies - 1 through 6 (of 6 total)