• Hi,
    I have tried to run the simples possible example of the plugin, by adding the shortcode [wordpress_file_upload]. The page shows the “Upload file” text box and the “Select file” and (inactive) “Upload file” buttons. However, nothing happens when if one clicks on “Select file”, no file browser window is opened. I have checked the browser console but I did not get any relevant information.

    What could be the cause of this problem?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nickboss

    (@nickboss)

    Hi, it seems that your theme’s css is interfering with the plugin’s elements.

    Put the following css code in Custom CSS area of your theme:

    input#input_1 {
        position: static;
    }

    This should make Select File button work again.

    Regards

    Nickolas

    Thread Starter abenassen

    (@abenassen)

    Thanks a lot, that worked perfectly, though I did not understand why “position” was the issue!

    Plugin Author nickboss

    (@nickboss)

    Sometimes css can be very tricky ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select file not active’ is closed to new replies.