Hello Ciaran,
I would place a backround picture in the sticky header instead of the background-color.
In the template background i can only choose a color but no image.
In the firefox inspector there is no css-file where i can change this.
Is there any option to change this?
Thanks.
- avarua
- Commercial Templates
- Monday, 03 August 2020
- Subscribe via email
Hello
You will need to remove the space between 'url (' which is making your CSS invalid. Also use the full URL to your image (in.c http)...
Ciaran
You will need to remove the space between 'url (' which is making your CSS invalid. Also use the full URL to your image (in.c http)...
#container_header {
background-image: url('http://web92.burns.kundenserver42.de/mess2020/images/messerich/header_bg1.png');
}
Ciaran
- more than a month ago
- Commercial Templates
- # 1
Hello
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Replace the URL with that of your image.
Ciaran
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Replace the URL with that of your image.
#container_header {
background-image: url('https://joomla51.com/images/header_surf.jpg');
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
hello,
sorry but that didnt work.
I have tryed it also with !important and z-index, but nothing.
sorry but that didnt work.
I have tryed it also with !important and z-index, but nothing.
- more than a month ago
- Commercial Templates
- # 3
Hi Ciaran,
the css ist active like you wrote in your first awnser.
http://web92.burns.kundenserver42.de/mess2020
the css ist active like you wrote in your first awnser.
http://web92.burns.kundenserver42.de/mess2020
- more than a month ago
- Commercial Templates
- # 5
I also have a problem with the news Modul on top.
When i click on a picture (damen, herren or sport) the complete homepage will load again, with the article in the content area instead to open the article in its own page.
When i click on a picture (damen, herren or sport) the complete homepage will load again, with the article in the content area instead to open the article in its own page.
- more than a month ago
- Commercial Templates
- # 6
Hello
It sounds like the news articles that you are linking to do not have their own menu items, they, therefore, inherit the modules of the homepage. To resolve you will need to create a hidden menu and item for your articles. This will allow you to assign/un-assign the modules of your choice to these articles via the menu item.
A quick search on 'joomla hidden menu' will give you some further information if required.
Hidden menus in Joomla can be 'tricky' so often a much easier solution would be to install an extension like Advanced Module Manager (https://www.regularlabs.com/extensions/advancedmodulemanager) which offers you a lot more control regarding your module assignment.
Ciaran
It sounds like the news articles that you are linking to do not have their own menu items, they, therefore, inherit the modules of the homepage. To resolve you will need to create a hidden menu and item for your articles. This will allow you to assign/un-assign the modules of your choice to these articles via the menu item.
A quick search on 'joomla hidden menu' will give you some further information if required.
Hidden menus in Joomla can be 'tricky' so often a much easier solution would be to install an extension like Advanced Module Manager (https://www.regularlabs.com/extensions/advancedmodulemanager) which offers you a lot more control regarding your module assignment.
Ciaran
- more than a month ago
- Commercial Templates
- # 8
Ok, thats maybe the reason.
I know the hidden menu and used it on different sites
Thank you for the golden hint!!!
I know the hidden menu and used it on different sites
Thank you for the golden hint!!!
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »