Tagged: x
-
AuthorPosts
-
January 11, 2017 at 6:38 am #1325409
Schw_edeParticipantHey,
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.
January 11, 2017 at 6:47 am #1325433
ChristianModeratorHey 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
January 11, 2017 at 9:53 am #1325700
Schw_edeParticipantThis reply has been marked as private.January 11, 2017 at 6:28 pm #1326325
RadModeratorHi 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.
January 12, 2017 at 1:31 am #1326862
Schw_edeParticipantthank you. problem solved
January 12, 2017 at 1:41 am #1326867
Paul RModeratorYou’re welcome! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1325409 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
