vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Forum Home Enhancements - Latest Threads Ticker [jQUery] (https://vborg.vbsupport.ru/showthread.php?t=262910)

doctorsexy 09-12-2014 05:33 PM

As per the instructions....:D

john7911 09-14-2014 06:50 AM

Quote:

Originally Posted by doctorsexy (Post 2514885)
As per the instructions....:D

I did all step by step and not working for me :(

doctorsexy 09-14-2014 08:05 AM

Did you Enable External Javascript...

have you any other jquery running..

link to your forum....

john7911 09-14-2014 08:09 AM

Quote:

Did you Enable External Javascript...
- Yes

Quote:

have you any other jquery running..
- Not sure

Quote:

link to your forum....
http://www.faouweb.net/forum/forum.php
Thank you ;)

doctorsexy 09-14-2014 08:11 AM

Is your forum in a sub folder

doctorsexy 09-14-2014 08:17 AM

try

<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>

john7911 09-14-2014 08:46 AM

Quote:

Is your forum in a sub folder
Yes
I tried
Code:

<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
as you can see:

Code:

<!--DEBUT LATEST-->

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
    $(function () {
        $('#js-news').ticker();
    });
</script>
<!--FIN LATEST-->

but nothing change.

doctorsexy 09-14-2014 08:55 AM

Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>
<script src="forum/js/jquery.ticker.js" type="text/javascript"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
    $(function () {
        $('#js-news').ticker();
    });
</script>


john7911 09-14-2014 09:31 AM

Here are all screen shot of what I have:
https://vborg.vbsupport.ru/external/2014/09/9.jpg

https://vborg.vbsupport.ru/external/2014/09/10.jpg

https://vborg.vbsupport.ru/external/2014/09/11.jpg

https://vborg.vbsupport.ru/external/2014/09/12.jpg

CSS:
https://vborg.vbsupport.ru/external/2014/09/13.jpg

Code:

#ticker-wrapper * {
        margin-left: auto;
        margin-right: auto;

}

#ticker-wrapper.has-js {
    margin: 20px auto 20px auto;
    padding: 0px 20px;
    width: 900px;
    height: 30px;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #f8f0db;
    font-size: 1.1em;
}
#ticker {
    width: 830px;
    height: 30px;
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #f8f0db;
}
#ticker-title {
    padding: 5px;
    color: #990000;
    font-weight: bold;
    background-color: #f8f0db;
    text-transform: none;
}
#ticker-content {
    margin: 0px;
    padding: 5px;
    position: absolute;
    color: #1F527B;
    font-weight: normal;
    background-color: #f8f0db;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2em;

}
#ticker-content:focus {
    none;
}
#ticker-content a {
    text-decoration: none;   
    color: #1F527B;
}
#ticker-content a:hover {
    text-decoration: underline;   
    color: #0D3059;
}
#ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0px;
    background-color: #f8f0db;
    display: block;
    width: 800px;
    height: 23px;
}
#ticker-swipe span {
    margin-left: 1px;
    background-color: #f8f0db;
    border-bottom: 1px solid #1F527B;
    height: 12px;
    width: 7px;
    display: block;
}
#ticker-controls {
    padding: 8px 0px 0px 0px;
    list-style-type: none;
    float: left;
}
#ticker-controls li {
    padding: 0px;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block;
}
#ticker-controls li#play-pause {
    background-image: url('../images/controls.png');
    background-position: 32px 16px;
}
#ticker-controls li#play-pause.over {
    background-position: 32px 32px;
}
#ticker-controls li#play-pause.down {
    background-position: 32px 0px;
}
#ticker-controls li#play-pause.paused {
    background-image: url('../images/controls.png');   
    background-position: 48px 16px;
}
#ticker-controls li#play-pause.paused.over {
    background-position: 48px 32px;
}
#ticker-controls li#play-pause.paused.down {
    background-position: 48px 0px;
}
#ticker-controls li#prev {
    background-image: url('../images/controls.png');
    background-position: 0px 16px;       
}
#ticker-controls li#prev.over {
    background-position: 0px 32px;       
}
#ticker-controls li#prev.down {
    background-position: 0px 0px;       
}
#ticker-controls li#next {
    background-image: url('../images/controls.png');   
    background-position: 16px 16px;   
}
#ticker-controls li#next.over {
    background-position: 16px 32px;   
}
#ticker-controls li#next.down {   
    background-position: 16px 0px;   
}
.js-hidden {
    display: none;
}
#no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}
.left #ticker-swipe {
    left: 80px;
}
.left #ticker-controls, .left #ticker-content, .left #ticker-title, .left #ticker {
    float: left;
}
.left #ticker-controls {
    padding-left: 6px;
}
.right #ticker-swipe {
    right: 80px;
}
.right #ticker-controls, .right #ticker-content, .right #ticker-title, .right #ticker {
    float: right;
}
.right #ticker-controls {
    padding-right: 6px;
}
/* FIN StatorLatest Threads Ticker  */


john7911 09-14-2014 09:40 AM

I see it in the default style :eek:

https://vborg.vbsupport.ru/external/2014/09/8.jpg

--------------------
I will activate the default style if you want to see.
http://www.faouweb.net/forum/forum.php?styleid=1


All times are GMT. The time now is 09:06 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01309 seconds
  • Memory Usage 1,755KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete