Banner
-
Is it possible to add a temporey banner bewteen the header and slider? just to advertise something for a few days?
Hy
You can activate Action hook. Go to WpAdmin->Graphene Options->Advanced->Action Hooks Widget areas, check under header.php -> graphene_before_content action hook. After that go to your widgets and add text widget with banner code inside that action hook area.
I hope it will help.
Thanks very much perfect
Is it possible to make it appear on the home page only?
Hmm I just noticed when this is placed on the site the slider stops working
Mod
Quote:Is it possible to make it appear on the home page only?Use the Widget Logic plugin.
Quote:Hmm I just noticed when this is placed on the site the slider stops workingWhat code are you adding to the widget?
Thanks widget logic works great.
The code is
*center* *a href=”http://smoker2vaper.com/guest-bloggers-comp/”**img src=”http://img59.imageshack.us/img59/1835/aprilcomp.png” alt=”some_text” /* */a>
* represents <>
Try to deactivate your plugins to see if they are responsible for slider issue.
BTW – why are you hosting images on Imageshack? If the hosting site (Imageshack) goes down, image won’t be displayed on your site (a little stretched out theory but… who knows :)). You can upload it to your host as well…
Mod
Just place code between backticks.
You are not closing that
<center>tag.Btw, the use of
centeris deprecated. Try this:<div style="text-align: center;">
<a href="http://smoker2vaper.com/guest-bloggers-comp/">
<img src="path to image" alt="Win a Vision Spinner and Charger. Simply post a guest blog post. Click for details.">
</a>
</div>But I agree with Luko: you should host this image on your own site. Upload it to the media gallery, and use the link it provides.
Also,
alttext should be descriptive. It assists those with disabilities in accessing your site.These issues are probably not why slider is not working. Try disabling plugins to see if there is a plugin conflict.
Quote:Just place code between backticks.You are not closing that
centertag.Btw, the use of center is deprecated. Try this:
<div style="text-align: center;">
<a />
<img src="path to image" alt="Win a Vision Spinner and Charger. Simply post a guest blog post. Click for details." />
</div>But I agree with Luko: you should host this image on your own site. Upload it to the media gallery, and use the link it provides.
Also, alt text should be descriptive. It assists those with disabilities in accessing your site.
These issues are probably not why slider is not working. Try disabling plugins to see if there is a plugin conflict.
Thanks for the response, I tried that code but nothing appears.
Viewing 10 posts - 1 through 10 (of 13 total)
- 1
- 2
- You must be logged in to reply to this topic.
