MetalMusicMan
Forum Replies Created
-
Forum: Plugins
In reply to: [Featured Video Plus] Issue with oembed replacement function in 2.2.1Here you go: https://tinyurl.com/q9admpx
When I upgrade above 2.2.0, the video no longer fits the containing div. It doesn’t break the box, but it stretches to be larger than the div can show, therefor the user can’t see any of the controls or the full video unless they double-click for full screen.
Forum: Plugins
In reply to: [Featured Video Plus] Issue with oembed replacement function in 2.2.1Actually, regarding the wrapper, you’re right. That wrapper CSS is actually for another section and I confused them. I use that CSS for general embedded videos, but not for the featured ones.
However, that makes the original issue even more confusing to me. I have no idea what is breaking the responsiveness now. All I know is that it is working on 2.2.0, and as soon as I upgrade to 2.2.1 or 2.2.2, the video no longer shrinks to fit my existing div.
The container div I use for all featured images / videos has the following CSS:
display: inherit; overflow: hidden; float: right; width: 30vw; max-width: 460px; height: inherit; max-height: 250px; margin: 0em 1px 1em 1em; outline: 1px solid #c3c3c3; border: 6px solid #f7f7f7; border-bottom: 12px solid #f7f7f7; box-shadow: 0px 4px 0px #c3c3c3;
I use conditionals to change the max width and max height based on screen resolution of the client.
Did you change any class or ID names in 2.2.1 or 2.2.2? I’m trying to figure out what is different in the versions that would be causing this.
Forum: Fixing WordPress
In reply to: WordPress 4.3.1 admin menu bugJust got a Chrome update. Working fine as of now ??
Forum: Fixing WordPress
In reply to: WordPress 4.3.1 admin menu bugThe issues that the video shows in the link you provided are exactly what I am experiencing.
Forum: Fixing WordPress
In reply to: WordPress 4.3.1 admin menu bugI’m having the same issues, only happening as of the 4.3.1 update. I have 3 WordPress sites and they are all doing it.
Forum: Fixing WordPress
In reply to: Possible Bug: User Name wraps in Admin Bar when Show Avatars = FalseI have this same problem, exactly as you describe. Still persisting (still only in IE).
Forum: Plugins
In reply to: [WooCommerce] BlockUI alert!I was also getting the BlockUI error after updating to WordPress 3.6, it looks like WooCommerce was the culprit.
Removing “alert(‘blockUI requires jQuery v1.3 or later! You are using v’ + $.fn.jquery);return;” (but not the “{” or “}” as nonick80 mentioned) fixed it for me.
The files I needed to remove the line of code from were:
…/woocommerce/assets/js/jquery-ui.js
…/woocommerce/assets/js/jquery-ui-min.jsand
…/woocommerce/assets/js/admin/woocommerce_admin.js
…/woocommerce/assets/js/admin/woocommerce_admin.min.jsThanks for the tips and I hope my post and the rest here have helped people.
Forum: Fixing WordPress
In reply to: remove "Attachment Post URL" button from media uploadI would also like to know how to remove the “Attachment Post URL” button– there’s no reason that anyone on my site should click anything but “none” or “File” for the attachment link, yet for some reason a lot of people click “Attachment” and screw up our highslide/lightbox script :\
Forum: Plugins
In reply to: [The Events Calendar] [Plugin: The Events Calendar] Events Page TitleThanks for the above code, worked like a charm!