• Hello, I need urgent advice. I have page where only members will have access. Photos from the trips will be posted here. I have created trips as posts. The trip post should only have the name of the trip and a photo gallery. With the plugin I upload photos via the frontend form, but they don’t appear in the post as a nice gallery of photos that you could scroll through, but only photos are uploaded there, with the name of the photo, which doesn’t look very good. How to edit the resulting output so that there is a nice gallery in the post?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Saiful Islam

    (@saifislam01)

    Hi @turisti74732,

    I understand that you want to display a visually appealing photo gallery for your trip posts created using the WP User Frontend plugin. Let me guide you through the process:

    • To upload photos as a gallery, edit your frontend form to include a field for uploading photos.
    • Use the Image Upload field or the File Upload field in WP User Frontend.
    • Ensure the Multiple Uploads option is enabled so users can upload multiple photos for a single post.

    By default, the WP User Frontend does not format uploaded images into a gallery. However, you can use a gallery shortcode or a plugin that enhances how media is displayed. Here’s how to proceed:

    • Install a gallery plugin such as FooGallery, NextGEN Gallery, or the built-in WordPress Gallery block.
    • After the photos are uploaded via the form, you can use a custom code snippet to display the images in a gallery format within your post template.
    • If you’re comfortable with code, modify the template for your trip posts.
    • Retrieve the uploaded images programmatically and display them as a gallery.

    If you prefer not to modify templates, you can use a shortcode to display images in a gallery format. Plugins like FooGallery allow you to create a gallery and embed it via shortcode.

    I hope this helps! If you have further questions or need assistance, please contact through the website for further assistance. ??

    Best regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.