enurion
Forum Replies Created
-
Hi @shresthauzwal,
I hope you are doing well.
I’m following up on the Block 9 / Latest News issue that your team previously confirmed and reported to the developers. Unfortunately, the problem is still present in the current ColorMag version, and the affected sections continue to display no posts.
Could you please let me know:
– whether this fix is already scheduled for an upcoming release, or
– if there is a temporary workaround I can apply in the meantime?If you need any additional details, testing, or access from my side, I’ll be happy to help.
Thank you again for your support and time.
Best regards,
StoyanThank you for your continued support. I recently updated to Colormag 4.1.0, but the issue I reported earlier persists. Could you kindly provide an update on whether your team is working on a resolution for this problem?
I appreciate your help!
Best regards,
Stoyan
Small update: After switching on this Adsense option: Ads – Global settings – Ad size (Let Google optimize the size of your mobile ads) now my top banner appears most of the time, although not the size I like the most. Now the problem is with the other two banners I usually place (at the bottom of every article and the one in the right frame) – both won’t show most of the time, when redirected from Facebook to FB internal browser for smartphones. This is similar to the problem @orisaife reported. No problem on PCs and other mobile browsers, other than Facebook’s own one.
@orisaife You got it.
@barsha04 Let me add a few more details: The problem appears also on PC (tested in Chrome and Firefox) when being redirected from Facebook. In this case only one of the three ads appears. Those who are on top (fixed size) and on the right side (responsive ad, but limited from the space) – these never appear. The only one that is working file is a responsive one, posted at the end of each article. If directly loaded (not from FB links) everything is fine.
- This reply was modified 2 years, 2 months ago by enurion.
Dear support team,
Please move on and don’t answer. My site won’t run Google Ads for some time, so don’t bother.
Thanks
Hi Barsha, I just made two different google ads codes for 728×90 and 320×50 and put them together.
<!-- Desktop Ad Script --> <div id="desktop-banner"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6568149107086945" crossorigin="anonymous"></script> <!-- Leaderboard 728x90 --> <ins class="adsbygoogle" style="display:inline-block;width:728px;height:90px" data-ad-client="ca-pub-6568149107086945" data-ad-slot="4661644598"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div> <!-- Mobile Ad Script --> <div id="mobile-banner"> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6568149107086945" crossorigin="anonymous"></script> <!-- Mobile Banner 320x50 --> <ins class="adsbygoogle" style="display:inline-block;width:320px;height:50px" data-ad-client="ca-pub-6568149107086945" data-ad-slot="9348549395"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script> </div>Then made these CSS changes:
/* Default styles for both banners */ #desktop-banner, #mobile-banner { display: none; /* Initially hide both banners */ } /* Media query for desktop screens */ @media (min-width: 768px) { #desktop-banner { display: block; /* Display desktop banner on screens larger than 768px */ } } /* Media query for mobile screens */ @media (max-width: 767px) { #mobile-banner { display: block; /* Display mobile banner on screens 767px and smaller */ } }Now I have two different banners on PC and mobiles. That’s ok for now. Thanks.
Hi. I did it, but the result doesn’t look the way I want it. The width becomes smaller, but height is now huge. I wish if the height stays the same or smaller than 90px.


I’m looking for a result that visually looks like the jpg banners look on mobile, like this one:

Is that possible? Maybe a CSS code that proportionally decreases the size of the 728×90 google ads banners without changing their ratio?
Hi Barsha,
Thank for your reply. OK, I have activated the google ad leaderboard banner now and will leave it on until you check it. It’s perfectly OK on PC. However on my homepage it is trimmed from the both sides on my iPhone 14 Pro Max and on my Redmi Note 11. If you open an article (no matter which one) the things get worse – the pages becomes shaky and the user would be able to move the screen while reading the article to the left and to the right while scrolling, because the banner stretches the page beyond the visible area of the phone’s screen.