Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1325409
    Schw_ede
    Participant

    Hey,
    i have the issue, that in the combination of X and WPML is breaking my forum index and i just can not find a solution for this. The forum is working just fine when i use the [bbp-forum-index] Shortcode, but is showing in a plain text/post type when i visit the forum index link:
    https://eagle-six.com/forums/

    The Link is working just fine with WPML and WordPress twentysixteen them, just not in combination with X and WPML

    Thank you for any support.

    #1325433
    Christian
    Moderator

    Hey there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1325700
    Schw_ede
    Participant
    This reply has been marked as private.
    #1326325
    Rad
    Moderator

    Hi there,

    Your forum index page is already assigned as your home page at Admin > Settings > Reading . This page is an archive page https://eagle-six.com/forums/. Archive pages aren’t editable, but I think I know what causes it to display texts.

    Please add this code to your child theme’s functions.php

    add_action('init', 'remove_template_override', 99999 );
    function remove_template_override() {
    remove_filter( 'template_include', 'x_force_template_override', 99 );
    }

    Hope this helps.

    #1326862
    Schw_ede
    Participant

    thank you. problem solved

    #1326867
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-1325409 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>