Attaroa
Forum Replies Created
-
Forum: Plugins
In reply to: [Site Creator Ultimate] Compatibility with language switching in WPMLHi Tor,
Thanks for your reply.
The widget that I use, is the basic “text widget” from WordPress. I entered [sitecreator show=”1″] which works perfectly on the Dutch site, but when I switch to English, nothing is shown. The post that should be displayed does have an English translation.
Dutch is indeed the admin language. I cannot show you the error, as the site is not yet fished.
I hope this clarifies my problem.
Forum: Plugins
In reply to: [Site Creator Ultimate] Compatibility with language switching in WPMLHi Tor,
I have the same problem with WPML. I have a Dutch/English website.
On the front page I included two text widget that each show a recent post of a particular category.The Dutch version shows the posts in the widgets, but the English site doen’t show any posts. I tried giving the the Dutch and English category the same name, but that does not work.
Could you please share your solution with me?
Thanks for your help!
Best regards,
IljaForum: Fixing WordPress
In reply to: Play video on hover.I know, it’s much simpler than I thought.
You can add a poster by adding poster=”image.jpg” to the tag.
<video poster="image.jpg" src="video.webm" id="id0" width="300" onMouseOver="id0.play()" onMouseOut="id0.pause()" onclick="window.location='video.webm';id0.pause()" loop title="video.webm " ></video>If the uploader of WordPress does not support .webm, .ogg or .mp4 files (I haven’t checked that), you can always use a ftp program to upload the video’s.
Forum: Fixing WordPress
In reply to: Play video on hover.Thanks for your help, but I found a much easier solution.
Just place this code in your page/post/widget where you want the mouseover video to be displayed:
<video src="video.webm" id="id0" width="300" onMouseOver="id0.play()" onMouseOut="id0.pause()" onclick="window.location='video.webm';id0.pause()" loop title="video.webm " ></video>Forum: Fixing WordPress
In reply to: Play video on hover.Thanks! I’m going to take a look 🙂
Forum: Fixing WordPress
In reply to: Play video on hover.Hi Dyson,
I was wondering if you found a solution for this. I also want this same hover effect on my wordpress website, but I can’t figure out how to do it.
Thanks very much for your reply!
I solved the problem. I deleted the thumbs folder and created a new one, applied CHMOD 777 and now it works.
It’s a great plugin!