How to insert a video like in the demo?

Advanced and professional portal news Joomla template with community features and various content display layouts.
GK User
Wed Jan 23, 2013 6:32 pm
Dears,

I just installed the quickstart version of the template and I would like to insert a video exactly like in the demo. I don't know what to do to have the same presentation like in the demo especially when I pass the mouse over the image the play button turns red. Moreover, there is a display problem with the block where the video should appear. You can see the problem at the following link by downloading the screenshot.

[url]http://zw3tt1.1fichier.com[/url]

Thank you,
User avatar
Junior Boarder

Konrad M
Thu Jan 24, 2013 8:53 am
Hi,
to add vide in the same way please before you edit Custom Html module set editor option to none in global settings. Then find this module it's called Video and paste this code. Change url to video and image.
Code: Select all
<p><img src="images/demo/dummy_video.png" border="0" alt="banner" /></p>
<h3>Video Sport News</h3>
<p> </p>
<p style="margin-top: -30px; line-height: 20px;">From Mario Lemieux to Alex Ovechkin, check out some of the greatest goals, dekes and saves in NHL history. <a href="http://vimeo.com/9992353" target="_blank" style="font-weight: bold; font-size: 11px;">WATCH NOW</a></p>
<p class="gkInformationIs3"><a href="#">Click here see more.</a></p>

To fix issue with display please add to override.css
Code: Select all
#gkPage .box.dark div.custom {
margin: 0;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Feb 12, 2013 4:55 pm
Hello,

I would like to ask if this feature is available to be implemented in other templates?
For example I am using Fashion template could I implement this in any way?

Br,
User avatar
Junior Boarder

Konrad M
Wed Feb 13, 2013 5:00 pm
@thanasis I'm think you should be able to implement it in fashion. It is a Custom HTML module with some code. But remember to not use any editors when you will insert this code to this module.
User avatar

GK User
Thu Feb 14, 2013 1:32 pm
Thanks for the reply.
Could you recommend a Custom HTML Module which will be compatible with the above?
User avatar
Junior Boarder

Konrad M
Fri Feb 15, 2013 6:45 pm
Custom HTML Module is a standard joomla module.
User avatar


cron