List featured image
This topic contains 14 replies, has 2 voices, and was last updated by Siewyong Lim 6 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
July 7, 2018 at 1:04 pm #437427
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,
siewyongJuly 7, 2018 at 1:13 pm #437429Hello,
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.
July 7, 2018 at 1:25 pm #437430Dear 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,
siewyongJuly 7, 2018 at 1:51 pm #437432You can export and import the listings. Whichever image is listed first is used as the featured image.
July 8, 2018 at 4:49 am #437450This reply has been marked as private.July 8, 2018 at 12:00 pm #437459If 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.
July 8, 2018 at 12:00 pm #437460If 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.
July 31, 2018 at 11:04 am #440546Hi 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 🙂
July 31, 2018 at 3:06 pm #440610About 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.jpegHave you placed the image in that folder?
July 31, 2018 at 3:08 pm #440611This reply has been marked as private.August 16, 2018 at 11:14 am #442671Hi 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 🙂
August 16, 2018 at 11:21 am #442673Hello,
I am sorry, I don’t quite understand. Could you say a bit more about what you would like to happen?
August 19, 2018 at 3:18 am #443031Hi 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.
August 19, 2018 at 6:52 am #443044Hello,
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; }
August 19, 2018 at 8:11 am #443051Hi 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 ! -
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket