Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author wipeoutmedia

    (@wipeoutmedia)

    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

    (@jaher)

    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

    (@wipeoutmedia)

    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

    (@jaher)

    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

    (@wipeoutmedia)

    Glad you got your issue resolved!

    Hope you enjoy using the Plugin!

    If you really like the Plugin you can give us a review.

    Thanks,
    Ahmed

    Thread Starter Jaher

    (@jaher)

    Done! 8)

    Plugin Author wipeoutmedia

    (@wipeoutmedia)

    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.