Jump to content

Help for advertising corner


avangcom

Recommended Posts

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

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

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 ((((

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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

bottom: 100px;

 

Edited by Zero108
Link to comment
Share on other sites

<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>

 

Link to comment
Share on other sites

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>

 

Link to comment
Share on other sites

20 минут назад, avangcom сказал:

Where should I put the codes??

Ты прикалываешься?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Ваша ссылка была автоматически строена.   Отображать как обычную ссылку

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...