The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

#825 Scrolling Annoucement Not Working & toolbar

+9
simonisk
Shadow
runawayhorses
Ange Tuteur
Sir Chivas™
SLGray
Kite Trojan
Pizza Boi
Shindouz
13 posters

Page 1 of 2 1, 2  Next

Go down

Solved #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Sun Mar 16 2014, 19:20

It was working previously I set it on all pages and recently it stopped working for some reason
please help thank you.

Topic made into an only topic
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Sun Mar 16 2014, 19:23

Hi Very Happy

Did you mean this? Welcome To Anime Gakuen Forum!
Welcome To Anime Gakuen Forum!

It's scrolling fine for me. Please clear your cache and cookies and then refresh the page to see if it works.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Sun Mar 16 2014, 19:27

hey thank you for the quick reply but by clearing cache and cookies do u mean on my forum or browser?

EDIT: I tried clearing cache & cookies for my firefox afterwards restarting the browser and still didn't show for me.
how come it's working fine for you though? Sad
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Kite Trojan Sun Mar 16 2014, 19:52

Try using another browser.
Kite Trojan
Kite Trojan
Forumember

Male Posts : 823
Reputation : 19
Language : English

http://galacticda.forumotion.com/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 00:34

Hi Very Happy

Try checking your error console via tools < web developer (In firefox) and see if there are any conflicting codes. If you do not know how to fix them, please post it here and we can see if it's revisable.

Anyways, I noticed that the errors found (Based from my error console) aren't related to the scrolling movement, so I suggest waiting for 24 hours before going back to this topic or checking your internet connection if it is stable.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 03:46

I tried using another browser such as IE and it works scrolling fine but I've been with firefox all along is there anyway to fix this please?
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 03:52

Hi Very Happy

Hmm, are you using Firefox 27? I'm using Firefox and I don't have any problems with that. Apparently, there's also this type of problem with Dusty Bones's post and here is what Ange said.

Ange Tuteur wrote:Hello DustyBones,

I have in fact noticed that things using marquee are not working correct. To be more specific the recent topics scrolling will not stop on mouseover; it throws the following errors :

document.getElementById(...).stop is not a function
document.getElementById(...).start is not a function

for your code :
this.stop is not a function
this.start is not a function

this may be an issue related to Firefox 27, it was around the time I noticed it I believe.

try this :
I have patched it with some jQuery.
Code:
<marquee behavior="scroll" direction="up" scrollamount="2" onmouseover="$(this).attr('scrollamount','0');" onmouseout="$(this).attr('scrollamount','2');">
<div style="" align="center">
 <img src="http://i1042.photobucket.com/albums/b430/RapsGraphics/forumotionbutton3.png" /><img src="http://i1042.photobucket.com/albums/b430/RapsGraphics/forumotionsupport.png" />
</div></marquee>

The marquee function (Scrolling) is affected in that particular post as you can see here: https://help.forumotion.com/t131597-mouse-over-code-in-widget-no-longer-working

So there's always that possibility that the problem is the browser itself.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by SLGray Mon Mar 17 2014, 03:56

I am also using Firefox, and the scrolling announcements is working.

Your Firefox should be updated to 27.0.1


#825 Scrolling Annoucement Not Working & toolbar Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51453
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 03:57

exactly it is up to date.
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 04:03

Hi Very Happy

Well, if it is up to date, can you please just try this code? Revised it from Ange's code.

Code:
    <marquee behavior="scroll" direction="left" scrollamount="2" onmouseover="$(this).attr('scrollamount','0');" onmouseout="$(this).attr('scrollamount','2');">
    <div style="" align="center">
    Welcome To Anime Gakuen Forum!
Welcome To Anime Gakuen Forum!
    </div></marquee>

Note: Make sure that scrolling is disabled and put that code in the area where the text "Welcome To Anime Gakuen Forum!
Welcome To Anime Gakuen Forum!" is originally located.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 04:15

Pizza Boi wrote:Hi Very Happy

Well, if it is up to date, can you please just try this code? Revised it from Ange's code.

Code:
    <marquee behavior="scroll" direction="left" scrollamount="2" onmouseover="$(this).attr('scrollamount','0');" onmouseout="$(this).attr('scrollamount','2');">
    <div style="" align="center">
     Welcome To Anime Gakuen Forum!
Welcome To Anime Gakuen Forum!
    </div></marquee>

Note: Make sure that scrolling is disabled and put that code in the area where the text "Welcome To Anime Gakuen Forum!
Welcome To Anime Gakuen Forum!" is originally located.

Regards,
Pizza Boi


I pasted it into the msg content area and disabled the announcement scrolling. nothing works still
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 04:28

Hi Very Happy

Try re-activating the announcement. Pardon about that, I just tried that with the scrolling disabled, I didn't know the code was affected but if I able it, it scrolls. Here's the end result of the code I gave you: http://tfpb.forumtl.com/

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 04:33

Pizza Boi wrote:Hi Very Happy

Try re-activating the announcement. Pardon about that, I just tried that with the scrolling disabled, I didn't know the code was affected but if I able it, it scrolls. Here's the end result of the code I gave you: http://tfpb.forumtl.com/

Regards,
Pizza Boi

Hi i tried re-enabling it again but nothing shows as well as the test forum u gave. I visited it and nothing is scrolling.
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 04:48

Hi Very Happy

Please try re-installing your Mozilla Firefox since it shows it really is just your browser Smile if it doesn't work, then I can no longer further help you unless someone miraculously provides a code for it.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Sir Chivas™ Mon Mar 17 2014, 04:54

Hello,

Can you please provide me a screenshot of what you see? Thank you.

Regards,
Sir Chivas.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6964
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 05:09

Sir Chivas™ wrote:Hello,

Can you please provide me a screenshot of what you see? Thank you.

Regards,
Sir Chivas.
maybe i shud just try reinstalling my firefox?
#825 Scrolling Annoucement Not Working & toolbar Fdcd10
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 05:17

Hi Very Happy

Please do.

@Sir Chivas: Do you see the scroll thing in his forum? Just wanted to ask just in case.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 06:47

ok tried reinstalling my firefox andup to date nothing happens. Anyone else is able to help?

Went to my IE 11 and see again it's scrolling fine over there though. God what is wrong with firefox I swear it was scrolling real fine 2 days ago .
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 07:13

Hi Very Happy

As I stated, please wait for 24 hours and see if the problem persists because Forumotion cannot exactly modify browsers Smile .

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shindouz Mon Mar 17 2014, 07:15

Pizza Boi wrote:Hi Very Happy

As I stated, please wait for 24 hours and see if the problem persists because Forumotion cannot exactly modify browsers Smile.

Regards,
Pizza Boi

Alright I'll come back tomorrow morning to this topic thank you for the efforts.
avatar
Shindouz
New Member

Posts : 14
Reputation : 1
Language : English

http://agwiki.forumms.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 07:18

Hi Very Happy

Thank you for understanding Smile .

Posted in this area to prevent you from double posting and receive a reminder if you didn't achieve a 24 hours gap for post, lol.

Regards,
Pizza Boi
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Ange Tuteur Mon Mar 17 2014, 11:18

For some reason I am getting the following error :
ticker_start is not defined

I'm going to have to look into this.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by runawayhorses Mon Mar 17 2014, 14:19

Announcements module quit working on my forum for no reason this morning. Must be an problem from the severs end. Generalities home page message is not working either.
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shadow Mon Mar 17 2014, 15:25

Hello

Infact, we have a little bug about scrolling announcements. I have reported the problem to our technicians. They are working on.
Thanks for your understanding & sorry for the trouble.

I will let you know as soon as it is solved.
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Pizza Boi Mon Mar 17 2014, 15:26

Hi Very Happy

I'd like to respond about the Forumotion toolbar. I forgot that a few months ago, when the new editor was released, the toolbar of my friend stopped working so the ones with the toolbar error was already from months ago; however, I cannot remember what type of error it was but I do believe it has something to do with the current scrolling error as well.

Just wanted to share some helpful info Smile. Also, the toolbar error didn't matter to me at that time so I didn't bother posting about it e.e"... sorry.

Regards,
Pizza Boi

Edit: https://help.forumotion.com/t131625-are-there-changes-in-the-forumotion-software#882566 That's the topic with the toolbar.
Pizza Boi
Pizza Boi
Hyperactive

Male Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by simonisk Mon Mar 17 2014, 15:47

Hi!


My forum is cocslovenia.slovenianforum.com


Why I can't create a new category? Can you please check?
Thank you!


Last edited by simonisk on Mon Mar 17 2014, 15:49; edited 1 time in total
avatar
simonisk
New Member

Posts : 5
Reputation : 1
Language : English

http://cocslovenia.slovenianforum.com/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shek Mon Mar 17 2014, 15:48

Thanks,
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by justlovely Mon Mar 17 2014, 16:29

Having problems loading my board and trying to post topics. The board blanks out and comes back and I can't access it. I have tried refreshing but that is not helping either.

http://taggersoasis.forumotion.com/
justlovely
justlovely
Forumember

Female Posts : 73
Reputation : 1
Language : english

http://taggersoasis.forumotion.com/

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by Shadow Mon Mar 17 2014, 16:35

Hello

As Pizza Boi said, we also have a problem with the toolbar. There is a link with the scrolling announcement. Our technicians are currently working on it.
#825 Scrolling Annoucement Not Working & toolbar Toolba10
Shadow
Shadow
Manager
Manager

Male Posts : 16217
Reputation : 1831
Language : French, English

Back to top Go down

Solved Re: #825 Scrolling Annoucement Not Working & toolbar

Post by justlovely Mon Mar 17 2014, 16:38

Ok thank you.
justlovely
justlovely
Forumember

Female Posts : 73
Reputation : 1
Language : english

http://taggersoasis.forumotion.com/

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum