Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #886635

    Hello,

    There seems to be a conflict between your Enfold theme and Google ads on my setup. The Google ads display with a column of dots above pushing them down the page or sidebar. When I deactivate your theme and temporarily activate the TwentySeventeen default theme or Storefront, everything works fine. With Enfold enabled, however, the problem is only resolved by disabling the WooCommerce plugin, which is an essential. Can you help?

    Many thanks

    #886770

    Hey boogieboa,

    I looked at the shop page and a product page, did not see any adds, which page should I be looking at? (AddBlock disabled)

    Best regards,
    Victoria

    #886772

    Any blog post or sidebar: https://www.paulboakyeassociates.com/blog/

    #886790

    Hi boogieboa,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #wrap_all .textwidget.custom-html-widget ins:before {
      content: '';
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #886795

    Thanks, but it didn’t work. The first option worked on the sidebar but not on ads in the post. The second option did not work at all, which is just as well since it’s a solution that would be overwritten on the next theme update. I’m using a child theme. Is there an option that would work there? Any further thoughts?

    #887008

    Hi,
    Try this in your child theme css:

    #top #wrap_all .main_color ins #aswift_0_anchor {
          top: -40px !important;
    }
    #top #wrap_all .main_color ins {
    color: #fff !important;
    }

    Please clear any cache plugin and clear your browser cache.

    Best regards,
    Mike

    #887095
    This reply has been marked as private.
    #887206

    Hi,
    We can add margin to the top and bottom of the ads, but since your ad sizes change on every page load, it is hard to calculate a exact size.

    .adsbygoogle {margin-top: 50px !important; margin-bottom: 50px !important; }

    adjust the number to suit.

    Best regards,
    Mike

    #887304

    Cheers, Mike. It made more sense to add an HTML br tag to the code for the specific ad causing a problem. It worked a treat.
    I know you guys do theme installations at a price, but do you also do modifications as well?
    Many thanks for your help!

    #888560

    Hi,
    Glad it worked for you, for modifications please see our customization request page.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.