a special font for a phrase in a html module

Rate this topic: Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.1.00 out of 6 based on 2 vote(s)
GK User
Wed Jul 29, 2015 4:35 pm
Reply with quote
Report this post
Hi

i need a special font for a phrase in a html module

and I generated the source

http://www.fontsquirrel.com/tools/webfont-generator

and I got into the folder css template

and I put the CSS override.css that is already active

Code: Select all
@font-face {
    font-family: 'yanone_kaffeesatz_regularRg';
    src: url('yanonekaffeesatz-regular-webfont.eot');
    src: url('yanonekaffeesatz-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatz_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}




and I placed it well in the html module but I do not take it



Code: Select all
<p><span style="font-family: 'yanone_kaffeesatz_regularRg'; font-size: 28px;">PROGRAMAS DE <span style="color: #ff0000;">TAEKWONDO ATA PRIDE</span>, MAIP&Uacute; - CALERA DE TANGO, SANTIAGO DE CHILE</span>
</p>



http://www.atapride.cl/v1/


thanks!
User avatar
Platinum Boarder

GK User
Wed Jul 29, 2015 4:58 pm
Reply with quote
Report this post
It was ok the code was loaded only after a while :)
User avatar
Platinum Boarder

teitbite
Thu Jul 30, 2015 12:48 pm
Reply with quote
Report this post
Hi

Sometimes it's a little bit slower because of cache. Please tell me the url to Your site so I''ll be able to check the problem.
User avatar
Moderator

GK User
Mon Aug 03, 2015 11:30 pm
Reply with quote
Report this post
Hi,

I need to place a video in the frontend

a pop up button Control

http://www.atapride.cl/v1

All other module looks good, but the pop video control buttons, it does not fit, do not know what I'm doing wrong

It's something I've seen in your templates, I do not know if I have the correct consolidation including

Code: Select all
<div style="background: url(images/taekwondo--pride-ataxtreme.jpg) no-repeat top center fixed #000000;" class="programa_destacado">
<div class="programa_destacado_caja">
<h3>ATA XTREME</h3>
<p>TAEKWONDO ATA FENIX</p>
<div class="programa_destacado_caja_frases">
<p>AGILIDAD<br />
DESTREZA<br />
DESARROLLO PERSONAL<br />
CREATIVIDAD</p>
</div>
<input type="checkbox" id="popup" class="popUpControl">
<label class="elboton" for="popup">
<img src="images/icono_play.png" width="53" height="53" alt=""/>
  <span class="click">VER VIDEO</span>
  <span class="hiddenbox">
 <iframe width="560" height="315" src="https://www.youtube.com/embed/yvw6kjCVRkY?rel=0" frameborder="0" allowfullscreen></iframe>  </span>
</label>
<br>
<br>
<a href="http://www.atapride.cl/v1/programas/programa-ata-xtreme.html" target="_parent">VER MAS ATA XTREME </a>
</div>
</div>


thanks!
User avatar
Platinum Boarder

teitbite
Thu Aug 06, 2015 10:49 am
Reply with quote
Report this post
Hi

I'm sorry, but this code doesn't tells me much :(

If You need a video in popup, try using build-in joomla popup system. Here are examples of how to use it: https://www.spiralscripts.co.uk/Joomla- ... oomla.html
User avatar
Moderator

GK User
Fri Aug 07, 2015 12:02 am
Reply with quote
Report this post
Hi,

ultimately I installed a great plugin that allows me to put anything on a pop up but the button is a little strange to me, because the picture achievement not standing next to the supplied text, you can help me with that ???

http://www.atapride.cl/v1/

thanks!!

Greetings!


Code: Select all
<div style="background: url(images/taekwondo--pride-ataxtreme.jpg) no-repeat top center fixed #000000;" class="programa_destacado">
<div class="programa_destacado_caja">
<h3>ATA XTREME</h3>
<p>TAEKWONDO ATA FENIX</p>
<div class="programa_destacado_caja_frases">
<p>AGILIDAD<br />
DESTREZA<br />
DESARROLLO PERSONAL<br />
CREATIVIDAD</p>
</div>
<input type="checkbox" id="popup" class="popUpControl">
<label class="elboton" for="popup">
<img src="images/icono_play.png" width="53" height="53" alt=""/>
  <span class="click">VER VIDEO</span>
  <span class="hiddenbox">
 <iframe width="560" height="315" src="https://www.youtube.com/embed/yvw6kjCVRkY?rel=0" frameborder="0" allowfullscreen></iframe>  </span>
</label>
<br>
<br>
<a href="http://www.atapride.cl/v1/programas/programa-ata-xtreme.html" target="_parent">VER MAS ATA XTREME </a>
</div>
</div>
User avatar
Platinum Boarder

teitbite
Sun Aug 09, 2015 3:17 pm
Reply with quote
Report this post
Hi

Can You please explain ? What text You have in mind. Please show me if possible.
User avatar
Moderator


cron