asdevargas
Forum Replies Created
-
Hello,
Sorry for my late reply, and thank you very much for your help: it works perfectly!
Best regards,Anne-Sophie
Forum: Plugins
In reply to: [Easy Video Player] Autoplay does not work on iPhoneIt seems that Safari needs some extra care:
“To be able to play inline, webkit requires you to pass playsinline attribute to allow a muted video to autoplay without requiring fullscreen.”
https://medium.com/@BoltAssaults/autoplay-muted-html5-video-safari-ios-10-in-react-673ae50ba1f5But I think this would require an update of the plugin…
Very much looking forward!Best,
Anne-Sophie de VargasForum: Plugins
In reply to: [Easy Video Player] Possible to hide controllsWith CSS you can:
.plyr__controls, .plyr--full-ui.plyr--video .plyr__control--overlaid { display: none; }Forum: Plugins
In reply to: [PDF.js Viewer] Got a security defender warning on the PDF screenHi!
I’m having the same issue with Microsoft Edge. If removing the base URL as @aakashsky suggested, a warning message still appears, not on the PDF viewer itself but still, on the URL bar of the site.
I have suscribed to this thread, in case someone finds a solution.
Best,
A.Sph
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Responsive Table NeededHi!
I’m having a similar problem, so I looked into the documentation. It says that on small screen, you can see the table with an horizontal scroll (working for you, and on my website). They are other options to display the table, but you have to download the extension, the information on this link might help:
https://tablepress.org/extensions/responsive-tables/Best!
- This reply was modified 6 years, 1 month ago by asdevargas.
- This reply was modified 6 years, 1 month ago by asdevargas.
Forum: Plugins
In reply to: [Multi-column Tag Map] Display only children of a pageBrillant!! Thank you so much ^_^
Forum: Plugins
In reply to: [Multi-column Tag Map] Display only children of a pageWonderful! Thank you very much π
Forum: Plugins
In reply to: Woo Commerce Custom Cart or PDFHi! I’m looking for exactly the same option…!! Did you by any chance came across a way of doing it?
Forum: Plugins
In reply to: [Lexicographer] Set the index in columns masonry-likeYou are welcome π
Hi nonverbla, thank you! I will give it a try π
Forum: Plugins
In reply to: [Search & Filter] Search & Filter and WPMLHi,
Sorry, I just found out your answer –Gmail put it in a folder I never go to…
We are finally not using advanced search so I couldn’t test it, but I keep it in mind.Thank you again.
Best regards,Anne-Sophie
Forum: Plugins
In reply to: [Multi-column Tag Map] When click in tag directly to postHi! I was looking for the same feature: if the result is only on, go directΓ±y to the content, if the result is several, then display them as they are right now. Any help would b very welcome! Thank you.
Forum: Plugins
In reply to: [Ultimate CMS] Display custom taxonomiesFinally found it!
if($tags=get_the_term_list( get_the_ID(), 'districts', '', ', ', '')) { $html .= '<div class="row tags"><strong>'.__('District:', 'Twoot').'</strong>'.$tags.'</div>'; }π
Hi Brandon,
Thank you for pointing me this interesting article!
Best regards,Forum: Plugins
In reply to: [Advanced Browser Check] Not working with ie 8 with windows xpThank you so much, I will!! π