• Resolved kayf34

    (@kayf34)


    Hi,

    I use travelify 1.3.7 (beautiful, great job!), and I’m have some troubles accessing to the forum section of my website. When I click on the “Forum” button from the menu bar, I get this page:

    Search for: Home › Forums Forum Topics Posts Freshness 0 0 No Topics 0 0 No Topics

    When I turn back to another theme (Twenty Ten), the problem disapears, and I get the classic forum homepage, with topics etc…

    That’s driving me crazy, I don’t know what to do…

    Many thanks !

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Silkalns

    (@silkalns)

    It is not optimized to work with bbPress forum plugin.

    However, there is a small tweak you can do to get this working.

    Open file called content-extensions.php which is located in theme folder – library structure and find line 133 and replace

    <?php the_excerpt(); ?>

    with

    <?php the_content(); ?>

    Let me know if this helps.

    Thread Starter kayf34

    (@kayf34)

    Hello, thanks for your help.
    Unfortunatly I can’t find “content-extensions.php”, I just have those 3 :

    content-leftsidebar.php
    content-nosidebar.php
    content-rightsidebar.php

    Thread Starter kayf34

    (@kayf34)

    Well, I have many files of course, but those 3 are the closest to “content-extension.php”

    Theme Author Silkalns

    (@silkalns)

    Please look into theme folder – library – structure. These files can accessed only via FTP and not via WordPress dashboard.

    Thread Starter kayf34

    (@kayf34)

    Worked !

    I was unable to access the FTP, so here’s my method for those who are in the same situation :
    – I downloaded travelify 1.3.7.zip, and modified the line in content-extension.php (in folder – library – structure), re-zipped it, and uploaded it with WordPress.

    Problem solved, thank you for your quick help ! Keep up the good work

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Trouble with the forum page’ is closed to new replies.