Bliss07
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Home.php not showing last postHi alchymyth,
This is a million dollar question for me.
I don’t know where to get that code, I am an inexperienced user.
How can I find out the code? I use firebug for editing things in the CSS and the PHP but in this case I don’t know where to find that code. So, at this stage, I guess the problem is the backend, right?Thanks
Forum: Plugins
In reply to: [Contact Form 7] [Contact Form 7] LocalizationPerfect! Thanks for your support!
Forum: Plugins
In reply to: [Socialize] [Plugin: Socialize] Facebook Like button is truncatedIssue fixed,
Thanks anyway.
Forum: Fixing WordPress
In reply to: How do I wrap my ad code in a div class or id?Issue fixed.
Forum: Fixing WordPress
In reply to: How do I wrap my ad code in a div class or id?Hi alchymyth,
My mistake was adding the value at the end of my stylesheet as you have pointed out. Moving the CSS value from the bottom to the top (headings section) it worked!
Thanks a million!
Forum: Fixing WordPress
In reply to: How do I wrap my ad code in a div class or id?Hi alchymyth,
I have tried to clear the browser cache but there are no changes.
Regarding #adsenseAd I have added it in Stylesheet (style.css) at the bottom of my theme’s stylesheet (style.css). This is where I have added the value:
[CSS code moderated – a link to your site is enough to access the styles]
This is the very end of my stylesheet, I have also notice that there is another page called Style-black.css (style-black.css), perhaps I should make some changes there?
Moreover I have copied the google ad code in the header page (header.php) just below the following code string:
[code moderated – the forum limit is 10 lines – please follow the forum guidelines for posting code]
Did I do something wrong?
Thanks!
Forum: Fixing WordPress
In reply to: How do I wrap my ad code in a div class or id?Hi alchymyth,
The ad block is not moving at all. I have tried different solutions but it remains as it is now. This is what I’ve done so far is (text in bold is the new code lines added):
header.php page:
<div id=”adsenseAd”><script type=”text/javascript”><!–
google_ad_client = “ca-pub-6085820096448112”;
/* nonhoTVtop */
google_ad_slot = “0253151975”;
google_ad_width = 728;
google_ad_height = 90;
//–>
</script>
<script type=”text/javascript”
src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script></div>After having added <div id=”adsenseAd”> I’ve opened the CSS Stylesheet page and added at the botton of the CSS:
#adsenseAd {
padding-top: 50px;
}Regarding the screenshot, I think there is no need to uploadit as I just want to push the ad down like you have said.
Thanks!
Forum: Fixing WordPress
In reply to: How do I wrap my ad code in a div class or id?Unfortunatelly is not working. I still see the ad truncated, moreover I have tried to follow the instructions as reported here but it is not working too.
However here I write the steps that I have done:
I have sourrounded the google code with: <div id=”adsenseAd”>…google code…</div> ;
Then added in the style.css: #adsenseAd { margin-left: bottom; } ;
It didn’t work and I have tried another possible solution in header.php but it didn’t work too:
<div style=”text-align: center;”>…google ad code…</div>
Any idea what it could be?