Need help with this conflict.

In your random text resource, replace
Rich (BB code):
<td valign="middle"><div align="right" class="quotes"></div></td>
with
Rich (BB code):
<td valign="middle"><div align="right" class="yolulz_quotes"></div></td>

and replace
Code:
<script type="text/javascript" src="js/jquery/randomtext.js"></script>
<style type="text/css">
.quotes {
line-height: 1em;
position: absolute;
top: 6px;
left: 160px;
color: black;
font-size: 20px;
font-weight: bold;
font-family: arial;
-webkit-transform: rotate(-10deg);
}
</style>

with

Rich (BB code):
<script type="text/javascript" src="js/jquery/randomtext.js"></script>
<style type="text/css">
.yolulz_quotes {
line-height: 1em;
position: absolute;
top: 6px;
left: 160px;
color: black;
font-size: 20px;
font-weight: bold;
font-family: arial;
-webkit-transform: rotate(-10deg);
}
</style>

Changes are in red color.
 
Top Bottom