unconfigured home #special

GK User
Mon Nov 24, 2014 2:30 pm
Hi

http://gobridge.cl/#specials



not because it is unconfigured ... back to place the code several times ... it works at first and then no longer works


Code: Select all
<div class="bigtitle gk-special"><img src="images/demo/banner_special.jpg" alt="Summer Grill" />
   <h3><span>GoBridge</span> Gobridge</h3><small>25 - 26 <strong>Noviembre</strong></small>
   <div class="gk-special-content" data-scroll-reveal="enter right over .5s">
      <h3 class="header"><span>Resumen</span><small>Del Evento</small>
      </h3>
      <ul class="gk-special-menu">
         <li data-scroll-reveal="enter bottom over .25s after .5s">
            <h4>25 y 26 de Noviembre</h4><strong>2014</strong>
         </li>
         <li data-scroll-reveal="enter bottom over .25s after .8s">
            <h4>Apoquindo 5400</h4><strong>Las Condes</strong>
         </li>
         <li data-scroll-reveal="enter bottom over .25s after .6s">
            <h4>Horario:</h4><strong>8:30 – 18:00 hrs.</strong>
         </li>
         <li data-scroll-reveal="enter bottom over .25s after .9s">
            <h4>Asistentes:</h4><strong>+150</strong>
         </li>
         <li data-scroll-reveal="enter bottom over .25s after .7s">
            <h4>Target:</h4><strong>Empresarios, directores y gerentes</strong>
         </li>
         <li data-scroll-reveal="enter bottom over .25s after 1s">
            <h4>Inscripciones:</h4><strong>www.goBridge.cl/registro-evento</strong>
         </li>
      </ul>
   </div>
</div>
<p><a href="#" class="gk-special-link button">Consultas: Pepita, fono, mail </a>
</p>
User avatar
Platinum Boarder

GK User
Wed Nov 26, 2014 4:35 pm
Hello,

Could you better describe your issue?
User avatar
Administrator

GK User
Wed Nov 26, 2014 4:42 pm
to enter the link I gave you

http://gobridge.cl/#specials

They will realize immediately that is misconfigured, which is not ordered, that the texts are lowered and there appears the same time to design next to the template


Image
User avatar
Platinum Boarder

GK User
Thu Nov 27, 2014 11:10 am
Please go in the user manager to your user editor and please switch the back-end editor to "None", then please paste in the special module the following code:

Code: Select all
<div class="bigtitle gk-special">
<figure data-scroll-reveal="enter left over .5s">
<img src="images/demo/banner_special.jpg" alt="Summer Grill">
<figcaption data-scroll-reveal="enter bottom over .5s after .5s">
<h3><span>Summer</span> Grill</h3>
<small>Starting from <strong>$19.99</strong></small>
</figcaption>
</figure>
<div class="gk-special-content" data-scroll-reveal="enter right over .5s">
<h3 class="header">
<span>Special</span>
<small>Check out our offers</small>
</h3>

<ul class="gk-special-menu">
<li data-scroll-reveal="enter bottom over .25s after .5s"><h4>New York Strip Steak</h4><strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .8s"><h4>New York Strip Steak</h4><strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .6s"><h4>Porterhouse Steak</h4><strong>$6.49</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .9s"><h4>Porterhouse Steak</h4><strong>$6.49</strong></li>
<li data-scroll-reveal="enter bottom over .25s after .7s"><h4>Salisbury Steak</h4><strong>$8.99</strong></li>
<li data-scroll-reveal="enter bottom over .25s after 1s"><h4>Salisbury Steak</h4><strong>$8.99</strong></li>
</ul>
</div>
</div>
<a href="#" class="gk-special-link button">More details</a>


and then please adjust to your needs.

Your issue is caused by fact that the standard joomla wysiwyg editor adds a lot of unnecessary HTML tags.
User avatar
Administrator

GK User
Thu Nov 27, 2014 1:38 pm
thanks! :)
User avatar
Platinum Boarder


cron