mydigitaldreams
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?elfin you are are a legend. thanks so much it has been bugging me for days!! ??
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?sorry it is the footer banner i’m struggling with not the header ??
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?Hi,
As you can see the footer banner is still aligned left?
Here is the current css I am using.
Any further ideas of how we can get it centralised?
It must be something simple?!
Cheers,
Tom
/************************************************
* Home_Footer_Band *
************************************************/#Home_Footer_Band {
background: #111111;
height: 100px;
margin: 0px auto;
position: relative;
width: 960px;
overflow: hidden;
position: relative;
text-align: center;
}#Header_Footer_Band div {text-align:center;}
#Home_Footer_Band #wrap div {
text-align:center;
}
#Home_Footer_Band a img {
border:medium none;
margin-top:20px;
}Forum: Fixing WordPress
In reply to: How to embed banner shortcode?thanks for this but it is the Adsense banner at the bottom of the page I am referring too. I have tried the code here too but no joy? Cheers, Tom
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?Sorry for the delay, I have put the code in to the footer on my site. It is generating an adsense banner at present but I intend to change this.
See:
I just need to centralise it now in the middle of the black bar but I’m unsure of the code to do this?
Cheers,
Tom
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?Hi,
I’ve tried this and a few permutations but still no joy?
I’ve uploaded the footer.php to pastebin here:
https://wordpress.pastebin.com/ZBi14DQr
Would you mind taking a look?
Cheers,
Tom
Forum: Fixing WordPress
In reply to: How to embed banner shortcode?Thanks for the tip. I have tried to use the code as follows but it has placed the banner below the black box instead of in it. Any ideas about how I get it in the centre of black box. Sorry if this is basic I am a novice but learning fast!!
<div class=”clear”>
<div id=”Home_Footer_Band”></div>
<?php echo do_shortcode(‘[bannergarden id=”1″]’); ?>
<div id=”Footer_Background”>
<div id=”footer-widgeted”>
<div class=”footer-widgeted-1″>
<ul id=”footer-widget-1″>
<?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Footer #1’) ) : ?>Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!I will do that. Thanks again!
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!all sorted. you are an absolute star. I know you have helped me so much already but if you can assist in one final thing I can finish my site.
I just need to put the following shortcode in my footer.php so it sits in the centre of the black bar on top of my footer links.
[bannergarden id=”1″]
How do I put this in?
I will gladly donate you some money for a beer if you can help me do this ??
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!the adword ads in the main body have also centralised?
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!It’s cool I think that the right alignment in the footer was my fault. Only outstanding issue is the very bottom of the footer. the posts/comments etc should be aligned right? Sorry this is taking up your time.
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!That worked. It has just not brought back the footer links which are still aligned right?
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!hi, it has nearly worked. it has brought the banner over but it has also brought everything else on the site with it? Any suggestions now? Cheers.
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!Thanks again for your help. I have moved the code to within the body tags. Perhaps someone else can help me to align it right?? Best regards, Tom
Forum: Themes and Templates
In reply to: Footer not picking up CSS – please help!!Thanks so much for your help. I figured it out earlier today then had to go out before I could update the forum. I’m new to wordpress so it’s taking me a while to teach myself css. One final thing you might be able to help me with is how do I align the Google ads I have in my header to the right? I have inserted some shortcode from Banner Garden but I want it to appear above the main page links on the right. Any help would be hugely appreciated as it’s driving me mad! I’m sure it will be something VERY simple?? Thanks again, Tom