|
problem with blackbear 1.5 and image header 4 Years, 3 Months ago
|
Karma: 0
|
|
Hello,
I have a problem with the template blackbear 1.5 and header image.
It is lacking in the template position "user2" in the polarbear and blackbear 1.0 was available.
Thus header image is not properly positioned.
Greeting
Stefan
ps: sorry for my english, it is translate with google translator. :)
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
Hello,
I am the only one with this problem?
Is there ever an area above for a picture or for Header Image (user2) as in version 1.0?
Greeting
Stefan
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
Hey there, I discovered that in Blackbear 1.5 the position for the module "image header" is "top".
But it only shows on the front page, regardless which menu items you apply.
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 41
|
|
hmmmm
that doesn't seem quite right... will investigate
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
Here is what you have to add to get the header to display properly;
index.php
| Code: |
<body>
<div id="wrapper">
<div id="header">
<div id="banner"><jdoc:
include type="modules" name="
user6" /></div>
</div>
|
template.css
| Code: |
#banner {
position: static;
Height: 120px;
width: 840px;
margin: 0px 0px 0px 20px;
padding: 18px 0px 0px 0px;
}
|
You have to add a <div> after header to wrap the banner, also add the code above to template.css...
Lastly you have to add the module to the positions part the the templatedetail.xml file.
<position>userx</position><br><br>Post edited by: janetweber, at: 2008/03/24 13:59
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
Hi,
same problem here... :(
I'm using Joomla 1.5.1, the new BlackBear template (which is very cool, btw.) and the newest version of the Header Image module.
If I activate it in "user2" it is shown at the bottom of the main-content-page and it coveres the text under it. If I use it as "user3" it is shown under the top-menu (good so far) but the position is not in the middle.
The solution above also didn't work for me...
Who can help me with it?
Thanks so far for your answers, I hope anybody's got an idea.
Greetings, Joeyx<br><br>Post edited by: joeyx, at: 2008/03/23 17:26
|
|
joeyx
Fresh Boarder
Posts: 3
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 41
|
Hi,
The version of Header Image that we used on the Black Bear Template is quite old now - perhaps the newer versions are coded differently.
I suggest Ajax Header which does pretty much the same thing - get it here
Additionally Mod Header requires some payment for commercial use I believe but Ajax header is free :)
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
Hi and thanks for your answer, I tried the Ajax Header Rotator but it did the same wrong thing again...
Every module, that I place as "user3" is a little too much at the left side. Isn't there a possibility to put it a little to the right? That would be the easiest way I think.
By the way, in the Internet Explorer, the "user2" and "user3" is placed over the text and the main menu, if you use the IE, you will see it.
I'm a little confused, with the old Joomla and JoomlaBear everything worked fine... Maybe I should rollback everything. :dry:<br><br>Post edited by: joeyx, at: 2008/03/24 13:38
|
|
joeyx
Fresh Boarder
Posts: 3
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
I forgot that you have to add the new module position the templatedetails.xml file undt positions.
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 41
|
|
Your site looks fab!!
It's probably not the problem but have you tried turning off the heading for Ajax Header Image?
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 41
|
|
Ok!!!
Got to the bottom of this one - we have a bug in the blackbear 1.5 template.
posting an update very soon.
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 41
|
|
BlackBear 1.5 has been updated.
Please download again from our downloads area.
Publish your header in User2 positon
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 2 Months ago
|
Karma: 0
|
|
YEAH! It works!!! :laugh: :laugh:
Thank you very very much für your quick and helpful reply. You're doin' a great job here! Perfect!
The IE-problem is solved, too. Fantastic!
Now I'm happy. :lol:
Thanks again an go on with your great Joomla Designs, I would use them again and again and again... ;)
Greetings, Joeyx
|
|
joeyx
Fresh Boarder
Posts: 3
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 1 Month ago
|
Karma: 0
|
|
Hello,
Sorry I'm french guy...
There is an error in templatedetails.xml;
There is no positions for user2...
Just add it in files
<positions>
<position>user3</position>
<position>left</position>
<position>user2</position>
Bye
|
|
|
|
|
|
|
Re:problem with blackbear 1.5 and image header 4 Years, 1 Month ago
|
Karma: 0
|
|
Hello,
Sorry I'm french guy...
There is an error in templatedetails.xml;
There is no positions for user2...
Just add it in files
<positions>
<position>user3</position>
<position>left</position>
<position>user2</position>
Bye
|
|
|
|
|
|
|