manas12
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sroll Bar are MissingHi Kai!
I am using Generatepress theme and my site is https://pendidikanpedia.com/
Thanks for your suggestion, I follow what you said.
So I’ve created the staging version of my site. At that staging site, I try to disable each plugin one by one and I’ve found the issue. Ultimate Addons for Gutenberg plugin is the issue. It is not compatible with the latest WordPress version yet.
Thanks a lot!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] How To Edit Code Block HTML?I want to optimize and reduce my site’s Cumulative Layout Shift. The CLS is caused by one adsense unit, that on viewport is. The ads unit is responsive.
When the site is still loading the ads only takes around 50px spaces, but when the site is fully loaded the ads will take up to 250px spaces and pushes the other content below.
So I have to define the ads fixed height to remove the CLS issue. Perhaps you can help me with this issue?
- This reply was modified 5 years, 5 months ago by manas12.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] How To Edit Code Block HTML?I am sorry I didn’t make it so clear.
So I want to make a wrapper to an ads block in HTML. The block has a code like this:<div="code-block code-block-8"> ... </div>And I want to add another div tag above it so it would be like this:
<div="myAds"> <div="code-block code-block-8"> ... </div> </div>Could I do that? And how?
ThanksThanks, glad to hear that. Then I’ll be looking forward to the next release.
- This reply was modified 6 years ago by manas12.