Change Video Teaser?

Support desk for Multipurpose Quark Theme
GK User
Sun Feb 22, 2015 12:53 am
Hi Guys,

I am having some difficulty changing the content in the video teaser module. Can I use any youtube video? How do I swap it out?

Brad
User avatar
Senior Boarder

GK User
Sun Feb 22, 2015 9:49 am
hi,
you want youtube instead vimeo,
or
youtube without (>) and image like now it's - just youtube player?

If #1 use right url for example
<a href="#" class="gk-video-link gk-add-rotate-animation" data-url="https://www.youtube.com/embed/7tBajo_DV5Y" data-width="1280" data-height="720" data-sr="enter bottom and move 50px">Product landing page theme <i class="fa fa-play"></i> Play</a>



https://www.youtube.com/embed/YOUTUBE-CLIP-ID

for me it works
User avatar
Platinum Boarder

GK User
Tue Feb 24, 2015 11:09 am
Oscar E wrote:hi,
you want youtube instead vimeo,
or
youtube without (>) and image like now it's - just youtube player?

If #1 use right url for example
<a href="#" class="gk-video-link gk-add-rotate-animation" data-url="https://www.youtube.com/embed/7tBajo_DV5Y" data-width="1280" data-height="720" data-sr="enter bottom and move 50px">Product landing page theme <i class="fa fa-play"></i> Play</a>



https://www.youtube.com/embed/YOUTUBE-CLIP-ID

for me it works


I used the example above of the video with play icon. But the play icon does not work. How can i fix this? I can start the video but i do not see an icon
User avatar
Gold Boarder

GK User
Wed Feb 25, 2015 6:59 pm
But my code didn't change anything more, just link to video only.

so it must be something else which deleted (>) icon
Code: Select all
<i class="fa fa-play"></i>

which is based on FontAwesome, it mean that Typography must be enabled in template settings.

it means that full html code inside module should be similar to following:

Code: Select all
<a class="gk-video-link gk-add-rotate-animation gk-rotate-animation" data-height="720" data-width="1280" data-url="https://www.youtube.com/embed/7tBajo_DV5Y" href="#" style="visibility: visible; ">
Product landing page theme
<i class="fa fa-play"></i>
Play
</a>

please check your code again, and I hope you will find mistake.
User avatar
Platinum Boarder

GK User
Wed Feb 25, 2015 9:23 pm
I tried the code again but i didn't work.

How can i enable the awesome font? I search it the quark template option but i did't find.

If you have time look to my other topic with some questions.. https://www.gavick.com/forums/quark/some-troubles-with-quark-43850
User avatar
Gold Boarder

GK User
Wed Feb 25, 2015 9:25 pm
Typography On/Off

or show me URL
User avatar
Platinum Boarder

GK User
Wed Feb 25, 2015 9:34 pm
Oscar E wrote:Typography On/Off

or show me URL


Where is the typography on off button?
i have searched on joomla in

extension >> template manger>> qk.quark >> font

where do i need to search at?
User avatar
Gold Boarder

GK User
Wed Feb 25, 2015 9:38 pm
here, must be On = Enabled
User avatar
Platinum Boarder

GK User
Wed Feb 25, 2015 9:46 pm
Found the right but : i don't have that button :oops:

Is there any easy way to turn it on?
User avatar
Gold Boarder

GK User
Wed Feb 25, 2015 10:12 pm
maybe before seaching like crazy,
check if fontawesome is loaded on front-end,

<link rel="stylesheet" href="templates/gk_quark/css/font-awesome.css" type="text/css" />


please use webmaster brain :)

if you're working on localhost I cannot help more, sorry.
User avatar
Platinum Boarder

GK User
Wed Feb 25, 2015 10:37 pm
Hmm i can't find that i have send you a PM
User avatar
Gold Boarder

GK User
Fri Feb 27, 2015 12:13 am
Hoi.
I have question: but where exactly is that Video player module?
On which subpage?
I couldn't find it on you website

BTW
your font-awesome.css file - is loaded - I checked :)
User avatar
Platinum Boarder

GK User
Fri Feb 27, 2015 6:45 pm
can i update tot joomla 3.4 without any problem?

In theory no problem, but since Monday I saw few issues.
Most of them were related with NSP GK5 only.
But for it there is solution.
User avatar
Platinum Boarder

GK User
Fri Feb 27, 2015 6:48 pm
Video Player Question

again you code it not exactly like my was
here is yours current
<p><a data-url="https://www.youtube.com/embed/7tBajo_DV5Y" data-width="1280" data-height="720" href="#" style="visibility: visible;" class="gk-video-link gk-add-rotate-animation gk-rotate-animation"> Product landing page theme Play </a></p>


before word "Play" there is missing : <i class="fa fa-play"> </i>

I suggest :
1) Disable TinyMCE editor or JCE editor and set no Editor at all.
2) Paste my code again with your URL of course
3) Save and do not touch :)

and drinking a tea - relax - watching like all works perfect this time.
User avatar
Platinum Boarder

teitbite
Sat Feb 28, 2015 11:24 am
Hi

@xWiz You have send the access to me by accident I believe. I'll pass it to Oskar.
User avatar
Moderator

GK User
Sat Feb 28, 2015 3:50 pm
Oscar E wrote:Video Player Question

again you code it not exactly like my was
here is yours current
<p><a data-url="https://www.youtube.com/embed/7tBajo_DV5Y" data-width="1280" data-height="720" href="#" style="visibility: visible;" class="gk-video-link gk-add-rotate-animation gk-rotate-animation"> Product landing page theme Play </a></p>


before word "Play" there is missing : <i class="fa fa-play"> </i>

I suggest :
1) Disable TinyMCE editor or JCE editor and set no Editor at all.
2) Paste my code again with your URL of course
3) Save and do not touch :)

and drinking a tea - relax - watching like all works perfect this time.


Thanks it worked! It is now time for my nice tea hehe.

It is maybe a good idea to make a article on the quark template about this. ( i think the articles are pretty nices for noobs :) )

Thanks again for your time & effort!
User avatar
Gold Boarder

GK User
Sat Feb 28, 2015 8:20 pm
We, moderators, cannot add guides to documentation section anymore...
since last year ;(
User avatar
Platinum Boarder

GK User
Sat Feb 28, 2015 10:47 pm
Hmm :(

Maybe a request for a new documentation? Because the awesome font is a "Big" part of quark.
They use mouse wheel in the header, play button at homepage, and at the contact page google maps icon.

p.s they al work now using no editor.
User avatar
Gold Boarder

GK User
Sun Mar 01, 2015 10:43 am
I fully agree...
Please send this request on GK F@cebook page, :)
User avatar
Platinum Boarder

GK User
Tue Jun 07, 2016 4:26 pm
hello!

i want to refresh part with switching for YT.

In my case when i using provided YT code, here it working fine, i'm able to see youtube movie, but when i will switch different yt link, after clicking PLAY i can see only black screen.
I'm sure that i have valid yt link, i'm not using TinnyMce etc.

could somebody to look into:

<a class="gk-video-link gk-add-rotate-animation gk-rotate-animation" data-height="720" data-width="1280" data-url="https://www.youtube.com/watch?v=TuWR8ibilT8" href="#" style="visibility: visible; ">
Product landing page theme
<i class="fa fa-play"></i>
Play
</a>
User avatar
Fresh Boarder

teitbite
Thu Jun 09, 2016 12:22 pm
Hi

Code looks correctly. Please tell me the url to Your site.
User avatar
Moderator

GK User
Fri Jun 10, 2016 2:47 pm
hello,

strange but there is some issue for sure http://gieldapruszcz.com/
User avatar
Fresh Boarder

teitbite
Sat Jun 11, 2016 1:49 pm
Hi

I think problem is with cross-origin. Your website is a standard http and youtube video You are trying to load is https. Try chaning link to ://www.youtube.com/watch?v=TuWR8ibilT8 so protocol should fit on its own.
User avatar
Moderator


cron