• Hello,
    I love the theme and can’t wait to finish my site. Unfortunately I am running into problems using this theme along side bbpress. While using bbpress, a user is unable to add a new topic to a forum due to the element “bbp_topic_title” being hidden somehow by the theme. I am unsure why this is happening but, I can confirm it is the theme causing the issue because the problem disappears when using other themes. Any help would greatly be appreciated in resolving why the theme is interfering.

    Sincerly,
    Joseph Jones

    • This topic was modified 9 years, 7 months ago by j03jones.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add the below given CSS to
    Dashboard -> Appearance -> Customize -> Theme Options -> Custom CSS Options

    input#bbp_topic_title {
        position: relative;
        z-index: 99;
    }

    Hope it helps.

    If you have any queries and want a swift response please visit the themes official forum
    https://catchthemes.com/support-forum

    Best regards.

    Thread Starter j03jones

    (@j03jones)

    Thank you very much for your help. I am still learning html and css and your help was greatly appreciated.

    Sincerely,
    Joseph

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘bbpress’ is closed to new replies.