Problem for ad_break function

laurent

New Member
Hello,

Functions ad_break_top.html and ad_break.html good works with the skin Parabola. But with the skin Bootstrap 4 ad_break system not work.

It is possible to fix this problem?

Thanks
 

Basti

Administrator
Staff member
if you inspect the element after rank 3 ( right click, inspect element ), you will see the ad break works properly, you just need to edit the ad breaks files and place your stuff

This is currently inside it
Code:
<a href="http://oswebhosting.net"><img src="/images/os728-vlhost.jpg" alt="" class="img-fluid"></a>
Looks like the "demo image" inside the ad break wasnt included in 1.8
 
Hello Basti.

I also have the problem that it is not displayed.

I have the
skins / default / ad_break_top.html
and
skins / default / ad_break.html
processed.

In addition, placement 1.3, entered.

The distance can also be seen, but the content cannot.

I entered the following code in both templates:
Code:
<a href="https://www.beckerwerbedruck.info/" title="Becker Werbedruck" ><img src="https://toplistenportal.de/banners/Skandal_1612642394.jpg" alt="Becker Werbedruck" style="border:0px;" ></a>
But it is not displayed.
What am I doing wrong ?

My Site ► Klick

Thanks for Help :)

Greeting
Andreas
 

Basti

Administrator
Staff member
The default skin uses these 2 templates from the child folder ( dont know why, probably should be reverted, causes confusion )
you edited the files inside skins/default/ correct?

copy them over to skins/default/child so they stay safe and not get overwritten when an update happens

That is also the reason why your edits not show, cause skins/default/child/ad_break and _top already exist inside the child folder
 
Top