PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Need Help With Image Gallery

  1. I have a membership site for artists.

    I want to allow them to upload images to a gallery on the site.

    In your sales video on the front page of the site (at the 0:34 mark) you show a visual example of this exact thing.

    So I bought the Plugin and now I can't figure out how to do that.

    I have searched the whole site. I have spent all night reading the support forums and the Documentation and I can't figure it out.

    It's one of the main features you're advertising in your main sales video so it MUST be possible. It shows the gallery with the file upload form underneath it.

    I'm not hooked on this exact solution.

    As long as:

    1.) Member (my student) uploads image.

    2.) It appears in the "Critique Gallery" so all members (students) can see it.
    I'm open to any way of implementing it. (I'm not a coder but I can sort of hack stuff together because I'm running Thesis 1.8.5)

    Also - one possible solution I just thought of was maybe forcing an image tag to be embedded on every upload and then use NextGEN gallery to dynamically generate the gallery from tags.

    Another possible solution I thought of was to change the upload path FROM the Gravity Form to a folder I use only for the Critique Gallery form and then point the NextGEN gallery to pull the images from that folder.

    ...but I'm not actually that crazy about NextGEN gallery so that doesn't HAVE to be the solution. I'm just trying to figure out how I can pull it off without much coding.

    Please help.
    Chris

    Posted 11 years ago on Friday November 30, 2012 | Permalink
  2. Another possible solution I thought of was to change the upload path FROM the Gravity Form to a folder I use only for the Critique Gallery form and then point the NextGEN gallery to pull the images from that folder.

    That does not seem like too much work. To change the upload path, you can use the gform_upload_path filter http://www.gravityhelp.com/documentation/page/Gform_upload_path

    Does that work for you without too much programming?

    Posted 11 years ago on Saturday December 1, 2012 | Permalink
  3. You could also do this with the built in WordPress [gallery] shortcode. The issue there would be updating this existing post by adding the attachment to the media gallery, and linking it to this post. That would be done with the gform_after_submission filter and wp_update_post.

    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Saturday December 1, 2012 | Permalink
  4. Hi Chris,
    I also try to use G Form for my property submit.
    All the other content except image can post direct.
    I try to understand your recommend method, but I am not much clear where to insert.
    Can you advise a bit more clearly.

    Posted 11 years ago on Saturday January 12, 2013 | Permalink
  5. zayyarlwin - please post a link to your site where the form is embedded, so we can see what information you are accepting now. And please show us an example of what you want your posts to look like. We can help you with the specifics but we will need more information from you to be able to help.

    Posted 11 years ago on Sunday January 13, 2013 | Permalink
  6. Hi Chris,

    My test site URL- http://myanmaroffshore.co/mmoff/

    I would like to let user to direct post and would like to display as the Example property 1 to 5.
    Please let me know if you need to more information or even to access my files.

    Thanks

    Posted 11 years ago on Monday January 14, 2013 | Permalink
  7. You can create a post like that with Gravity Forms. You need to see how the existing posts are storing the images. Once you determine that, accept image uploads in the same way in your form. Do you already have a form online that we can take a look at? We can help you fine tune it.

    Posted 11 years ago on Monday January 14, 2013 | Permalink
  8. Hi Chris,

    Thanks .
    My From created by G-Form link: http://myanmaroffshore.co/mmoff/submit-your-car/

    Let me know if you need to access my files.

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  9. OK, I submitted a test post with two images. Can you tell me the URL to the post which was created?

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  10. Hi Chris,

    When we upload files are store in /mmoff/wp-content/uploads.
    But to display the post files are drawn from /mmoff/wp-content/themes/realtorpress/thumbs.

    Thanks

    Posted 11 years ago on Tuesday January 15, 2013 | Permalink
  11. It sounds like your theme is looking for the images in a specific location then. They must have some function which puts the images in that location, since that is not the normal wp-content/uploads location for the media gallery. You might have to move the images to the correct location after creating the post in Gravity Forms. A customization such as this might require the assistance of a programmer.

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  12. As per your above advise, I understand that we can change the upload file location.
    Can you advise abit more detail of upload file change example.
    If my existing theme seem difficult to modified, is is possible to modified for Twenty 11 or 12.

    Thanks

    Posted 11 years ago on Wednesday January 16, 2013 | Permalink
  13. This functionality is tightly coupled to your 'realtorpress' theme and changing to 2011 or 2012 would not accomplish the same thing. I don't have any experience with that theme. But if you want to continue to use that theme, you will need to put the images in the location the theme is expecting. A customization such as this, as I mentioned previously, may require the assistance of a programmer who is familiar with both Gravity Forms and the realtorpress theme. We have a job board available for customization requests such as this http://www.gravityhelp.com/forums/forum/job-board

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  14. I mean I am just testing that theme and I don't mind to switch to other theme.
    I would like to use the function of G-Form to direct post, is there any theme can work with G-Form with minimum customization.
    Thanks

    Posted 11 years ago on Thursday January 17, 2013 | Permalink
  15. Gravity Forms will do its job and collect all the information you need. Specific integration with any theme is not something we can help with. Your application is very specialized but does not appear difficult to accomplish what you need. When you accept data with a Gravity Form rather than using the tools built in to the theme, you need to ensure you put all the data you collected in the right place. It's not difficult, but it might be tedious and take a while. You may need to consider hiring assistance with this application if it's beyond your capabilities. Or dig in, one problem at a time, and figure out how Realtorpress does it, and make your Gravity Form put the information in the same places in the correct format.

    Posted 11 years ago on Friday January 25, 2013 | Permalink