MiniTicker Module Configuration & Layout
- Posted by Nora Schneider (3) Offline
I installed the MiniTicker Module on our Joomla 3 website and it's pretty much doing what it's supposed to do. However, we have a background image on the website and I just realized that the "text reveal" effect is basically just a white bar that moves to the right to make the text visible. That doesn't look very nice when it's placed on a site with a background image. Is there an easy way to make this module work for us or do I have to look for an alternative? Thanks for your help!
9 years 8 months ago #1
by Nora Schneider
The topic has been marked as resolved.
- Posted by TemplatePlazza (5310) Offline
Hi, can you let me know the URL of your site so I can take a look?
9 years 8 months ago #2
by TemplatePlazza
The topic has been marked as resolved.
- Posted by Nora Schneider (3) Offline
www.adapt-localization.com
I deactivated the module because of the layout issue. But I'll switch it back on for a while, so you can check it out. I also attached a screenshot.
9 years 8 months ago #3
by Nora Schneider
I deactivated the module because of the layout issue. But I'll switch it back on for a while, so you can check it out. I also attached a screenshot.
The topic has been marked as resolved.
- Posted by TemplatePlazza (5310) Offline
Hi, hmm yes, it doesn't looks good for website with backgorund image.
The quick workaround is to hide the 'text-reveal' effect. You can do that by adding this css code to your template css file :
9 years 8 months ago #4
by TemplatePlazza
The quick workaround is to hide the 'text-reveal' effect. You can do that by adding this css code to your template css file :
.ticker-swipe {
display:none!important;}
The topic has been marked as resolved.