• Resolved psn

    (@psn)


    Hi

    Wonder how I can get the information text and file field moved so the send button will be placed underneath instead of beside.

    See imageComment reloader

Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter psn

    (@psn)

    Just to clarify, I want to move “Skicka Kommentar” button so its placed underneath “V?lj filer” button.

    Plugin Author WP Puzzle

    (@wppuzzle)

    use this code snippet at you functions.php or this plugin https://wp-puzzle.com/functionsphp/

    
    fucntion myslug_show_cir_fields(){
         if (function_exists("the_cir_upload_field")) { 
             the_cir_upload_field(); 
         }
    }
    add_action( 'comment_form_before_fields', 'myslug_show_cir_fields' );
    

    this issue will be fixed at nearest update

    • This reply was modified 8 years, 1 month ago by WP Puzzle.
    Thread Starter psn

    (@psn)

    Great then I will wait for next release.

    Per

    Thread Starter psn

    (@psn)

    Hi again, any idea when next release will be published?

    Thread Starter psn

    (@psn)

    Can you also check why the images is not sent in the mail notifications? I have a plugin called Comment Notifier for All and I have tested an other comment plugin which add images and add the images into the mail.

    Thread Starter psn

    (@psn)

    Would be great if we can have an option to chose images from Media Library or Computer

    Plugin Author WP Puzzle

    (@wppuzzle)

    Hi, @psn!

    Next release will planned at the first half of February.

    Unfortunately, we can not check compatibility with Comment Notifier at nearest time. You can propose this at our git repository. Other issues can be added here. Thanks!
    https://github.com/wppuzzle/comment-images-reloaded/issues

    Thread Starter psn

    (@psn)

    Ok have added the issue to get image added to mail. The feature to chose image from Media Liberary or computer can this be added into next release?

    Per

    Plugin Author WP Puzzle

    (@wppuzzle)

    @psn, what you mean about Media Library? Do you want give access users to all media files?
    First of all we will not add this feature for all users. But we will consider your request as new feature for more late releases for add access to media library at frontend for logged in users.

    Thread Starter psn

    (@psn)

    Yes correct it should only be available for logged in users to chose if they want to use an image from WP Media Library or from their own computer. I also think it should be a feature where we can opt in this function to be used. As I now got all needed answers I will close this ticket for now.

    Have a nice day!

    Per

    • This reply was modified 8 years, 1 month ago by psn.
    Plugin Author WP Puzzle

    (@wppuzzle)

    Thanks for your suggestions! Expect new releases

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Move text and file field’ is closed to new replies.