hello. Looking forward to add Live Demo (same like gavick)

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Jul 11, 2013 11:17 am
Reply with quote
Report this post
hi,

I have attached a image (screen shot of gavick home page and spotted the spot perfectly. I am trying to reproduce Live demo block at right wall side of the gavick home page as get quote to my client site.

CAn anyone help me to achieve it so it fits perfectly on this template.
User avatar
Expert Boarder

GK User
Thu Jul 11, 2013 11:20 am
Reply with quote
Report this post
Image
raviufor wrote:hi,

I have attached a image (screen shot of gavick home page and spotted the spot perfectly. I am trying to reproduce Live demo block at right wall side of the gavick home page as get quote to my client site.

CAn anyone help me to achieve it so it fits perfectly on this template.
User avatar
Expert Boarder

GK User
Fri Jul 12, 2013 2:07 pm
Reply with quote
Report this post
any one there?

to help this out.. I am looking to achieve it..
User avatar
Expert Boarder

teitbite
Fri Jul 12, 2013 7:31 pm
Reply with quote
Report this post
Hi

I'm sorry, but this is not part of any template or a module. That's just a custom html. You may try add this to /layout/default.php, but I cannot promiss it will work the same since it's designed for our site only.

There is HTML
Code: Select all
<a class="livedemolink" target="_blank" rel="nofollow" href="http://demo.gavick.com">Live Chat</a>


and CSS
Code: Select all
.livedemolink {
    background: url("../images/new/livedemo.png") no-repeat scroll -35px 0 transparent;
    bottom: 50%;
    display: block;
    height: 180px;
    left: 0;
    position: fixed;
    text-indent: -9999em;
    transition: background 0.2s ease-out 0s, color 0.15s ease-out 0s;
    width: 84px;
}
.livedemolink:hover {
    background-position: -3px 0;
}
User avatar
Moderator


cron