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 #3527004
View Google Adsene code
Closed

Comments

  •  2
    ayhanbn started the conversation

    Hello,

    I'm rebuilding my website with your theme.

    I placed Google AdSense codes in many places on the site and it worked. However, it does not appear in the title section.

    I used "custom html" to place Google Adsense codes.

    How should I do this?

  •  2,541
    PenciDesign replied

    Hi,

    Please send me the screenshot of the area that Google Adsense not showing. I'll help you check it.

    Regards,
    PenciDesign.


  •  2
    ayhanbn replied

    hi,I add the code from the Header Builder section (image-1)

    It does not appear next to the logo (image-2)


    Attached files:  image-2.jpg
      image-1.jpg

  •  2,541
    PenciDesign replied

    Hi,

    The code you've added already showing on the front-end. The ads banner doesn't display related to the Google Adsense banner delivery. You should check the GA account.

    RwEc9lR.png

    Regards,
    PenciDesign.


  •  2
    ayhanbn replied

    Hello,

    I checked GA and didn't see any problems.

    The codes work in the old theme. I am sharing the link for you to review. (www.teknoklik.net)

    I did the same in the new theme. Ads appear in other places except the header section.

    old theme: www.teknoklik.net
    new theme (Soledad): www.teknoklik.net/teknoklik



  •  2,541
    PenciDesign replied

    Hi,

    Please navigate to Appearance → Customize → Custom CSS, and then insert the following custom CSS code:

    .penci-html-ads.penci-html-ads-1 {
        width: 770px;
        max-width: 100%;
        height: 120px;
    }

    Clear all the site caches and then check again.

    Regards,
    PenciDesign.



  •  2
    ayhanbn replied

    I did what you said.
    Ads appeared but they seem too big. (image-1)

    I changed the values to make it look like the image-2 image, but it didn't work.
    How can I do it.

    Attached files:  image-2.jpg
      image-1.jpg

  •  2,541
    PenciDesign replied

    Hi,

    Please modify the CSS code like the following below:

    .penci-html-ads.penci-html-ads-1 {
        width: 770px;
        max-width: 100%;
        height: 60px;
    }

    Regards,
    PenciDesign.


  •  2
    ayhanbn replied

    hi,

    Unfortunately, :(((
    Ads are big again.
    I wrote other values to the height variable, but the result was the same.


    Attached files:  image.jpg

  •  2,541
    PenciDesign replied

    Hi,

    Please try to follow the document at this link: https://support.google.com/adsense/thread/44305758/how-to-limit-the-height-size-of-responsive-ads?hl=en

    Regards,
    PenciDesign.


  •  2
    ayhanbn replied

    You are great,
    It took a little effort but it happened
    Thank you very much for your understanding and help.