Hello,
it is possible to make a newsticker on top of the Page (Template J51_Natalie)? I use this Plugin https://graphicaholic.com/demos/extensions/marqueeaholic
I would like it to be similar to the one on this website:
Title
My problem is that I then get this on Header-1 to the website that is scrollable to the right.
Newsticker on Top
- Issue
- SYSOPONLINE
- Commercial Templates
- Thursday, 11 June 2020
- Subscribe via email
Looks good! Considering where your module is in your markup, probably the only CSS required would be...
Ciaran
#newmodule {
position: absolute;
top: 5px;
width: 100%;
z-index: 99;
}
Ciaran
- more than a month ago
- Commercial Templates
- # 2
Hello
Sure that should be possible. Could you place the module in the debug module position on a single menu item and the URL? I can then give you the required CSS to fix to the top.
Ciaran
Sure that should be possible. Could you place the module in the debug module position on a single menu item and the URL? I can then give you the required CSS to fix to the top.
Ciaran
- more than a month ago
- Commercial Templates
- # 3
Ciaran, I need some more help.
I have displayed the news ticker on the website in header 1. That works too. But the problem is that if you look at the news ticker on your mobile phone or a smaller monitor, for example, the monitor display is enlarged and the picture can be scrolled to the right.
i think the module position header-1 has no limitation and is therefore scrollable?
When i use all other positions the Newsticker works fine. Only in Header it doesnt work.
I have displayed the news ticker on the website in header 1. That works too. But the problem is that if you look at the news ticker on your mobile phone or a smaller monitor, for example, the monitor display is enlarged and the picture can be scrolled to the right.
i think the module position header-1 has no limitation and is therefore scrollable?
When i use all other positions the Newsticker works fine. Only in Header it doesnt work.
- more than a month ago
- Commercial Templates
- # 5
I think i have a resolution:
i addet in index.php a new module position:
and then i make css for the newsticker:
i addet in index.php a new module position:
<div id="newmodule">
<jdoc:include type="modules" name="newmodule" />
</div>
and then i make css for the newsticker:
#header {
position: relative;
}
#newmodule {
height:80px;
padding-bottom:100px;
position: absolute;
right:20px;
top:5px;
width:100%;
z-index:99;
}
- more than a month ago
- Commercial Templates
- # 6
Ciaran can you tell me why the news ticker runs much slower in responsive mode than on the normal display?
- more than a month ago
- Commercial Templates
- # 7
Hello
Admittedly this would fall on the side of the ticker extension rather than the template however it appears that the ticker speed is based upon time across viewport width. As the viewport width is smaller on small screen devices, the movement is a lot slower. I do not know if the extension has an option to alter this.
Ciaran
Admittedly this would fall on the side of the ticker extension rather than the template however it appears that the ticker speed is based upon time across viewport width. As the viewport width is smaller on small screen devices, the movement is a lot slower. I do not know if the extension has an option to alter this.
Ciaran
- more than a month ago
- Commercial Templates
- # 8
- 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 »