• Resolved zbgc

    (@zbgc)


    Hi there,

    Am running Advertica lite 1.7 on this site:

    http://www.qa.zbgc.com.au/forums/topic/website-directory-not-updating/#post-234

    And as you can see from this page, the forum reply appears above the text in a non-scrollable region. In fact there’s another reply above that, but it’s inaccessible.

    I’ve tested by deactivating all plugins with no success.

    What did work was changing over to the TwentyFifteen theme. In that case, the replies appeared beneath the original query.

    This suggests a potential conflict between the plugin and the theme.

    Any help would be great on this, because the Advertica theme is really nice 😀

    Thanks

    L.

Viewing 1 replies (of 1 total)
  • Thread Starter zbgc

    (@zbgc)

    After enquiry with the bbPress forums, this is the solution that you put into the child theme, or the css plugin you’ve installed (I use Simple Custom CSS)

    #bbpress-forums .reply {
        font-size: inherit;
        padding: inherit;
        position: relative;
        right: inherit;
        top: inherit;
    }

    This puts the answer exactly where it’s supposed to be. So I call that a win 🙂

Viewing 1 replies (of 1 total)

The topic ‘BBPress plugin issue’ is closed to new replies.