Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
January 1Jan 1 where do you want the marquee? I assume you could create a block for that and what kind of marquee are you looking for?
January 1Jan 1 Like I said you can create the block then use your page editor to add the block to the top.I have an example on my site if you want to see it in action. Go to your admin scroll to pages click blocks create new block manual html then give your block a title then click on content tab add this code. <!DOCTYPE html> <html> <body> <style> .btn { background: #0400ff; text-decoration: none; padding: 0.5rem; border: 1px solid #333333; } </style> <marquee font style="bold" scrolldelay="100"><font size="5" face="Verdana"><font color="#BC8F8F"> ***Get all the Latest News... World News..UK News..US News..ect.*** <a class="btn" href="https://your site/latest news/"> Click to see our news </a></marquee> Edited January 1Jan 1 by Drewfus
January 1Jan 1 1 hour ago, Drewfus said: Like I said you can create the block then use your page editor to add the block to the top.I have an example on my site if you want to see it in action. Go to your admin scroll to pages click blocks create new block manual html then give your block a title then click on content tab add this code. <!DOCTYPE html> <html> <body> <style> .btn { background: #0400ff; text-decoration: none; padding: 0.5rem; border: 1px solid #333333; } </style> <marquee font style="bold" scrolldelay="100"><font size="5" face="Verdana"><font color="#BC8F8F"> ***Get all the Latest News... World News..UK News..US News..ect.*** <a class="btn" href="https://your site/latest news/"> Click to see our news </a></marquee> How to do it without using a deprecated tag <!DOCTYPE html> <html> <head> <style> .marquee { white-space: nowrap; animation: scroll-right-left 10s linear infinite; } @keyframes scroll-right-left { from { transform: translateX(400px); } to { transform: translateX(-1600px); } } </style> </head> <body> <div class="marquee">this is a marquee done without using the deprecated marquee tag.</div> </body> </html>
January 1Jan 1 Author Cool thanks. Happy new year to you and yours. Edited January 1Jan 1 by FeigelInc
January 2Jan 2 Author I was looking for a new version of the marquee plugin that was done for IPS 4. But I totally understand that there is nothing like it yet that exists for IPS 5.
January 2Jan 2 OK - I'll be the guy, now that you've stated something that would have helped from the start... A search for "Marquee" on here doesn't yield much in relation to a 'plugin' that may exist, which gives an indication that it may not have existed here on the marketplace (no support topic, see). So how about more information on what exactly this "marquee plugin" is? Is that its actuall name, or is that what you refer to it as (if so, what is its name?) Who developed it? Was it a v4 plugin, or was it maybe a REALLY old plugin that existed back with v3? More details...better answers. Edited January 2Jan 2 by Nathan Explosion
January 2Jan 2 I remember one from Taman: I'm not sure but I think there was another one but I can't remember.
January 3Jan 3 Author Yes, that's the one I'm speaking of, the news ticker. Sorry, when I think of a 'ticker' I think of the stock market. lol. Yes, it's the plugin that I'd like to get on V5. Just a suggestion for an application.
January 3Jan 3 Author I don't appreciate being mocked. Your so-called humor is ridiculous and apparently you guys like to mock customers who pay your bills. All I've asked for was a ticker, I'd appreciate some sort of help in that matter.
January 7Jan 7 @FeigelInc I am presently working on one I will try and have it done in the next couple weeks.
January 7Jan 7 Author I tried code, it came out okay. @Drewfus I can't wait to see what you come up with. Edited January 7Jan 7 by FeigelInc
January 7Jan 7 @Daniel F yes I have it in a block on my site but @FeigelInc wants a application like Tamans news ticker so I am trying my hand at it.
January 9Jan 9 I have asked Terabyte to release a better version than Taman's newsticker app. He's mentioned building something from the ground up for v5, so if you are interested in something more comprehensive let me know. This could be something sold by Tera, instead of being custom.
January 10Jan 10 Management On 1/3/2025 at 11:45 AM, FeigelInc said: I don't appreciate being mocked. Your so-called humor is ridiculous and apparently you guys like to mock customers who pay your bills. All I've asked for was a ticker, I'd appreciate some sort of help in that matter. I am mock-agnostic, it isn't limited to people who pay our bills. Poor jokes aside, I meant no offence. Although tickers in general are fairly poor UI. v5 comes with an autoplaying carousel option which might be better.
January 10Jan 10 @Matt So how would you use the carousel to autoplay words and no images I don't see that option. I am just not seeing where you can do that.
January 10Jan 10 Author It caught me off guard on a bad day, I'm kind of old school and for the pro wrestling themed site I'm using Invision for it just displays news and the occasional championship image. So, anyways I'll check out your suggestion @Matt.
January 10Jan 10 Management 48 minutes ago, FeigelInc said: It caught me off guard on a bad day, I'm kind of old school and for the pro wrestling themed site I'm using Invision for it just displays news and the occasional championship image. So, anyways I'll check out your suggestion @Matt. This man has a really good yoga program that helped my back a few years back. Did you get what you need for your ticker?