Jump to content

Featured Replies

comment_188785
7 часов назад, avangcom сказал:

I want to use corner ads so that the ads are like the image below with separate links
please guide me

LL.jpg.bfa7b58c5ac3d9631c299fdfeeb4ddaa.jpg

Possibly with a paid plugin, unfortunately

7 часов назад, avangcom сказал:

I want to use corner ads so that the ads are like the image below with separate links
please guide me

LL.jpg.bfa7b58c5ac3d9631c299fdfeeb4ddaa.jpg

image.png.cb738b53233a3086c5f99c8994e3a93a.png

7 часов назад, avangcom сказал:

I want to use corner ads so that the ads are like the image below with separate links
please guide me

LL.jpg.bfa7b58c5ac3d9631c299fdfeeb4ddaa.jpg

The plugin is paid

  • Author
comment_188786

I am using the code below for one ad but I want two ads to be together

<style type="text/css">
#tri_banner {
background: url("lik picture ") no-repeat scroll 0 0 transparent;
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
height: 100px;
width: 100px;
z-index: 999999;
}
</style>
<a target="_blank" href='link Addres"><div id="tri_banner"></div></a>

 

comment_188788
2 часа назад, avangcom сказал:

I am using the code below for one ad but I want two ads to be together

<style type="text/css">
#tri_banner {
background: url("lik picture ") no-repeat scroll 0 0 transparent;
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
height: 100px;
width: 100px;
z-index: 999999;
}
</style>
<a target="_blank" href='link Addres"><div id="tri_banner"></div></a>

 

alas, I can not help, did not come across ((((

comment_188791
2 часа назад, avangcom сказал:

What is the name of this plugin?

image.png.cb738b53233a3086c5f99c8994e3a93a.png

I cant show you where to buy ( 

2 часа назад, avangcom сказал:

What is the name of this plugin?

image.png.cb738b53233a3086c5f99c8994e3a93a.png

An example looks like thisimage.png.39ca343c27b854407a93ab3d2470cb2a.png

2 часа назад, avangcom сказал:

What is the name of this plugin?

image.png.cb738b53233a3086c5f99c8994e3a93a.png

if I show you a site right now where to buy, or where to look, they will block me (( sorry

comment_188802

avangcom Ну, второй баннер добавь, только отступ снизу сделать не 0.

bottom: 100px;

 

Edited by Zero108

comment_188804
<style type="text/css">
#tri_banner2 {
background: url("lik picture ") no-repeat scroll 0 0 transparent;
bottom: 120px;
left: 0;
overflow: hidden;
position: fixed;
height: 100px;
width: 100px;
z-index: 999999;
}
</style>
<a target="_blank" href='link Addres"><div id="tri_banner2"></div></a>

 

comment_188848

css

.advert-1 {
    position: fixed;
    display: block;
    background: url('imgUrl');
    background-size: 100% 100%;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
    height: 100px;
    width: 100px;
    z-index: 2;
}
.advert-2 {
    position: fixed;
    display: block;
    background: url('imgUrl');
    background-size: 100% 100%;
    bottom: 110px;
    left: 5px;
    overflow: hidden;
    height: 100px;
    width: 100px;
    z-index: 2;
}

html

<a target="_blank" href="#link" class="advert-1"></a>
<a target="_blank" href="#link" class="advert-2"></a>

 

  • Author
comment_188869

Exception 

It worked great, thank you only one question : I want to place the photo in the middle of the page where I have marked and I want the photo to be hidden when the scroll comes to the bottom of the template so that the user can change the language and site format. Thank you for your guidance

hhh.thumb.jpg.7f0e1f452a1afb73110ed96eab909f06.jpg

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.