debriscreator
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [raindrops] Change menu colorfound the way to change the menu color on the side menus by searching the threads in this forum. heres my site
https://www.georgescylinderhead.com
I removed your credits at the bottom at the request of the client. thanks again. awesome theme.
Forum: Themes and Templates
In reply to: [raindrops] Change menu colorthank you very much that helped a lot… how about the selected menu item? also… do you have this info for the side menus? let me know your paypal I will donate.
Forum: Themes and Templates
In reply to: [raindrops] Change menu coloroh I see thank you.
I only want to change only the background for the top menu and not the entire base color. is there a class I can use in css?
example
.topmenu{background-color:#fff;}
Thank you for your help.
Forum: Themes and Templates
In reply to: [raindrops] Change menu colorhow do I change existing css to edit color? I don’t want to rewrite code only css. thank you.
Forum: Plugins
In reply to: [Easing Slider] [Plugin: Easing Slider] Conflict with editorial calendarI don’t know if this will help you but it helped me out… open up
easingslider.php in the plugin folder and find this code<script type=”text/javascript”>
jQuery.noConflict();
jQuery(document).ready( function($){
var buttons = { previous:$(‘#lofslidecontent45 .lof-previous’) , next:$(‘#lofslidecontent45 .lof-next’) };
$obj = $(‘#lofslidecontent45’)
.lofJSidernews( { interval : <?php echo $interval; ?>,and change to this
<script type=”text/javascript”>
jQuery(document).ready( function($){
var buttons = { previous:$(‘#lofslidecontent45 .lof-previous’) , next:$(‘#lofslidecontent45 .lof-next’) };
$obj = $(‘#lofslidecontent45’)
.lofJSidernews( { interval : <?php echo $interval; ?>,so basically just remove the noConflict function
jQuery.noConflict();which is ironic.. but it helped me out.
Good Luck – Dave