Current date/time is April 26th 2024, 7:44 pm

Search found 2 matches for rtopic

Category color fade effect

[mention]Ange Tuteur[/mention] wrote:I'm guessing {#}rtopic{/#} is the container, so add this in javascript codes management :
Code:
$(function(){$('#rtopic').insertBefore('.forabg:first')});


or if the widget you're using can be edited, just add this at the very bottom :
Code:
<script type="text/javascript">(function(){jQuery('#rtopic').insertBefore('.forabg:first')})();</script>



Thanks! Smile The first one worked. Though it's using the recent topics widget, it's not a widget itself, but JS and a little bit of CSS.
by Guest
on December 30th 2014, 8:59 am
 
Search in: Garbage
Topic: Category color fade effect
Replies: 4
Views: 728

Category color fade effect

I'm guessing #rtopic is the container, so add this in javascript codes management :
Code:
$(function(){$('#rtopic').insertBefore('.forabg:first')});


or if the widget you're using can be edited, just add this at the very bottom :
Code:
<script type="text/javascript">(function(){jQuery('#rtopic').insertBefore('.forabg:first')})();</script>
by Ange Tuteur
on December 30th 2014, 6:56 am
 
Search in: Garbage
Topic: Category color fade effect
Replies: 4
Views: 728

Back to top

Jump to: