Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Miscaleneous modifications from Stoker
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 09 Mar 2012, 23:37
Stoker wrote: Please post the text you have inserted in ACP.
I inserted in french :
Activated: Yes
Direction: Yes
Date: 2012/03/10 00:00:00
Text: Il manque x heures (Missing x hours)
Complete text: blabla (I don't understand how it works)
Capture of very small navbar with no text:
@Bl4d3 x
I tried to delete
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
or the other one.
Tried
No change.
Last edited by
Nully on 09 Mar 2012, 23:49, edited 1 time in total.
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 09 Mar 2012, 23:46
Find
Code: Select all
<script src="./script/jquery-1.7.min.js" type="text/javascript"></script>
and replace it with this
Code: Select all
<script src="./script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
i found 1.7 dont work with the counter also make sure you have jquery.jcountdown1.3.3.min.js in the script folder
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 09 Mar 2012, 23:54
I don't find script/jquery-1.7.min.js
I have
Code: Select all
<script src="{ROOT_PATH}script/jquery.jcountdown1.3.3.min.js" type="text/javascript"></script>
Sorry,
I found it.
I have :
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
What must I do ?
Last edited by
Nully on 09 Mar 2012, 23:58, edited 1 time in total.
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 09 Mar 2012, 23:58
Its in your overall_header html
Code: Select all
</script>
<script type="text/javascript" src="./styles/prosilver/template/styleswitcher.js"></script>
<script type="text/javascript" src="./styles/prosilver/template/forum_fn.js"></script>
<script src="./script/jquery-1.7.min.js" type="text/javascript"></script>
<script src="./script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : 400,
interval : 4000,
mousestop : true,
direction : 'down'
});
});
// ]]>
</script>
i'm looking at it now
http://www.bulgaria-france.net/salon/index.php the site in your profile right ?
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 10 Mar 2012, 00:02
Yes !! It has appeared
I deleted
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
Now I have to understand what to write and what date to choose
Thanks a lot.
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 10 Mar 2012, 00:06
Cool beans i dont see the countdown on the default theme yet
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 10 Mar 2012, 00:10
I did not understand what you mean (sorry, my english is very poor).
You cannot see on my forum ?
If so, it is normal, it is on my local forum, just for test.
martin123456
BBCoder VI
Posts: 765 Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:
Post
by martin123456 » 10 Mar 2012, 00:12
Nully wrote: I did not understand what you mean (sorry, my english is very poor).
You cannot see on my forum ?
If so, it is normal, it is on my local forum, just for test.
Ah right your doing it on localhost well i hope it goes ok on your live site.
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 10 Mar 2012, 08:58
It will be on my live site within about 10 days.
Nully
Donator
Posts: 258 Joined: 15 Mar 2010, 00:03
BBCodes: 10
Favourite MOD: Radios
Location: France > Bulgaria
Contact:
Post
by Nully » 10 Mar 2012, 09:46
Hello,
with Prosilver_SE the colour of the text is black and days and hours are red (like here), but with Prosilver everything is red.
The code in colours.css is eaxactly the same.
Somebody knows why?