All the instructions are in the first post.how do you add this to the new beta 4?? is there an easier way i thought beta 4 would have ways of adding stuff likle this?
Upload 3 images, edit 1 css template.
Not sure how much easier it could be.
All the instructions are in the first post.how do you add this to the new beta 4?? is there an easier way i thought beta 4 would have ways of adding stuff likle this?
no he says this "he helper class is in the navigation template by default in Beta 4.All the instructions are in the first post.
Upload 3 images, edit 1 css template.
Not sure how much easier it could be.
If I understand correctly. It is there in beta4. It wasn't in previous versions. If you have a previous version, you need to add it manually.no he says this "he helper class is in the navigation template by default in Beta 4.
If you want to manually edit it now, you can do so by adding a span near the bottom as follows." which makes me think this was posted before beta 4 was released, i'd rather intergrate it with the system so that i have to do less edits when an update comes.
thanks
It was.which makes me think this was posted before beta 4 was released
It was.
If you're running Beta 4 then all you need to do is the CSS edit.
If you're running Beta 3 or lower then you will also need to edit the template to add the helper span.
Is there a way to make sure the alerts box does not go behind the text? I have a translation and the text is smaller so it makes the alerts go to the back of the snow, meaning they get covered...
Usa un ancho de imagen menor y adecuado a tus necesidades (traduzco y respondo).You could just use an image which has a smaller width.
/*
#navigation .helper {
background: transparent url('@imagePath/shelley_snow_l.png') no-repeat;
display: block;
height: 25px;
left: -5px;
position: absolute;
top: -16px;
width: 250px;
}
*/
I want to point out that the red part:To add an image to the left, centre and right, add this to EXTRA.css:
HTML:#navigation .helper { display: block; height: 25px; left: -5px; padding: 0px 5px; position: absolute; top: -16px; width: 100%; /* IE8 */ background: url('@imagePath/shelley_snow_l.png') no-repeat; /* Chrome & FF */ background: url('@imagePath/shelley_snow_l.png') no-repeat 0% 0%, url('@imagePath/shelley_snow_c.png') no-repeat 50% 0%,url('@imagePath/shelley_snow_c.png') no-repeat 100% 0%; /* IE6, IE7 */ _background: url('@imagePath/shelley_snow_l.png') no-repeat; }
Which results in this:
View attachment 6959
/* Chrome & FF */
background: url('@imagePath/shelley_snow_l.png') no-repeat 0% 0%, url('@imagePath/shelley_snow_c.png') no-repeat 50% 0%,url('@imagePath/shelley_snow_c.png') no-repeat 100% 0%;
We use essential cookies to make this site work, and optional cookies to enhance your experience.