Tagged: google ads
-
AuthorPosts
-
January 28, 2019 at 4:45 pm #1059670
Hi,
I have the follwing problem:I implemented google ads with a shortcode to articles (with a google recommended plugin “advanced ads”). It works fine.
The problem: on every spot where I added the ad are 2 dots (!) above the ad! always! As well in the article or sidebar. I tried several different plugins – same thing. I tried to insert the code with the “code block” or “text” – same thing. Do you know why?Thank you for your help
Oliver
January 31, 2019 at 7:19 am #1060806Hey Oliver,
Please try the following in Quick CSS under Enfold->General Styling:
ins:before { display:none; }
Best regards,
RikardJanuary 31, 2019 at 11:22 am #1060887Thank you…but sorry – didn’t work. I recently contacted the support of the plugin “Advanced Ad”. They noticed following error:
“The dots come from the CSS, i.e. from the layout that is embedded on the page. See “css” screenshot in the appendix.
The link under which this is included is https://applijo.com/wp-content/uploads/dynamic_avia/avia-merged-styles-a94ce653b48db8df9112a162382fec3b.css
This looks like all CSS files have been combined automatically, but I have no idea which service is behind it. Probably something with “Avia”.
If the combination of the CSS files is removed, then I certainly see where this rule comes from. That could be the theme.”So it is a theme issue and the avia theme isn’t installed?!
Link to css screenshotHow would I fix this?
thank you!
OliverFebruary 1, 2019 at 10:45 pm #1061742Hi Oliver,
Can you please disable css merging for now, so that we can see where it is coming from?
Best regards,
VictoriaFebruary 4, 2019 at 11:23 am #1062605Hi Victoria,
thank you for your reply. Could you pls advise me how to do that?
thank you
oliver
February 5, 2019 at 7:36 am #1063040February 5, 2019 at 7:56 am #1063048Hi Rikard, thanks. I disable css merging for now.
hopefully you can see where the problem comes from.thanks, oliver
February 6, 2019 at 7:44 am #1063485Hi Oliver,
Thanks for the update, though I can’t see the dots anymore? I can’t see any ads either for that matter, I’m not sure why?
Best regards,
RikardFebruary 6, 2019 at 11:16 am #1063557Hi Rikard,
now you can see the ads and dots again.I turned off the Plugin “WP Fastest Cache” which causes problems with the Ads Plugin from time to time (I testet several cache plugins in combination with several different Ad Plugins. This happens all the time…)
thank you + best regards,
oliverFebruary 7, 2019 at 9:08 am #1063927Hi Oliver,
Thanks for that, please try this CSS instead:
ins:before { content:none; }
You will likely need to clear the cache from your plugin to be able to see the changes. Here’s a simply guide on when not to use a caching plugin.
Best regards,
RikardFebruary 7, 2019 at 10:40 am #1063994Hi Rikard,
thank you. I already disabled the caching plugin as well as jetpack. But sorry…did not work. There are still dots above the ads. Any new idea?
best regards
OliverFebruary 7, 2019 at 11:21 am #1064022…sorry: and yes, I deleted the cache and minified css/js
thanksFebruary 8, 2019 at 8:09 am #1064459Hi,
The CSS is applying but is being overridden, please try this instead:
ins:before { content:none !important; }
Best regards,
RikardFebruary 8, 2019 at 10:51 am #1064523IT WORKED!
thank you for your support!
best regards, oliver
February 8, 2019 at 11:01 pm #1064788Hi aquinum,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.