Maybe a different way to skin the cat

This topic contains 3 replies, has 2 voices, and was last updated by  Paolo 8 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #65678

    Tony
    Expired Member
    Post count: 147

    What I need to achieve is to allow the listers to add their pictures, but have their head shot appear in the featured image.

    So right now I have that, but then their image appears again in the listing image gallery.
    Just not pretty.

    So we create a second image upload but that is for your Featured image.

    I’m wondering if there is a way to put in the signup form a second upload form
    slot for “featured image” which keeps it out of the gallery and just uses it for featured image?

    so one insert image goes to featured image (that’s where they would put their head shot)
    the other insert spot is for whatever other images.

    So dupe the from field, but just designate it (put this image in the feature image)

    The would give the gallery more flexibility. Good for us weaker coder guys.

    Mark

    #65723

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    the featured image is the 1st image in the gallery. Instead of adding 2 uploaders, you can hide it from the gallery using the css :first-child attribute.

    
    
    #geodir-post-gallery a:first-child {
        display: none;
    }

    Let us know if this helps,

    Thanks

    #65855

    Tony
    Expired Member
    Post count: 147

    THANKS!! BINGO!!
    Wow that’s advanced css for me!

    Mark

    #65898

    Paolo
    Site Admin
    Post count: 31206

    You are welcome 🙂

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

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

Open Support Ticket