List featured image

This topic contains 14 replies, has 2 voices, and was last updated by  Siewyong Lim 5 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #437427

    Siewyong Lim
    Expired Member
    Post count: 76

    Hi

    I have manually changed the url of the image attachment for some listings, i have noticed that the attachment is there in the listing but the featured image is empty ( showing the default ), may i ask how to update the featured image so that it reflects the attached image using sql script ? thanks

    see example here https://rightcourse.com.au/courses/australia/victoria/fitzroy/social-sciences/bachelor-of-youth-work-4/

    NOTE: the image ACU logo is not being featured on the top

    thanks guys 🙂

    warmest regards,
    siewyong

    #437429

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    Images are adjusted with the Photo Upload field, not the media library or the post featured image.

    GD will then use the first listed image as the featured image.

    To change the featured image, upload one or more images for the listing images, then rearrange with drag and drop. The first one listed will be the featured image.

    #437430

    Siewyong Lim
    Expired Member
    Post count: 76

    Dear Alex,

    thanks for swift response 🙂 right, the thing is, there are few thousands of attached listed image to be set as featured, is there a database table storing the url of the featured image ? i was looking for a quick way to achieve this, could you please kindly suggest the quickest method (perhaps via sql script) ?

    thanks 🙂

    warmest regards,
    siewyong

    #437432

    Alex Rollin
    Moderator
    Post count: 27815

    You can export and import the listings. Whichever image is listed first is used as the featured image.

    #437450

    Siewyong Lim
    Expired Member
    Post count: 76
    This reply has been marked as private.
    #437459

    Alex Rollin
    Moderator
    Post count: 27815

    If you bave already uploaded the images to the listing you can use the import CSV to rearrange the order of tye image filename.

    If the images have not been uploaded, then only the filename is needed and the inporter, after import, will inform you of the appropriate folder in which to place the images.

    #437460

    Alex Rollin
    Moderator
    Post count: 27815

    If you bave already uploaded the images to the listing you can use the import CSV to rearrange the order of tye image filename.

    If the images have not been uploaded, then only the filename is needed and the inporter, after import, will inform you of the appropriate folder in which to place the images.

    #440546

    Siewyong Lim
    Expired Member
    Post count: 76

    Hi Alex,

    thanks for your rely, i have done as advised but still the image is not showing on the header for Institutes.

    for example , https://rightcourse.com.au/institutions/australia/victoria/fitzroy/institution-university/australian-catholic-university/

    thanks again for your help 🙂

    #440610

    Alex Rollin
    Moderator
    Post count: 27815

    About your import, though, have you verified that the image is available at the expected location? Is the image 404? If it is, is it because the image is in the wrong place, perhaps?

    In your example, the image has a 404 and says it should have a URL like:
    /wp-content/uploads/2018/06/930_acu.001.jpeg

    Have you placed the image in that folder?

    #440611

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #442671

    Siewyong Lim
    Expired Member
    Post count: 76

    Hi Alex, if not we seek to remove the featured image from detail page if possible? Would you be able to show me how to hide the featured image on Detail page please? Thanks 🙂

    #442673

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    I am sorry, I don’t quite understand. Could you say a bit more about what you would like to happen?

    #443031

    Siewyong Lim
    Expired Member
    Post count: 76

    Hi Alex, thanks for getting back. Sorry i wasn’t being clear enough. I meant to remove the section where the featured image sits. please see image attached. Thanks.

    #443044

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    it is not advised to remove the featured image, instead it would be better to use another theme.

    Supreme uses the featured image area to display information during the Listing Preview.

    
    
    
    .single-gd_place .featured-area {
        display: none!important;
    }
    
    #443051

    Siewyong Lim
    Expired Member
    Post count: 76

    Hi Alex,

    thanks for the heads-up:) very thoughtful of you!
    We only hide for one single custom post type where the listings are added by Administrator. This code works like charm !

Viewing 15 posts - 1 through 15 (of 15 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket