cjames615
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [childcare] Logo Image DoublesWere you able to identify a fix for this issue yet? I would like to get my website up soon. The theme is beautiful!
Forum: Themes and Templates
In reply to: [childcare] Logo Image DoublesAs you can see from the screen shot, I also can’t get the header image to load.
Thank you for your help!
- This reply was modified 4 years, 6 months ago by cjames615.
Forum: Themes and Templates
In reply to: [childcare] Logo Image DoublesI also cannot upload a header image, despite following directions on a post in this support forum for the same issue. Any help is greatly appreciated.
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Critical Error At the EndSo, I finally figured out that I had to manually type all of the code instead of copying and pasting it into the blocks of Ad Inserter from Notebook++. It appears to be working now! Thanks so much for your time and help!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] PHP errorNot any more. For some reason, I had to manually type the code, instead of copying and pasting it into the blocks from Notebook++. Seems to work now…weird. Thanks for checking!
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Critical Error At the EndLet me figure out how to do this and I’ll get back to you. Thank you!
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Critical Error At the EndStill doesn’t work. Hmmm….what else should I try?
Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Critical Error At the EndThis did not appear to fix the issue. Am I perhaps missing something else?
Here is what I have now that I added the semicolon:
<?php
if( aicp_can_see_ads() {
//Shows the ad
echo ‘<div class=”aicp”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Advertisement1 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-4421937002885771″
data-ad-slot=”6387092296″
data-ad-format=”auto”
data-full-width-responsive=”true”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>’;
} else {
//Shows something if the user is blocked from seeing the ads
echo “Sorry! You are blocked from seeing ads.”;
}
?>Forum: Plugins
In reply to: [Ad Invalid Click Protector (AICP)] Critical Error At the End<?php
if( aicp_can_see_ads() {
//Shows the ad
echo ‘<div class=”aicp”>
<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Advertisement1 –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-4421937002885771″
data-ad-slot=”6387092296″
data-ad-format=”auto”
data-full-width-responsive=”true”>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>’;
} else {
//Shows something if the user is blocked from seeing the ads
echo “Sorry! You are blocked from seeing ads.”
}
?>