Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1058058
    sharp-image
    Participant

    Hi there,

    As you can see in the printscreen or via the link: http://forevermusic.nl/fm-final/ the menu will be placed under the logo with a screen from 1300px. Can you tell me how I can collapse the menu on 1300px? Or do you recommend something else to fix this? Maybe changing the spacing between the subjects from 1300px and smaller?

    Thanks for your help
    Bouke

    #1058142
    Jade
    Moderator

    Hi Bouke,

    Based on how your nav looks, it would be better if we will enable the mobile menu on screen size 1300px.

    Please add this code in the customizer:

    @media (max-width: 1300px) {
        .masthead-inline .x-btn-navbar {
            display: block !important;
            float: right !important;
        }
    
        .x-nav-wrap.desktop {
            display: none !important;
        }
    }

    Hope this helps.

    #1058188
    sharp-image
    Participant

    Thanks a lot, that helps!

    Have an other question about loading errors in Chrome.
    Checking the elements whit the inspection function, I see that there are 8 loading errors:

    JQMIGRATE: Migrate is installed, version 1.4.1 jquery-migrate.min.js?ver=1.4.1:2 JQMIGRATE: Migrate is installed,
    4chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js Failed to load resource: net::ERR_FAILED
    4chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js Failed to load resource: net::ERR_FAILED

    Do you know or this is a theme based issue and how I can fix this?

    Cheers,
    Bouke

    #1058332
    Rahul
    Moderator

    Hi there,

    Please try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If itโ€™s fixed, youโ€™ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Let us know how it goes.

    #1058428
    sharp-image
    Participant

    Hi,

    Unfortunate the errors are still there after deactivating plugin by plugin.
    Using: Cornerstone, Gravity Forms, Users Ultra Pro and X โ€“ Custom 404.
    I have embedded video’s on the homepage setup with Cornerstone. Could this be a theme conflict?

    thanks
    Bouke

    #1058630
    Jade
    Moderator

    Hi Bouke,

    This seems to be a browser issue. I have installed the Google Cast extension and the errors aren’t showing up anymore.

    #1064447
    sharp-image
    Participant

    Hi,

    Thanks for your answer. Indeed it seems a broweser issue.
    Maybe i must contact Google about this.

    About my previous question:
    The menu is now responsive on 1300px and that is perfect but unofortunate doesn’t also collapse.
    Only from 978px the menu will collapse and can you see the menu subjects. Any idea what i’m doing wrong?

    Thanks,
    Bouke

    #1064506
    Christopher
    Moderator

    Hi there,

    Please update previous code to :

    @media (max-width: 1300px) {
        .masthead-inline .x-btn-navbar {
            display: block !important;
            float: right !important;
        }
    
        .x-nav-wrap.desktop {
            display: none !important;
        }
    .x-nav-wrap.mobile.collapse.in {
        display: block;
    }
    .x-nav-wrap.mobile.collapse {
        display: none;
    }
    .x-nav-wrap.mobile {
        display: block;
    }
    }

    Hope it helps.

    #1064527
    sharp-image
    Participant

    Yeah thanks a lot!

    Not sure or i must open a new ticket for a other question but i will it a try ๐Ÿ™‚

    As you can see in the printscreen users can give a reaction on a post from a other user. But its not the meaning that they can edit other user messages. Ive circled in the printscreen what i mean. Can you tell me where i can set this off. The other related question is where i can setoff the logged in as… under the post message sections.

    Many thanks
    Bouke

    #1064650
    Christopher
    Moderator

    Hi there,

    I need to login credentials to check that.
    Please provide us with login credentials and URL of page in question.

    Thanks.

    #1064715
    sharp-image
    Participant
    This reply has been marked as private.
    #1064853
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    a.comment-edit-link, p.logged-in-as {
        display: none;
    }

    Hope that helps.

    #1064961
    sharp-image
    Participant

    Hi,

    Thanks for your answer.
    Is that not a little bit a buggy solution? When i’m hovering over the edit or comment section the link is still there.
    Then it’s better to give the css a font-size: 0px then a display: none vallue.
    When this is not a theme based issue, please let me know :-). I guess then i must spit in the functions.php from the CORE of WordPress.

    thanks
    Bouke

    #1065126
    Jade
    Moderator

    Hi Bouke,

    I tried the code provided in our previous response and it is working fine. The edit links are not visible anymore even when I hover through the comment section.

    Although I don’t think you will have to worry about the edit links showing up because they are only visible when you login since the user you used is an admin user. Other user roles could only see the edit link on the comments they made.

    #1065418
    sharp-image
    Participant

    Hi,

    Thanks i will add the css tomorrow.
    Well even non-admin users how are registered as subscriber can edit other messages. But your css code will fix it. ๐Ÿ™‚

    Greets Bouke

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