Author Topic: Conflict between sidebar and inove theme due to use of "subscribe" as an ID tag  (Read 2097 times)

obrun

  • Newbie
  • Posts: 1
There is a name space conflict between the sidebar plugin and the inove theme as they both use the id "subscribe" for the ul tag.

This can be fixed in inove with simple changes to:
rtl.css
sidebar.php
style.css

and also three places in the menu function in
 js/menu.js jsrtl/menu.js

The better solution is for both blubrry and inove not to use as common a tag name as "subscribe" within what is, unfortunately, a shared name space.

The symptom is that the h3 heading, "Subscribe", appears but the entire contents of the <ul> tag not not display leaving an unexpectedly short widget in the sidebar.

angelo

  • CIO, RawVoice
  • Administrator
  • Hero Member
  • *****
  • Posts: 4483
It has been added to our TODO to change the style CSS ID.