Viewing 15 replies - 1 through 15 (of 26 total)
  • I just updated to 1.0.8 and the CSS has indeed messed up was fine when I was on 1.0.3 it seems it’s kbe_style.css returns 404.

    it seems it’s adding /wp_knowledgebase/ to the path.

    /wp-content/themes/twentytwelve/wp_knowledgebase/kbe_style.css is /wp-content/themes/twentytwelve/kbe_style.css

    Not sure if your issue is the same?

    I’m having the same issue. 1.0.8 has the wrong path.

    I am having the same issue when i upgraded to the latest 1.0.8 the link to the css has wp_knowledgebase that is messing up everything. Any solution to fix this that would help.

    My solution and it seem to work fine, I created a new folder in my child theme, named it wp_knowledgebase and added the css file manually and that seem to work well.
    Try it and see if it fixes your issue. I also added all the files:

    taxonomy-kbe_taxonomy.php
    taxonomy-kbe_tags.php
    single-kbe_knowledgebase.php
    kbe_style.css
    kbe_search.php
    kbe_knowledgebase.php
    kbe_comments.php
    archive-kbe_knowledgebase.php

    There is a quick fix for this. Just open the index.php in wp-knowledgebase plugin folder. Then go to line 200. Replace the,

    get_stylesheet_directory_uri() . ‘/wp_knowledgebase/kbe_style.css’

    with

    WP_KNOWLEDGEBASE . ‘/template/kbe_style.css’

    That will fix the issue.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    Sorry guys, I’ve been away this week and just back. I’ll check this ASAP today and get it fixed. Another developer has pointed me in the right direction and it looks like it will work… just need to test, then implement and release. Thanks for your patience and sorry for the issue.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    Ok please update to 1.0.9 and let me know if this issue persists.

    Hi Maeve,
    I just installed it new (v.1.0.9) and it seems the css is still not working. I don’t know if it’s my theme or all the adjutments I have made to it in the past, but only the pages in the KB are effected.
    Take a look at https://www.hetcallcenternetwerk.nl/kennisbank/bedrijven-index/ to see what I mean.

    I know little about CSS, but when I inspect the elements, the sidebars appear to be inside the main column instead of outside. Perhaps the KB-container should be as large as the mainpage-container? Or it inherets something it shouldn’t?
    Hope you can figure it out.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    @martyn
    I checked your site but I can’t see a page with WP Knowledgebase on it. Looks like you are using a different plugin for your wiki?

    I tried the solution Joel suggested, but my whole site crashed. I had to deactivate your plug in and convert all to regular posts to keep the site live.
    Let me know if you really need the example and I’ll re activate it for you.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    Sounds like you’ve made a bunch of mods which may or may not be working. I’d suggest you uninstall the plugin, clean up the files it copied to your theme, then re-install a fresh copy of the latest version 1.0.9 from scratch. If you’re still experiencing some problem after you’ve got a nice clean install, please post your own thread with a full description of the problem you’re experiencing and link to the page showing the issue. That’s the info I need in order to help you troubleshoot further.

    Thanks

    https://www.hetcallcenternetwerk.nl/kennisbank/new-kb-article/

    Fresh install, problem persists. Left sidebar is missing and right sidebar is below content.
    The breadcrumbs are a vertical list.

    Plugin Contributor Maeve Lander

    (@enigmaweb)

    Please check that the page template is set as “KBE”. Then you may also want to customise that template (it will have been copied into your active theme) As all themes are coded a little differently its impossible to get the plugin to be automatically perfect with 100% of themes. In your case I can see you will need to add the body <div> if you want it within that white container.

    There is no Page Attributes panel in the Admin area to change the page template. I have the option to set the Category and the Tags, but not the template.
    Perhaps this is due to the KB being a CPT.
    The theme I’m using is Suffusion. Within normal pages I am able to change the template and it also supports Custum templates. I have created one before and it also showes up in the Page Attributes, but not the KBE template.
    I understand that it can’t work perfectly in every situation, that’s why I want to help you get to the bottom of this ??

Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘CSS Still Failing Since v 1.0.3’ is closed to new replies.