Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250541

    Hi there – I’m using the featured image as an easy way to display author image next to posts:
    http://sandfordawards.dandesigns.co.uk/blog/

    I was wanting to:
    1) know where the size of this is set / can be amanded and
    2) how to strip it from the single-post template (OK, I could just use display: none – not ideal – but I’m curious that there’s no reference to ‘post-image’ anywhere in single.php so I’m presuming it’s very deeply hidden!)

    thanks!
    dan

    #251154

    Hi Dan!

    Thank you for using the theme!

    1.) I’m sorry but can you please elaborate the issue?

    2.) You can find the post thumbnail code on loop-index.php, find this code on 165:

    else if(strpos($blog_style, 'small')  !== false)
                {
                    $blog_meta_output = "<a href='{$link}' class='small-preview' title='{$featured_img_desc}'>".$slider.$icon."</a>";
                }

    Regards,
    Ismael

    #251186

    Thanks for the reply Ismael – in short I was wondering about changing the size of this ‘post image’ type as it appears on this page

    http://www.sandfordawards.org.uk/blog/

    Currently it’s set to ‘small’ but could it be amended?

    thanks
    Dan

    #251237

    Hey!

    You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .small-preview {
    width: 120px;
    height: 120px; }

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.