Okay
  Public Ticket #193941
ADV
Closed

Comments

  • Emauele started the conversation
    HI, thank you for your great theme! I'd need some instructions for google adsense advs. 1 - I added the code of Adsense in the Top Ad Code (Miscellaneus in Theme Options) but I cannot see any change, any empty box, in the homepage or in other pages. (www.crushnews.com). Why? 2 - I added a code in the Widget Add Double Side (2x 125x125 in Sidebars). In this case appeared the empty box on http://crushnews.com/como-complacer-una-mujer/: a_ How is possible to add a advs widget in the main sidebar (not only in special sidebars)? b_ The powermag widget Ad Single Widget indicate 230x230 for the box. But Adsense offers 250x250 box. Could it be a problem? Other questions: 3 - How can I make bigger the characters font in the Longer Summary of Rating Options. 4 - Is possible to assign a special sidebar to a category page (http://crushnews.com/category/the-accademy/)? Thank you! Bests, Emanuele
  •  93
    djwd replied

    Hi there,

    1.  I can see the top advert correctly actually, it might be a caching problem on your machine (?)

    2. I believe by "main sidebar" you mean the main content. In this case you'd need to enter the ad code directly in the post content in HTML View.

    3. I know you can't downsize adverts, but you should address this to Google AdSense support to be sure.

    4. Something like 

    .rw-end .rw-summary p {
        font-size: 18px;
    }

    5. No, custom sidebars are attachable to specific posts or pages at this time.

    Regards
    djwd

    Regards
    djwd

  • Emauele replied

    Hi, thank you for your help and your theme!

    1 - I got a problem with the mobile version of Powermag:
    I added Google Adsense, but in the mobile appears a big box on the head of the website. When you open the homepage or other pages the big box is the first thing the users can see in the website. www.crushnews.com mobile version. I ATTACH a pic of mobile version.
    In the normal website the advertising appear in other positions.

    2 - How can I make bigger the characters font in the Longer Summary of Rating Options?
    you answered me:4. Something like

    .rw-end .rw-summary p {
        font-size: 18px;
    }

    I added in the style editor but nothing happened.
    Could you tell me where should I paste the code?

    thank you.
    Regards.
    Emanuele

  • Emauele replied

    Hi, sorry for the last message, I found the solution.  The problem was a miscellaneous Advbox

    2 - How can I make bigger the characters font in the Longer Summary of Rating Options?

    you answered me:4. Something like

    .rw-end .rw-summary p {
        font-size: 18px;
    }

    I added in the style editor but nothing happened.
    Could you tell me where should I paste the code?

  •  93
    djwd replied

    Hi there, glad the issue was sorted.

    That code is to paste in the Advanced > Custom CSS textarea, add the !important declaration, just in case:

    .rw-end .rw-summary p { font-size: 18px!important; }

    Regards
    djwd

    Regards
    djwd