1. SYSOPONLINE
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 11 June 2020
  5.  Subscribe via email
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.
Accepted Answer Pending Moderation
0
Votes
Undo
Fixed. I set the Width from the tool too the same from the Template
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Ah nice one. Thank you for the update.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
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.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
I think i have a resolution:
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;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Looks good! Considering where your module is in your markup, probably the only CSS required would be...

#newmodule {
position: absolute;
top: 5px;
width: 100%;
z-index: 99;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Ciaran can you tell me why the news ticker runs much slower in responsive mode than on the normal display?
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 8
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok