Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #909151
    drmodiho
    Participant

    Hello,

    I got a problem with some of my navtabs.

    The Tabs disappeared, but they are still clickable.

    Please check the following pages: http://www.medibroad.com/programs/ and http://www.medibroad.com/kenya/

    Thanks in advance for any help.

    Best regards,

    Moritz

    #909156
    drmodiho
    Participant
    This reply has been marked as private.
    #909182
    drmodiho
    Participant

    Hey,

    I think I got it solved. Adding the font awesome script to my funtion.php of my child theme solved the issue.

    function my_custom_head_output() {
    ?>
    <link href=”//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css” rel=”stylesheet”>
    <?php
    }

    add_action( ‘wp_head’, ‘my_custom_head_output’, 99999 );

    This solved the issue.

    Do you have a possible explanation, why the icons were suddenly gone? I never had that script added to my function.php before and the icons always worked.

    Thanks in advance for any help.

    Best regards,

    Moritz

    #909336
    Nabeel A
    Moderator

    Hey Moritz,

    Glad you’ve sorted it out. There could be a third party plugin conflict that caused the issue.

    Cheers!

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