realepicurean
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Eleven] [Theme: Twenty Eleven] auto-slideI’m using this, although I tweaked the cycle time down to 5 secs, but it does work beautifully…
Forum: Themes and Templates
In reply to: CSS styling helpBasically works! Thanks!
Forum: Themes and Templates
In reply to: Adding thumnail to excerpt in Twenty ElevenAnd therefore fixed ??
Forum: Themes and Templates
In reply to: Adding thumnail to excerpt in Twenty ElevenHi, it’s all inside the content.php file…
Forum: Themes and Templates
In reply to: Adding thumnail to excerpt in Twenty ElevenHi,
The twenty eleven theme doesn’t appear to have a loop.php?Forum: Themes and Templates
In reply to: Adding thumnail to excerpt in Twenty ElevenUn-edit, the new way seems like the image is outside the loop…but putting it in content.php (the thumbnail call) doesn’t seem to work…
Forum: Themes and Templates
In reply to: Adding thumnail to excerpt in Twenty ElevenHi,
Doesn’t seem to do anything. Thumbnails enabled in functions.php, featured image for posts set:https://www.realepicurean.com/tag/ice-cream/
This is a clip of the code I’ve used:
<?php if ( is_archive() || is_tag() || is_date() || is_search() || is_category() ) : // Only display Excerpts for Search ?> <?php if ( has_post_thumbnail()) : ?> <a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" > <?php the_post_thumbnail(); ?> </a> <?php endif; ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary -->
**EDIT: Scrub the above, placed the code in the loop properly instead of in content.php and it worked…now another post for help with the CSS stylying I think**
No joy. Must be missing something…
<?php if ( is_tag() || is_date() || is_search() || is_category() ) : // Only display Excerpts for Search ?>
Hi,
Using this works fine except not for is_category.My category pages are still showing full entries, as per this link: https://www.realepicurean.com/category/recipes/
Any ideas?
Forum: Themes and Templates
In reply to: I broke somethingIgnore, sorted by restoring from backup.
Forum: Themes and Templates
In reply to: More positioning problemsJust checked that too; the wider you make the window the further they drift to the right – my resolution is 1366*768 on this laptop.
Forum: Themes and Templates
In reply to: Problems positioning text on top of header imageWorks a treat ta!
Forum: Themes and Templates
In reply to: Problems positioning text on top of header imageSorry I’m awkward…If I can get the left of that text parallel with the left of the sidebar I’ll be happy ??
Forum: Themes and Templates
In reply to: Problems positioning text on top of header imageHmmn, I can see how that changes things but still can’t get the text to float in the right place, parallel with the sidebar…
Edit: Or floating at the right of where the page would be, above the search, aligned right?