• Resolved jsigno

    (@jsigno)


    Hi!
    I would like to customize the quiz result page:
    – delete the “Results 4 / 1” caption
    – change color/font of “visit our sponsor” caption

    I did not understood “Adset code” in the HD Quiz – About / Options tab. Probably is the “Adsense code”, but when I enter the script for example:

    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- verticale -->
    <ins class="adsbygoogle"
         style="display:block"
         data-ad-client="ca-pub-1067428915281368"
         data-ad-slot="4878444161"
         data-ad-format="auto"
         data-full-width-responsive="true"></ins>
    <script>
         (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    it becomes something like that…
    %3Cscript+async+src%3D%5C%22https%3A%2F%2Fpagead2.googlesyndication.com%2Fpagead%2Fjs%2Fadsbygoogle.js%5C%22%3E%3C%2Fscript%3E%0D%0A%3C%21–+verticale+–%3E%0D%0A%3Cins+class%3D%5C%22adsbygoogle%5C%22%0D%0A+++++style%3D%5C%22display%3Ablock%5C%22%0D%0A+++++data-ad-client%3D%5C%22ca-pub-1067428915281368%5C%22%0D%0A+++++data-ad-slot%3D%5C%224878444161%5C%22%0D%0A+++++data-ad-format%3D%5C%22auto%5C%22%0D%0A+++++data-full-width-responsive%3D%5C%22true%5C%22%3E%3C%2Fins%3E%0D%0A%3Cscript%3E%0D%0A+++++%28adsbygoogle+%3D+window.adsbygoogle+%7C%7C+%5B%5D%29.push%28%7B%7D%29%3B%0D%0A%3C%2Fscript%3E

    Thank you very much in advance for your help.
    Juri

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Harmonic Design

    (@harmonic_design)

    If you want to hide the score once a quiz has been completed, you can add the following CSS to your theme’s style.css file, or use the Appearance -> Customize -> Additional CSS feature.

    .hdq_result {display: none !important}

    For the “visit our sponsor” text – you have the text literally wrapped in white font. There is nothing I can do on my end to help you with that. I’d imagine you’d have to change that in whatever plugin you are using to add that text in.

    And lastly, do not worry about the ad code formatting that way after you first save. That is done on purpose for security to stop any code you paste in there from actually running on the options page. ALso please note that it looks like you are already running ad code on your site, so I recommend NOT running it in HD Quiz as well. Google only allows so many ads on a page at a time, so if you show too many they may ban your account.

Viewing 1 replies (of 1 total)

The topic ‘customization’ is closed to new replies.