- Posts: 6
- Thank you received: 0
Problems
-
DJDallyDal
Inactive member - Topic Author
- New Member
Less
More
14 years 11 months ago #444
by DJDallyDal
Problems was created by DJDallyDal
Hello,
Ok so here is my problem. Hot Newsflash Tabs change or rotate for me no problem ....but the image the the text to the left of the tabs do not switch.... i have tried to enable and disable conflict and enable and diable jQuery?
Any Ideas?
Thanks!
Ok so here is my problem. Hot Newsflash Tabs change or rotate for me no problem ....but the image the the text to the left of the tabs do not switch.... i have tried to enable and disable conflict and enable and diable jQuery?
Any Ideas?
Thanks!
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 11 months ago #445
by milos
Replied by milos on topic Re: Problems
Do you have other jQuery/mooTools based scripts on the page? Can you tell us your URL?
Please Log in to join the conversation.
-
DJDallyDal
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
14 years 11 months ago #462
by DJDallyDal
Replied by DJDallyDal on topic Re: Problems
Hello,
Sorry for the delay of getting back here...i had just pulled it down since i could not get it to work....but i have posted it back up.....
Here is a link to the site: www.dznuttsradio.com
Hip Hop Internet Radio Station
Thanks
Sorry for the delay of getting back here...i had just pulled it down since i could not get it to work....but i have posted it back up.....
Here is a link to the site: www.dznuttsradio.com
Hip Hop Internet Radio Station
Thanks
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 11 months ago #467
by milos
Replied by milos on topic Re:Problems
Please open file default.php of the module HOT Newsflash and in lines 83 and 84 change "$" to "jquery" (without quotes).
We will fix this bug in the next revision.
We will fix this bug in the next revision.
Please Log in to join the conversation.
-
DJDallyDal
Inactive member - Topic Author
- New Member
Less
More
- Posts: 6
- Thank you received: 0
14 years 11 months ago #474
by DJDallyDal
Replied by DJDallyDal on topic Re:Problems
Ok, i took a look at the default.php file and on lines 83 and 84 they are both blank lines......there is nothing on those line at all....
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 11 months ago - 14 years 11 months ago #476
by milos
Replied by milos on topic Re:Problems
Sorry, please find this part
and change it to
Code:
<script type="text/javascript">
jQuery(document).ready(function($) {
$("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", <?php echo $speed; ?>, true);
});
</script>
Code:
<script type="text/javascript">
jQuery(document).ready(function(jQuery) {
jQuery("#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", <?php echo $speed; ?>, true);
});
</script>
Last edit: 14 years 11 months ago by milos.
Please Log in to join the conversation.
Time to create page: 0.083 seconds