judySimon
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Icons] Plugin is Brokenusing wp 3.4.2, installed plugin…
settings page gives me:
You do not have sufficient permissions to access this page.so does trying to click on the category icons link in the post submenu.
its a multi-language site if that makes a difference?
I am the admin user, what am i missing here?I got it working…! i made the following changes in the video.min.js file included in your plugin:
var techOrderArr = ["html5","flash"]; if (navigator.userAgent.indexOf("Firefox")!=-1) techOrderArr = ["flash","html5"]; VideoJS.options={techOrder:techOrderArr,....
according to the following post:
https://www.walmik.com/2012/12/solution-for-videojs-not-playing-some-videos-in-firefox/
hopes this helps someone else!
hi,
thanks for the reply and i realize that you can’t do free support but i just wanted to check if its the wordpress plugin or the video.js that looses the src= tag when converting from the shortcode to the actual video tag…this has been very frustrating as i’ve checked all the answers and aside from adding those lines in the .htaccess file, none has any other concrete answers.
btw, my .htaccess file now looks like [and it still doesn’t work:
AddType audio/ogg .oga .ogg AddType video/ogg .ogv AddType video/mp4 .mp4 AddType video/webm .webm
one update: i actually tried to put ONLY the ogg in the shortcode, and it didn’t work that way either…
Hi Dustin,
1. no demo page, but i can send a u/p to your regular email with insturctions.
2. can i really just switch the extension without reformatting it??
3. yes, its in the .htaccess file at the root level, but they are outside the begin-end wordpress tags – see below – does that matter?
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress AddType video/webm .webm #AddType video/ogg ogg AddType video/ogg ogv AddType video/mp4 .mp4
4. just the src= mp4 shows in chrome.
One other thing, the popout to fullsize works in FF and IE, but not chrome – just to make life interesting ?? .
Thanks so much for the help
i am also having problems with firefox and ogv/ogg files. chrome and IE work fine.
i am using the shortcode version of the plugin, so in my code it looks like:
echo do_shortcode('[video mp4="https://debate.co.il/wp-content/uploads/2012/12/5-base-of-presentation.mp4" ogg="https://debate.co.il/wp-content/uploads/2012/12/5-base-of-presentation.ogv" preload="auto" autoplay="true" width="340" height="250" id="selVideo" class="right" controls="true"][/video]')
in chrome the src=”” gets loaded properly, but in FF i get the following empty video tag:
<video id="selVideo_html5_api" class="vjs-tech" data-setup="{}" autoplay="" preload="auto" poster="" tabindex="0"> </video>
what happened to my OGV src tag?
Forum: Plugins
In reply to: [WP-Paginate] [Plugin: WP-Paginate] Pagination on category posts doesn't worksame here.. installed as in instructions… shows first page, the 2nd page link …/page/2 just comes back to the first page?
https://www.ncsforum.org.il/archives/category/%D7%9E%D7%94%D7%AA%D7%A7%D7%A9%D7%95%D7%A8%D7%AA/page/2does it matter that there is hebrew [non-ascii chars] in the URL??