Startup template

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Wed Feb 20, 2013 1:01 pm
Could you send me the original script (ie. custom output) from startup template - Contact__ US here__ (Public in bottom4)?

Unfortunatelly I have lost it :)
User avatar
Fresh Boarder

Konrad M
Wed Feb 20, 2013 1:07 pm
Hi,
here you have:
Code: Select all
<div class="vertical-column-40" data-animation="vertical" data-delay="0">
<h3>We are hiring</h3>
<p>We are looking for a talented web designers to join our team full-time in Los Angeles.</p>
</div>

<div class="vertical-column-30" data-animation="vertical" data-delay="200">
<h3>Chicago</h3>
<p>City Hall 121</p>
<p>N. LaSalle Street</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>

<div class="vertical-column-30" data-animation="vertical" data-delay="400">
<h3>Los Angeles</h3>
<p>57 Roeland Street</p>
<p>Mota Town, 7689</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>
User avatar

GK User
Wed Feb 20, 2013 1:10 pm
THX!!! :)
User avatar
Fresh Boarder

GK User
Wed Feb 20, 2013 1:20 pm
Ok, I have tried it and I still have a problem with text layout. It was originally in three columns, but currently I have one column without formatting.

Do you know what happend?
User avatar
Fresh Boarder

Konrad M
Wed Feb 20, 2013 1:24 pm
Probably you are using editor when you are adding code. Please set editor to none in joomla global configuration and then try.
User avatar

GK User
Wed Feb 20, 2013 1:41 pm
Ok, I did it... without success....
My code, after saving looks like:

<div class=\"vertical-column-40\" data-animation=\"vertical\" data-delay=\"0\">
<h3>We are hiring</h3>
<p>We are looking for a talented web designers to join our team full-time in Los Angeles.</p>
</div>

<div class=\"vertical-column-30\" data-animation=\"vertical\" data-delay=\"200\">
<h3>Chicago</h3>
<p>City Hall 121</p>
<p>N. LaSalle Street</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>

<div class=\"vertical-column-30\" data-animation=\"vertical\" data-delay=\"400\">
<h3>Los Angeles</h3>
<p>57 Roeland Street</p>
<p>Mota Town, 7689</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>
User avatar
Fresh Boarder

GK User
Wed Feb 20, 2013 2:07 pm
Could you help me?
User avatar
Fresh Boarder

Konrad M
Wed Feb 20, 2013 4:01 pm
Please send me Private Message with access to your joomla back-end. Remember add link to this topic too.
User avatar

Konrad M
Thu Feb 21, 2013 10:12 am
In your case you need to use this code and set editor to none:
Code: Select all
<div class=vertical-column-40 data-animation=vertical data-delay=0>
<h3>We are hiring</h3>
<p>We are looking for a talented web designers to join our team full-time in Los Angeles.</p>
</div>

<div class=vertical-column-30 data-animation=vertical data-delay=200>
<h3>Chicago</h3>
<p>City Hall 121</p>
<p>N. LaSalle Street</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>

<div class=vertical-column-30 data-animation=vertical data-delay=400>
<h3>Los Angeles</h3>
<p>57 Roeland Street</p>
<p>Mota Town, 7689</p>
<p>Phone: <strong>+1058961200</strong></p>
</div>
User avatar

GK User
Thu Feb 21, 2013 10:26 am
Ok, THX!!

Could you tell what happened?
User avatar
Fresh Boarder

Konrad M
Thu Feb 21, 2013 10:33 am
When you in Custom HTML code ad "" to html tag properties and you are saving it to database some scripts is adding \ before them. But if you don't add them they are added automatically in view.
User avatar


cron