• Resolved funkopopwave

    (@funkopopwave)


    Hi, i just installed the plugin and all works well less the image upload . I have all my imagens in google cloud and i use WP-Stateless plugin to upload and show the images in my website. The problem is that your plugin upload the images directily on my server and then do not show on my web because the link point to the google cloud.

    Is there any way to fix this?

    I have translated the plugin to spanish (100% with loco translate). If you are interested i can send it to you the files. The problem is that the forms pages are not beeing traslated, the tags before the fields, you can see it in my site.

    Regards

    Diego M.
    funkopopwave.com

    • This topic was modified 5 years, 5 months ago by funkopopwave.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Alessandro Tesoro

    (@alessandrotesoro)

    Hi @funkopopwave

    1) Unfortunately I have no experience with WP-Stateless so I’m unsure how to make it compatible with WPUM. I’ve had a quick look at the plugin’s source code on their development repository and it seems they have built compatibility with a few different plugins https://github.com/wpCloud/wp-stateless/tree/v2.2/lib/classes/compatibility so you might have better luck to ask the plugin’s developer directly how to make it compatible.

    So my suggestions are:

    – Try ask the developer of the plugin if they have any idea how it could be made compatible with WPUM.

    – You could try disable WPUM’s built-in custom upload directory. I haven’t tested this and I’m not sure it would work. To do this, add the following line to your theme’s functions.php file

    remove_filter( 'upload_dir', 'wpum_upload_dir' );

    Then do a quick test by uploading an image through a WPUM’s field and see if that works.

    2) Regarding translations, fields can only be translated through the field’s editor. You can’t translate them through the language files.

    Thread Starter funkopopwave

    (@funkopopwave)

    Hi, i will try this.

    If you want to add the Spanish language
    to you plugin let me know. It is already done and I’m glad to share.

    Regards.

    Diego M
    Funkopopwave.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WP-Stateless problem with the plugin and translation problem’ is closed to new replies.