Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author nsp-code

    (@nsp-code)

    Hi,
    This shouldn’t interfere with with images, but you can try to turn off the autosort and see if there is any difference. If this works, you will need to specify a ‘orderby’ => ‘menu_order’ within the query arguments where you need to use a custom order.
    Otherwise i presume you should just check the exact code where it retrieve the images and see what’s going on there.

    Thread Starter neburayar

    (@neburayar)

    Thank you for your help, but…it still not working…. Do you have any other idea?? Thank you again!!

    Plugin Author nsp-code

    (@nsp-code)

    Did you tried to check into the code where it retrieve the images?

    Hi…thank you for the great plugin.

    I experienced a similar problem: not showing a thumbnail in a recent projects widget. I turned off autosort and it displayed properly. I followed your instructions above to make:

    <?php $loop = new WP_Query( array( ‘post_type’ => ‘portfolio’, ‘sort’=>’featured’, ‘orderby’ => ‘menu_order’, ‘posts_per_page’ => 10 ) ); $counter = 1;

    I still can’t get it to work. I inspected the element and all I can see is that no thumbnail image is being retrieved. Any ideas?

    Missing thumbnail is the 6th at upper right corner, thanks
    http://www.plaidtractor.com/WP_test/sort/web-design

    It was a bad/disagreeable featured image. Sorry for the bother!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem showing images’ is closed to new replies.