Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1994379
Aout Home Page
Closed

Comments

  • adelinebadie started the conversation

     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

  •  2,699
    PenciDesign replied

    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:

    <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,

    PenciDesign

  • adelinebadie replied

    Thank you !