Jump to content

News Ticker [ support topic ]


TAMAN

Recommended Posts

Posted

its only some basic html/css js independence from ips it should always work 

i will have to re upload for ips 4.5 tho 

 

 

Posted
1 hour ago, Donald Meek said:

i cant get it working on 4.5.1

Whats the problem?

 

1 hour ago, Donald Meek said:

when will it be availible to the 4.5 version?

 

Soon 🙂 

But its still working for IPS 4.5 if you have it installed. you can also install it manually in IPS 4.5 if you want to

 

Posted
On 9/2/2020 at 3:37 PM, TAMAN said:

Whats the problem?

 

Soon 🙂 

But its still working for IPS 4.5 if you have it installed. you can also install it manually in IPS 4.5 if you want to

 

its not working on my site..

 

Posted
58 minutes ago, Donald Meek said:

its not working on my site..

But what is the problem? why does it not work?

nothing shows after installing or is the problem something else?

 

 

  • 2 weeks later...
Posted (edited)
4 minutes ago, Unlucky said:

not working on the latest version of ips we have just installed

no news scrolls along

 

Hi,

Please be patient this plugin will be updated for ips 4.5.x soon 🙂 

 

Edited by TAMAN
Posted
On 9/18/2020 at 3:18 PM, TAMAN said:

Please be patient this plugin will be updated for ips 4.5.x soon

Hi, We tried again and cleared cache and it is working ok

Just thought we should let you know 😀

  • 2 weeks later...
Posted
4 hours ago, marco2306 said:

I just installed the update and can no longer edit my ticker text, how can I fix this?

 

Hello,

Why not? whats the issue? do the settings does not open or something? 

Posted (edited)
1 hour ago, marco2306 said:

The settings are all and I also have the rights to edit.
When I click the pencil, nothing happens.

@marco2306I'm having the same problem after a clean install on 4.5.3.  Try using Firefox - I can click the pencil and edit the ticker with Firefox, but not with any other browser it seems (I've tried Edge, Chrome, and Brave as well, the most recent browser versions on two different computers).

Edited by liquidfractal
Posted
1 hour ago, liquidfractal said:

@marco2306I'm having the same problem after a clean install on 4.5.3.  Try using Firefox - I can click the pencil and edit the ticker with Firefox, but not with any other browser it seems (I've tried Edge, Chrome, and Brave as well, the most recent browser versions on two different computers).

 

Unfortunately it doesn't work in Firefox either.
You can't even see the pencil there.

Posted (edited)
2 hours ago, marco2306 said:

Unfortunately it doesn't work in Firefox either.
You can't even see the pencil there.

Did you try forcing a fresh page reload (CTRL+F5) and/or clearing your browser's cache(s)?  Apart from making sure your browsers are completely up-to-date that's about all I can offer. :sad:

Edited by liquidfractal
Posted

I am having he same issue...the edit icon is missing on some of the styles.  If you switch to Style 2, you should be able to edit.

I also noticed that some of the CSS seems off.  I can only use style 2 and 3, all the others look off in some fashion.

ScreenHunter_850 Oct. 07 11.49.jpg

Posted
16 hours ago, liquidfractal said:

(I've tried Edge, Chrome, and Brave as well, the most recent browser versions on two different computers).

I will check it out as soon as i can

thanks 🙂 

Posted
10 hours ago, Shiyo said:

Juts for your information @TAMAN, I'm having the same issue (tested it on Opera).

On 10/7/2020 at 5:55 PM, RocketStang said:

I am having he same issue...the edit icon is missing on some of the styles.  If you switch to Style 2, you should be able to edit.

I also noticed that some of the CSS seems off.  I can only use style 2 and 3, all the others look off in some fashion.

ScreenHunter_850 Oct. 07 11.49.jpg

On 10/7/2020 at 4:39 AM, marco2306 said:

When I click the pencil, nothing happens.

On 10/7/2020 at 6:52 AM, marco2306 said:

Unfortunately it doesn't work in Firefox either.
You can't even see the pencil there.

 

Just uploaded a new version fixing the issues 

please be patient it will be approved soon 🙂 

 

Posted
13 hours ago, Unlucky said:

Hi,

our news ticker text seems to have picked up dots under the words (links) - How can we remove the dots?

https://www.walkingfootball.com/

Add in custom.css and change the border style 

  • .tickerList a, #ipsLayout_footer .tickerList a {
        text-decoration-style: solid;  /*dashed, wavy, double*/
    }

    if you dont want the border at all,  change the border color setting in the plugin to be same as the background color

  • 13 hours ago, Unlucky said:

    Also is it possible to have the speed option re-added?

    It appears to be missing from latest versions

    The speed option was moved to front-end side 
    you can change the speed manually if you wanted 
    5c186457f76a14b2a636ba93fb4f8af3.png

Posted

Hi,

We added the following but the dots are still appearing under the letters

.tickerList a, #ipsLayout_footer .tickerList a {
    text-decoration-style: solid;  /*dashed, wavy, double*/
}
Posted
2 hours ago, Unlucky said:

We added the following but the dots are still appearing under the letters

just add this and it will remove the underline style of link 

.tickerList a,#ipsLayout_footer .tickerList a {
    text-decoration: none;
}

 

  • Recently Browsing   0 members

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