Ad Box not working as expected

Posted in: Newspaper
Post count: 7

I’m trying to create an elementary image ad, but I’m running into problems. For some reason, the image is only visible on desktops and is hidden on all other devices. I tried to unhide everything with the following CSS code:

/* Force Newspaper ad boxes to be visible on all devices */

.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
width: 100% !important;
position: static !important;
}

/* Remove any hiding by parent container */

@media
(max-width: 1024px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

@media
(max-width: 768px) {
.td-ad-hidden,
.td-visible-desktop,
.td-visible-tablet,
.td-visible-mobile {
display: block !important;
}
}

This code should disable every hiding present, but it does not.
The website is eldia.uy. I am getting tired of your code not working as expected. I still have a Flex 2 block that is not working, and your only response was: It should work.

Post count: 20688

Hi,

Normally you don’t have to do anything special to get an image ad displayed. If you use an ad box and you set an image in it https://prnt.sc/P5Kkpks4uOVw that ad box appears on all devices by default. That would be all there is to it.

And the flex block 2 element should indeed work fine. It’s probably something caused by the design set for it. Does it work if you place a new block and click on the image? Sometimes positioning elements over the image with margins and padding can make the image unclickable.

We can take a closer look at both these issues directly on your website. We will need admin login, please send the user and pass by email at contact@tagdiv.com and please also include a link to this topic in the email. Then we can get to the bottom of both these issues.

Thanks.

Post count: 7

I sent an email to the reference email on July 16th and received an automated reply. Is this being looked at?

Post count: 35449

Hi Bocha,
It appears that after the automated reply, the email was marked as spam by our system, and this is why you no longer received any reply from our team. We’ll do our best to reply via email as soon as possible.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.