Comments adelinebadie started the conversationApril 30, 2019 at 10:00pm HelloI just installed a soledad theme.I would like to know what is Homepage Featured Box ? In addition google ads do not display.For them to appear, I had to add in the sidbar a widjet html. Do you know if there is a solution?cordially Francois 2,700PenciDesign repliedMay 1, 2019 at 11:52amHi,1/ It's featured boxes display below the slider - like on this image: http://prntscr.com/nj2l9uYou can check options for Featured Boxes via Customize > Homepage Options.2/ Because you've missing the code from google ads. I see you just put this code: <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2412115694936576", enable_page_level_ads: true }); </script> While a full google ads code will look like that: <script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-2412115694936576", enable_page_level_ads: true }); </script> Best Regards,PenciDesignadelinebadie repliedMay 1, 2019 at 12:29pmThank you ! Sign in to reply ...
Hello
I just installed a soledad theme.
I would like to know what is Homepage Featured Box ?
In addition google ads do not display.
For them to appear, I had to add in the sidbar a widjet html.
Do you know if there is a solution?
cordially
Francois
Hi,
1/ It's featured boxes display below the slider - like on this image: http://prntscr.com/nj2l9u
You can check options for Featured Boxes via Customize > Homepage Options.
2/ Because you've missing the code from google ads. I see you just put this code:
While a full google ads code will look like that:
Best Regards,
PenciDesign
Thank you !