Tagged: x
-
AuthorPosts
-
October 6, 2016 at 9:33 pm #1206193
amberParticipantHello,
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.
October 6, 2016 at 10:27 pm #1206262
Prasant RaiModeratorHello 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 credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
Thanks.
October 6, 2016 at 11:13 pm #1206298
amberParticipantThis reply has been marked as private.October 7, 2016 at 1:12 am #1206382
RadModeratorHi 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!
October 7, 2016 at 4:28 am #1206522
amberParticipantThat code fixed it! Thank you!
October 7, 2016 at 7:27 am #1206645
JoaoModeratorGlad to hear it,
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1206193 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
