Jump to content

Featured Replies

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

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/
Share on other sites
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188785
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188786
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188788
Share on other sites

What is the name of this plugin?

image.png.cb738b53233a3086c5f99c8994e3a93a.png

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188790
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188791
Share on other sites

@Dusty@Zero108p

Edited by avangcom

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188800
Share on other sites

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

bottom: 100px;

 

Edited by Zero108

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188802
Share on other sites

@Zero108

I put any number, the second banner is not shown, even I changed the first banner, the first banner was also deleted
It is shown only with the number 0

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188803
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188804
Share on other sites
4 часа назад, avangcom сказал:

:bn:

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188839
Share on other sites

Тема какая то содержательная )

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188843
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188848
Share on other sites

Where should I put the codes??

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188853
Share on other sites
20 минут назад, avangcom сказал:

Where should I put the codes??

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

Link to comment
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188855
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
https://ipbmafia.ru/topic/25127-help-for-advertising-corner/?&do=findComment&comment=188869
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
Ответить в этой теме...

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

  • No registered users viewing this page.