Title: Widgets conflict
Last modified: August 21, 2016

---

# Widgets conflict

 *  Resolved [Jaher](https://wordpress.org/support/users/jaher/)
 * (@jaher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/)
 * Hi!
 * I’m using your “CSS & Javascript Toolbox V6 CE” in my wordpress site, and I just
   found out that the widgets on the footer does not appear in the page where I 
   activated your plugin ([http://joseangelheras.com/cv/](http://joseangelheras.com/cv/)).
   They are the Google “translate plugin” and the “Social Media Widget” from blinkwebeffects.
   com, and both are working fine in any other page of the site.
 * Any idea?
 * [http://wordpress.org/extend/plugins/css-javascript-toolbox/](http://wordpress.org/extend/plugins/css-javascript-toolbox/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702925)
 * Hello,
 * I’ve just checked it and I found that you’ve created a CJT Code-Block (ID = #
   1). inside that block you wrote the following:
 *     ```
       <style type="text/css">
   
       ul { margin: 0; padding: 0; }
       ul li { margin: 0; padding: 0; list-style: none; }
       ul li a { color: MediumSlateBlue; font:italic bold 12px/30px Georgia, serif; cursor:pointer;}
       ul li div { display: none; }
   
       </style>
       ......
       ......
       ......
       ```
   
 * On line number #6 you just hide all the <DIV> elements laying under the
    -  element! Remove that line and you’ll get it work fine.
 * Hope that helps.
 * Thanks for reporting!
 * Regards,
    Ahmed
 *  Thread Starter [Jaher](https://wordpress.org/support/users/jaher/)
 * (@jaher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702928)
 * Thank you!
 * I’ve erased the line #6 and widgets appear again. Fine, but then all the list
   items shown unfolded by default, might I change that?
 * Thanks for your attention
 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702931)
 * Hello,
 * CJT is not talking responsibility for user codes! You’ve to fix it yourself or
   you may ask the developer who developed the site. The conflict you’ve is because
   the code you write yourself in the code block not because of a CJT bug/error!
 * I don’t know what are you trying to achieve however I believe its really simple
   to do by just using CSS Class Names and Ids to target only specific group of 
   divs instead of hiding all the div elements in the page!
 * Please replace line #6 you removed by the following:
 *     ```
       ul li div {display :none }
       #footer ul li div {display :block }
       ```
   
 * Note: This might not work 100% perfect on all the other page (header, sidebar)
   however it’ll display the footer.
 * Hope that make sense!
 * Regards,
    Ahmed
 *  Thread Starter [Jaher](https://wordpress.org/support/users/jaher/)
 * (@jaher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702936)
 * Thanks wipeoutmedia! It seems that above code lines are working fine, so everything
   is okay now.
 * Thanks for your patience!
 * Kind regards.
    Jose Angel
 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702937)
 * Glad you got your issue resolved!
 * Hope you enjoy using the Plugin!
 * If you really like the Plugin you can give us a [review](http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox#postform).
 * Thanks,
    Ahmed
 *  Thread Starter [Jaher](https://wordpress.org/support/users/jaher/)
 * (@jaher)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702942)
 * [Done](http://wordpress.org/support/topic/reliable-plugin)! 8)
 *  Plugin Author [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * (@wipeoutmedia)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702945)
 * I really appreciate your review!!
 * Users feedback is very important for the Plugin to be rated in WordPress repository
   and therefor for keeping development.
 * Thank you again!
 * It was a pleasure serving you!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Widgets conflict’ is closed to new replies.

 * ![](https://ps.w.org/css-javascript-toolbox/assets/icon-256x256.gif?rev=3132209)
 * [CSS & JavaScript Toolbox](https://wordpress.org/plugins/css-javascript-toolbox/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/css-javascript-toolbox/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/css-javascript-toolbox/)
 * [Active Topics](https://wordpress.org/support/plugin/css-javascript-toolbox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/css-javascript-toolbox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/css-javascript-toolbox/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [wipeoutmedia](https://wordpress.org/support/users/wipeoutmedia/)
 * Last activity: [12 years, 11 months ago](https://wordpress.org/support/topic/widgets-conflict/#post-3702945)
 * Status: resolved