Skip to:
Content
Pages
Categories
Search
Top
Bottom

Title links do not work

  • @jparra-1

    Participant

    Hi community, I have a problem with bbpress

    After the upgrade to bbpress 2.6.2 the links of the titles of both topics and forums do not work.

    For example in: https://www.racingonlineclub.com/foros/

    The first title don’t link to forum “Ayuda y preguntas Frecuentes”

    Instead the html code seems correct in the inspector

    <a class="bbp-forum-title" href="https://www.racingonlineclub.com/foros/foro/ayuda-y-preguntas-frecuentes/">Ayuda y preguntas frecuentes</a>

    Thanks for your help and regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • @johnjamesjacoby

    Keymaster

    Looks like an issue with the CSS in the theme:

    https://www.racingonlineclub.com/wp-content/themes/sportcenter/css/leaf-bbpress.css?ver=5.3

    Line 741: float: left;

    Remove the float, and everything snugs back up nicely, and the div below the title stops overlapping it.

    @jparra-1

    Participant

    Thanks for your quick response.

    I have included this in my css file of the child theme.

    # bbpress-forums li.bbp-body ul.forum .bbp-forum-title {
    float: none! important;
    }

    Would it be a correct solution?

    What is strange to me is that my theme includes this concrete for bbbress and that it breaks the site when it has always worked well.

    Anyway, solved, thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar