• Resolved billyliar

    (@billyliar)


    Hello

    I am using WPadverts classifieds plugin https://nationalcavyclub.com/classifieds/

    and have two problems

    1/ users are reporting issues of not being able to upload images to their adverts. This doesn’t seem to be consistent, with some being able to upload and others seeing progress wheel reach 100% but the images not loading.

    2/ users are unable to log back in to manage their adverts. Do they have to have registered an account to be able to manage any advert? And if so, is it possible to make the creation of an account mandatory rather than optional.

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,

    1. most likely the users that cannot complete the file upload are uploading files bigger than max allowed file size in the PHP settings (usually 2MB or 8MB).

      You would need to either increase the file size limit in the PHP settings or (for example) use the Custom Fields extension to limit the max upload size in the Gallery field then instead upload ending at 100% users should see an error message. If you are familiar with PHP programming it is also possible to set the limit using adverts_form_load filter.
    2. yes, users need to be logged-in while posting an Ad to be able to manage it later. We do not have an option to automatically register users but you can make the Classifieds Publish block visible to registered users only.

      To do that in the wp-admin / Pages panel edit the page with Classifieds Publish block, click on the block, and in the right sidebar find the “Capability required to publish” enter “read” and save the page.

Viewing 1 replies (of 1 total)
  • The topic ‘WPadverts – classifieds plugin – image loading’ is closed to new replies.