Before you ask please READ THIS

featured image not full width in posts

edited March 2014 in Spaceship Posts: 4
Hello,

i've got problems to use the featured image with full width.
It's a bit strange because some pics work, some not ... but i can't find out why. (they got the same size and orientation etc.)
I set the sidebar to off but the pic don't go from left to right. (the sidebar is not visible but the place for it is empty)

Do you got some help for me?

Thanks
Bildschirmfoto 2014-03-19 um 09.33.33.png
1791 x 918 - 2M

Comments

  • AirAir
    Posts: 10,970
    Hello

    Could you share live link?

    With regards.
  • Hej,

    here is the link: http://petraleitte.de/wp/blog/

    name:spaceship
    pw:spaceship

    with regards
  • AirAir
    Posts: 10,970
    pandiculor said: but i can't find out why.
    I just checked and on my test page when sidebar is switched off featured images are only 560px wide. It is hard to tell why one took whole space, like it doesn't got resized version. I will get back to this later and try to find solution for you.

    With regards.
  • Hej, great. When do you think i can get a solution for this problem?

    with regards.
  • AirAir
    Posts: 10,970
    Hello

    I have checked it was never designed to user other images there, however you can make such small modification. Go to loop.php line ~33 and change this code
    <?php a13_top_image_video( get_the_ID(), 560 ); ?>
    to:
    <?php a13_top_image_video( get_the_ID(), 560, 0, (defined('FULL_WIDTH')? 'full' : 'apollo-post-thumb')); ?>
    With regards.
  • Great work! i have changed it in loop-single.php, too ...

    Thanks a lot!

    regards
  • AirAir
    Posts: 10,970
    Cool :-)
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!