Nico
Forum Replies Created
-
Are you sure you are using the Rich Text Editor? The button is not on the code editor only on the Rich editor, the Rich Editor can be disabled in your user settings entirely.
If it’s really the right one please disable all other plugins and report back of the problem still persists.
First link looks fine for me, first title 2nd video.
Second link is down/incorrect.Did you reset the plugins options?
Looks like this is related to W3 Total Cache, I just shortly tested in on my localhost, I had issues with multisite and the minify url thing, but the page cache works fine. I tested the exact same shortcode and it works fine even when I am logged out and W3 Total cache page chache is enabled.
Maybe deleting the page cache helps. If that not works I can’t help you and I still think this is related to your special setup or W3TC.
Since I got no answer for 5 days, I mark this as resolved.
Please tell me what exact shortcode did you use on that page. Did you manually change options for any shortcodes?
Try going to the options page and use the new reset options button. And report back to me. Any other plugins you installed in that time? Since you are the only one reporting a issue like this and the update went well on my demo-site it may be a issue related to another thing.
You could install he 2.2 version from github https://github.com/nextgenthemes/advanced-responsive-video-embedder/tags but i would prefer we figure out together whats wrong so you can use the newest and upcoming versions.
As you see on nextgenthemes.com/plugins/advanced-responsive-video-embedder/demo/ vimeo is working fine, with controls and fullscreen. An i right to assume that it works fine on my demosite for you as well?
Do your see the play buttons there? My guess is yes. This has most likely nothing to do with my plugin, its a feature of Vimeo pro users to hide some controls, the play button seems not be removable, currently.
A example link for me to see for myself would be nice.
And if you love the plugin, maybe rate it/write a review? Over 7000 downloads but only 10 times rated.
Only the thumbnails have links and all have a wrapper class, you could target them with jQuery with
$('.arve-embed-wrap .a').click( function(){ //do your stuff here });
Thumbnails also have a id you can work with.
There is no way to hardcode this into the links with my plugin, maybe with wordpress content filters i don’t know …
There might also other solution for this, i have no really idea of google analytics and this is more a general question, not really about my plugin. So please ask this in a general forum or on https://stackoverflow.com/.
added it
Well i am a dev myself and will certanly not disable WP-DEBUG. The message is just a tiny bit annoying.
I use current version 2.9.4. I installed a few versions b4 the recent updates i got, maybe one or two version before the current version, i had some messages on activation as well. Maybe this has something to do with the stuff in database now.
It’s the very first message in the recent user agents box, and i just discovered a
<h1>Not Found</h1>
thats almost invisible(overflow) after the message in the html source.Yes thats exacly what i need. i have not really time atm for this and there are things that bother me.
I still cant test yahoo videos myself and this seems to be a knows issue annoying https://feedback.yahoo.com/forums/168859-news/suggestions/3213640-we-re-sorry-we-are-experiencing-technical-diff. In theory i don’t really need to to code this though ??
Then there is also yahoo screen and “omg.yahoo” and i don’t know what else and as far as i know they support embeds as well. looks like i would have to create different shortcodes for them like [yahoomovies], [yahooscreen] … after thinking about it, i think i could support all of them into one shortcode, pasting of the embed code will be required. no way to get the id from the urls of yahoo. Let me get back to this when am have more time.
Update of a almost no links in youtube videos is out. (there is still the signin link)
For Yahoo i get only errors if i try to watch videos on yahoo, if you post me a few more yahoo video URL’s and corresponding embed codes i maybe try to add yahoo.
I am not sure what you mean with yahoo video and where and how to embed them. If i go to https://screen.yahoo.com i find videos but no embed codes. And some links on google pointing to the faq how to embed video end up being removed. To me it looks like they not offer embeds. If they do show me how.
Actually it’s possible and also a great idea! It’s my intention to embed videos as clean as possible and youtube offers the modestbranding=1 parameter that removes those links to youtube. I will add it in the next version.
And does yahoo screen allow embeds? I can’t find anything about it.
Just wait ?? will be fixed in next version. Thanks for the report. It’s just the new dialog that not detects the ID, the actual shortcodes work.
For the time being you can just easy manually type shortcode the [vimeo id=”5505344″] you’ll find the if in the URL like https://vimeo.com/5505344 you could also click “more options” in the button dialog and put the id in the field and select Vimeo.
Thanks, fixed this even before i saw this thread.