Image upload fields

This topic contains 8 replies, has 2 voices, and was last updated by  Wayne Harvey 7 years, 1 month ago.

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

Open Support Ticket
  • Author
    Posts
  • #371627

    Wayne Harvey
    Expired Member
    Post count: 102

    Hi there, I’ve got some file upload custom fields that I”m trying to display inline horizontally but none of the CSS I’ve tried is doing the trick. As you can see in my attachment, the images are stacked vertically but I’d like them to be inline horizontally. I’ve followed your theme customization tutorials and even have the credit card images working as your tutorial at https://wpgeodirectory.com/docs/custom-field-examples/ shows. Using that knowledge though has not helped me solve this current issue. Hope you can point give me some CSS code or point me in the right direction. Can’t seem to find a similar problem in the forums.
    Thanks
    Wayne

    #371649

    Kor
    Moderator
    Post count: 16516

    Hi Wayne,

    Could you please share URL of the site in question so I could tell you the correct CSS snippet to do this?

    Thanks!

    #371729

    Wayne Harvey
    Expired Member
    Post count: 102
    This reply has been marked as private.
    #371749

    Kor
    Moderator
    Post count: 16516

    Hi Wayne,

    Kindly insert this custom CSS code below into GD > Design > Scripts > Custom Style CSS.

    
    
    .geodir-custom-file-box {
        clear: none!important;
    }
    
    .geodir-custom-post-gallery {
        float:left;
    }
    
    .geodir_more_info.hide-label.room_photos.no-spacer{
        padding: 0px!important;
    }
    #371750

    Wayne Harvey
    Expired Member
    Post count: 102

    Hi Kor,
    Thanks very much, works perfectly.
    Cheers,
    Wayne

    #371753

    Wayne Harvey
    Expired Member
    Post count: 102

    Hi Kor,
    On a related note, is it easily possible that once a user clicks on any given room photo, that the pop up lightbox will allow the them to advance to new photos without the user having to click on each photo individually. For me this would only work if it was for each individual room among the several rooms that are on the “Rooms” tab. I’m guessing that might involve more serious customization support than you’re able to provide but thought I’d ask just in case…
    Thanks again,
    Wayne

    #371766

    Kor
    Moderator
    Post count: 16516

    Hi Wayne,

    I’ve just checked with a developer and I’d like you to know that the lightbox navigation only works on listing images and not custom fields. Unfortunately, achieving what you needed there requires complex customization and I hope you understand.

    Thanks!

    #371820

    Wayne Harvey
    Expired Member
    Post count: 102

    Hi
    Understand completely, it’s pretty much what I expected.
    Thank for checking.
    Cheers
    Wayne

    #371858

    Wayne Harvey
    Expired Member
    Post count: 102

    Hi again Kor,
    I just noticed that after I added the 2 last photos (of 4) to that photo area, the last two are misaligned and I can’t figure out where the problem might lie. Would you be able to have a look. Thanks again.
    Wayne

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

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

Open Support Ticket