Jump to content

Recommended Posts

Posted (edited)

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 by Drewfus
Posted
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>

 

Posted

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.

Posted (edited)

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 by Nathan Explosion
Posted

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.

Posted

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.

Posted

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.

  • Management
Posted
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.

  • Management
Posted
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.

wrestlemania x8 wrestling GIF by WWE

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?

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...