Chris
Forum Replies Created
-
Forum: Plugins
In reply to: [Use Google Libraries] Removing jQuery-migrate the right way (advice needed)Give this plugin a try:
https://github.com/cedaro/dequeue-jquery-migrateScroll down to the “Installation” section for the download link.
Thanks! Email sent!
It’s a regular post type, but it is using the Post Format feature of WordPress.
The same thing happens on a different site of mine. It just uses the regular post type, no post formats either.
This only started happening with 2.2.8. If I roll back to 2.2.7 the URL displays normally.
Forum: Plugins
In reply to: [Use Google Libraries] 4.2 beta 1 conflictYep, I have the same problem in 4.2 Beta 1. When Use Google Libraries is active there are javascript errors in the WordPress Dashboard.
Forum: Plugins
In reply to: [Disqus Comment System] mysql syntax error after migration to plugin v 2.81After I upgraded to 2.81 my comment count wouldn’t display. Could that be related to this error?
Forum: Plugins
In reply to: [WP Instagram Widget] Feature Request: Open in New WindowThank you very much for that code snippet!
Forum: Plugins
In reply to: [Tabby Responsive Tabs] Awesome plugin, one small feature requestThat was quick! Thank you very much 🙂
Thank you for looking into it. Photon is amazing, so I’ll just deactivate the Lazy Load plugin for now.
Hi Jeremy,
I’m experiencing it on the thumbnail images on the home page here:
http://techyourworld.com/Hey, thanks for the reply! How about an option to disable the permalink feature, for those who prefer to have the back button function as expected?
Cool! Looking forward to the update.
Forum: Fixing WordPress
In reply to: Responsive video – can i set width to 100%?Yeah, adding the following to my CSS file worked for me:
.wp-video-shortcode { max-width: 100%; } .wp-audio-shortcode { max-width: 100%; }Forum: Fixing WordPress
In reply to: Responsive video – can i set width to 100%?Use your first shortcode there, but add this to your CSS file:
.wp-video-shortcode { max-width: 100%; } .wp-audio-shortcode { max-width: 100%; }Forum: Plugins
In reply to: WP 3.6 Audio Video support via Media Elements.js is not responsive ?Try adding this to your CSS file:
.wp-video-shortcode { max-width: 100%; } .wp-audio-shortcode { max-width: 100%; }