Page 25 of 31

PhpBB Countdown MOD

Posted: 25 Oct 2013, 14:53
by irishmike357
Went over everything with a fine tooth comb, reset all styles in ACP and noticed that when not logged in it started working fine. So I deleted the board cookies and now it works.

When I change the colors from your settings in the colours.css file the change does not take place except when in the inbetween login/logout screen.

PhpBB Countdown MOD

Posted: 25 Oct 2013, 16:20
by Stoker
refresh the theme and browser when you edit css

PhpBB Countdown MOD

Posted: 25 Oct 2013, 17:16
by irishmike357
It is working 100% on IE but not with Firefox. I have cleared my history and deleted the site cookies.

PhpBB Countdown MOD

Posted: 25 Oct 2013, 18:51
by Stoker
Use key f5 + ctrl to refresh firefox

PhpBB Countdown MOD

Posted: 27 Oct 2013, 03:42
by irishmike357
Excellent. Thank you very much for your help and the mod.

PhpBB Countdown MOD

Posted: 19 Feb 2014, 17:24
by Nully
Hello,
I updated to version 2.0.2, from version 2.0.0., replaced the 2 files jquery.jcountdown.min.js and jquery.min.js.
It works ok, but I have an error from Mozilla :
SyntaxError: Using //@ to indicate sourceMappingURL pragmas is deprecated. Use //# instead
Source : .../script/jquery.min.js
Ligne : 1
and
Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
How can I solve these errors?

PhpBB Countdown MOD

Posted: 19 Feb 2014, 21:39
by Steve
//@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map

https://bugzilla.mozilla.org/show_bug.cgi?id=925614

PhpBB Countdown MOD

Posted: 19 Feb 2014, 22:06
by Nully
Steve, you talk chinese for me!

PhpBB Countdown MOD

Posted: 19 Feb 2014, 23:05
by Steve
Steve wrote://@ sourceMappingURL=jquery-1.10.2.min.map
//# sourceMappingURL=jquery-1.10.2.min.map

https://bugzilla.mozilla.org/show_bug.cgi?id=925614
because you could have googled it

in the jQuery file change the //@ to //#

PhpBB Countdown MOD

Posted: 20 Feb 2014, 12:20
by Nully
I replaced the //@ to //# on first line in comment and now I have error:
Error: .../script/jquery.min.js is being assigned a //# sourceMappingURL, but already has one
:idea: