WPIntell

Source evidence

Theme issue

TaskBreaker – Group Project Management · support · 2018-08-16T10:00:00+00:00

mixedsentiment
mediumseverity
0.78relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

2 / 27 rows with source links

7.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
lalaloo resolved
Hello and thank you for this plugin. Its working straight out of the box. Only issue i’m having is that its messing with my wrappers. When I activate Taskbreaker all my sidebars (entire site) slide down. You’re welcome to have a look at our site : (https) ohso.red/projects My theme : valenti.cubellthemes.com I love this plugin and really hope you can help me fix this. Thank you. There is a clearfix class in your article which is not added by the plugin that is causing your sidebars to drop below the content area. Try removing those 🙂 Cheers Im afraid that doesn’t help. Can you be more specific? I tested all plugins and this only happens when TaskBreaker is on. I can’t exactly change a whole theme for this one plugin. Can you recommend something else? If you open your chrome inspector or firefox firebug. You’ll see that there is a clearfix class in your article tag and in your sidebar tag. Please check. That class is rendered by your theme or some content builders which I’m not sure of. Check your theme files. Try switching to default WordPress theme to see if the issue exists. Quick Fix: Try the CSS below: .cb-sidebar.clearfix, .cb-main.clearfix { clear: none; } Contact your theme provider as why do they add clearfix class in main container. Kindly tell them not to use class if they’re not clearing any floats as it is used by most plugins.

Comments

3 shown
Joseph G. 2018-08-18T04:30:00+00:00

There is a clearfix class in your article which is not added by the plugin that is causing your sidebars to drop below the content area. Try removing those 🙂 Cheers

lalaloo 2018-08-18T08:42:00+00:00

Im afraid that doesn’t help. Can you be more specific? I tested all plugins and this only happens when TaskBreaker is on. I can’t exactly change a whole theme for this one plugin. Can you recommend something else?

Joseph G. 2018-08-19T04:50:00+00:00

If you open your chrome inspector or firefox firebug. You’ll see that there is a clearfix class in your article tag and in your sidebar tag. Please check. That class is rendered by your theme or some content builders which I’m not sure of. Check your theme files. Try switching to default WordPress theme to see if the issue exists. Quick Fix: Try the CSS below: .cb-sidebar.clearfix, .cb-main.clearfix { clear: none; } Contact your theme provider as why do they add clearfix class in main container. Kindly tell them not to use class if they’re not clearing any floats as it is used by most plugins.