Forum Discussion

pp_01's avatar
pp_01
Mentor
6 years ago

Category level Poll overlapping on the board level Poll.

Hey all.

So this is the scenario. I tried making a Poll on category level and it worked fine. I also had to make a poll on a discussion board inside the same category, totally different from the category poll and when I created on the discussion board level, both the polls started to overlap and messed up the whole thing. Is there any proper way to get two different polls on the category and it's child discussion board or am I doing something wrong?

Attaching the screenshot of both category and messed up board level Poll. Please let me know if you know anything about this. Thanks in advance.

  • pp_01 saikumarn 
    Parent category poll will also be displayed at child forum. To fix this, either you have to run these polls at different time by setting timerage while creating the poll or hide it using below css at forum level.

    #poll_0 {
      display: none;
    }


    Have a look at screenhots 

    Before 

    After 

    Note: You may need to update the CSS if there are more than 2 polls at the same cateogory.