Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1206193
    amber
    Participant

    Hello,

    The visual editor link button, in the Content box to post a topic or reply on the bbPress forum, is not working when using X Theme. When the link button is clicked, the page jumps to the bottom of the site.

    I have tried deactivating all plugins.

    When I deactivated X Theme and activated the WordPress Twenty Six theme, the link button worked as it should.

    http://rftw.us/forums/

    #1206262
    Prasant Rai
    Moderator

    Hello Amber,

    Thanks for writing in!

    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.

    #1206298
    amber
    Participant
    This reply has been marked as private.
    #1206382
    Rad
    Moderator

    Hi there,

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

    add_action('init', 'fix_tag_enqueue', 99999 );
    function fix_tag_enqueue () {
    remove_filter( 'style_loader_tag', 'x_filter_style_loader_tag', 10, 2 );
    }

    And please provide your FTP login credentials if this doesn’t fix it.

    Thanks!

    #1206522
    amber
    Participant

    That code fixed it! Thank you!

    #1206645
    Joao
    Moderator

    Glad to hear it,

    Joao

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