Actually — it seems to start in the right place on the page — but, ends up in the footer — the page does not seem to expand down to contain the full knowledgebase.
Screenshot – https://www.dropbox.com/s/rj3y052ccr8ytev/Submit%20a%20Meeting%20%20%20U.S.%20Women%20s%20Chamber%20of%20Commerce.png?dl=0
same. I took of the float:left on kbe style php file
.kbe_content_full{
float:none (or just delete the line)
}
same here. However, the setting float:none did not do the trick for me. 🙁
temp fix for me. IN Knowledgebase Display Settings I have Home & Inner pages both set to none.
In kbe_style.css find line 116 and find
.kbe_content_full{
width: 980px !important;
float: left;
}
CHANGE “float:left;” to “float:none;”
ADD “display:inline-block;” below it
Thx, that solved the problem for me. 🙂
Cool, thanks for reporting this guys and sharing your fix. Much appreciated.
WP Knowledgebase is a new plugin I just published last week so I am sure there will be a few teething issues. I really appreciate your help in identifying this one! I’ll get this fixed up in the plugin for everyone.
Thanks,
Maeve
Hi Guys, I investigated this and I suspect the issue is actually caused because the page template generated by the plugin (KBE) is not being assigned correctly on some themes. I’ve released an update just now which should fix this issue for new installs. Can I get you guys to check the Knowledgebase Page (via Pages) and confirm that the Page Template called “KBE” is assigned?
Thanks,
Maeve