Kevin Dees
Forum Replies Created
-
you will want to but the css selector that contains your video. what does this meen?
html
body
div.postmight be the layout of your html.
the div.post would be a div with the “post” class. this is common for wp themes. if there is video html in that div with the “post” class you would set the settings page field to “.post”.
the other option is just to set it to “body” to select the whole document.
P.S. dont use the quotes
have you checked the settings page of the plugin? You need to be sure to set the selector.
also if you have a link that would be helpful.
your error could be due to the update i added to the plugin. I have changed the plugin to use the latest version of fitvids and jQuery.
you might want to try an older version.
http://wordpress.org/extend/plugins/fitvids-for-wordpress/developers/
Forum: Plugins
In reply to: [FitVids for WordPress] [Plugin: FitVids for WordPress] WP_DEBUG: ErrorsThanks for the heads up. I’ll take a look at whats going on.