Hi there VM fourm,
I am having trouble getting a content plugin to work in the product description of VM.
The plugin is AllVideos 4.5 from JoomlaWorks, a video plugin, which uses tags.
The tags themselves are correct, but on the frontend they do not load a Youtube video as they should be.
I am using the JCE editor and have tried switching to TinyMCE, JoomlaCK and none, still no result.
I also have the 'allow Joomla plugins' enabled in the VM config.
Versions: Joomla 2.5.14 and Virtuemart 2.0.22c
Someone over at JoomlaWorks told me I should parse the content plugins, see http://www.joomlaworks.net/forum/allvideos/14480-no-video-shown/55095
Thanks in advance!
The error also appeared in Joomla! content?
As he said:
QuoteThis is a known issue and has to do with the latest version of some browsers blocking non https content when the page is served via https. The fix will be included in the next release....
Please wait for the next release to be stable.
The error does indeed occur in Joomla content as well. It might indeed be due to http and https. Any idea when the next stable release is?
http://dev.virtuemart.net/attachments/download/673/com_virtuemart.2.0.26d_extract_first.zip
You should update your Joomla also.
Is updating in all those little steps that important?
I thought the difference between a 2.0.26d and 2.0.22c was neglible.
Well, guess I have to then...
I am updating to VM 2.6 and JM 2.5.19, does that make any difference?
It should work then, but you will get the error that creation of pdf failed.
We have the problem that we need an extra option for "use joomla content plugin in pdf". So you need then to modify a bit the core "view.html.php" in the invoice view, just remove the lines doing the content plugins (1-2 lines).
To be honest, I don't encounter such an error. However, the videos are now being called, but not loaded.
This is due to http https issues (again), as the console says that the content is mixed and therefore blocked.
Everything on our website is https, but the youtube link it calls is http.
The links should be changed so that the links become https.
However, now I am trying to find the allvideos files, any ideas where to look?
*Update*
Just found it. However, any idea how edit the code in such a way that the link becomes https in all cases?
If required, I can post the code
*Update 2*
The guys over at Joomla Works helped me out with this, if anyone is interested in the solution go to
http://www.joomlaworks.net/forum/allvideos/14480-no-video-shown?start=10#55205
Thanks for all the support once more!
and does it work with the pdf? another solution is that the joomlaworks guys add an if to prevent rendering of the video in the pdf.
I don't use a pdf, not that I am aware off.