• Resolved ashlealanier

    (@ashlealanier)


    I’m seeing this error in Firefox only so far. The Add Files button doesn’t pop up the media window like it should. I reverted WP back to the previous release and it’s working. Just wanted to point that out to make sure you guys know about this bug.

    Thanks!

    https://wordpress.org/plugins/buddypress-docs/

Viewing 15 replies - 16 through 30 (of 41 total)
  • Plugin Author Boone Gorges

    (@boonebgorges)

    justinjdean – Try replacing the contents of wp-includes/js/media-views.min.js with the modified content of media-views.js.

    justinjdean

    (@justinjdean)

    Boone – Tried that and doesn’t fix it. πŸ™

    Plugin Author Boone Gorges

    (@boonebgorges)

    Sorry to hear that. I guess all I can suggest is to look through your theme files to find the offending CSS. If you can tell me the name of your theme, and it’s public, I can do a quick search for you. Otherwise, if you have a copy on your hard drive, I’d suggest using grep or a similar tool to look for border- related rules on table elements. (You can also use your browser inspector to track down these rules – just Inspect Element on a table and start poking around.)

    I have the same issue. I have changed the line in media-views.js but it does not work. I am using Evolve 3.5.0 theme.

    Plugin Author Boone Gorges

    (@boonebgorges)

    pejo007 – Have you moved the corresponding fix to media-views.min.js? It’s likely that your site is loading minified assets.

    Boone – I could not find the string at all in the media-views.min.js when I searched for it so I could not change it.

    Plugin Author Boone Gorges

    (@boonebgorges)

    No, the string would not appear in the minimized version. Copy the full text of the modified, unminimized version into media-views.min.js.

    Hello
    using Plexus 1.13 theme ans have the same issue. I tried adding
    border-collapse: separate !important in inline style but did not fix this… Changing themes solves the issue… Any suggestions?

    Also tried editing the media-views.js file but nothing…
    no js errors either

    Plugin Author Boone Gorges

    (@boonebgorges)

    > Also tried editing the media-views.js file but nothing…

    Please see https://wordpress.org/support/topic/add-files-button-not-working-after-wp-45?replies=25#post-8337845

    > I tried adding
    border-collapse: separate !important in inline style but did not fix this…

    I don’t think that overriding the offending style will work. You have to actually remove it from the stylesheet, so that the browser never reads it.

    No, the string would not appear in the minimized version. Copy the full text of the modified, unminimized version into media-views.min.js.

    I replaced the entire content of the media-views.min.js-file with that of the modified media-views.js-file. No luck unfortunately. Still nothing happens when I press the Add file-button.

    Hi Boone
    In my theme Evolve the CSS is set like that:
    border-collapse: separate !important;
    but Add file button doesn’t work.
    I Hope soon it starts working again!
    Thanks for the great work you do!

    Hello guys

    Easy fix for now
    Just download jquery 1.11.3 from here
    https://code.jquery.com/jquery/

    Safe The code in a text file and name it jquery.Js

    In your ftp replace the file in this folder
    Wp-includes/js/jquery/

    The refresh your browser cache and history settings and restart the browser should work.

    You can revert it back the same way by downloading 1.12.3 or back it up

    There you go!

    Hello guys

    Easy fix for now
    Just download jquery 1.11.3 from here
    https://code.jquery.com/jquery/

    Safe The code in a text file and name it jquery.Js

    In your ftp replace the file in this folder
    Wp-includes/js/jquery/

    The refresh your browser cache and history settings and restart the browser should work.

    You can revert it back the same way by downloading 1.12.3 or back it up

    There you go!

    Thank you! Worked fine for me! Solved a lot of problems since I had to upload important documents a.s.a.p!

    Argh, even swapping out the jquery file with 1.11.3 didn’t work for me. Still nothing happens when you click Add Files

Viewing 15 replies - 16 through 30 (of 41 total)
  • The topic ‘Add Files button not working after WP 4.5’ is closed to new replies.