Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1319983
    Mastres
    Participant

    hi i see this php error on my server, PHP Warning: Invalid argument supplied for foreach() in /usr/home/uLykTqAha20k/actualfestival.com/web/wp-content/themes/x/framework/functions/global/admin/customizer/output/ethos.php on line 187

    Is important?

    #1320045
    Thai
    Moderator

    Hi There,

    This warning message appears because you didn’t create a primary navbar yet.

    Could you please try to create a new navbar then set it as primary?

    http://i.imgur.com/ztdkZxB.png

    Thanks.

    #1321224
    Mastres
    Participant

    I have suplerfly menu, if i check this option don’t will duplicate menus?

    #1321232
    Thai
    Moderator

    Hi There,

    Please provide us with your admin account so we can take a closer look.

    Thanks.

    #1321234
    Mastres
    Participant
    This reply has been marked as private.
    #1321261
    Rupok
    Member

    Hi there,

    Thanks for writing back. I can’t see such warning. Are you still getting this? Let us know where you are seeing this. This is just a notice and should be gone if you disable WP_DEBUG mode.

    You can do this by opening wp-config.php and updating :

    define( 'WP_DEBUG' , true );

    to

    define('WP_DEBUG', false);

    Hope this helps.

    Cheers!

    #1321281
    Mastres
    Participant

    i see it on server logs

    #1321683
    Lely
    Moderator

    Hi There,

    The warning is normal when we don’t set primary menu. By default Superfly doesn’t replace the default theme menu. In general we can use both menus simultaneously. In your case since you don’t want to use the default menu, that is fine but the error occurs. We can check primary menu as suggested on reply #1320045 to remove the warning and then add the following custom CSS on Appearance > Customize > Custom CSS to hide it.

    .x-nav-wrap{
        display: none !important;
    }

    This link might also help:http://superfly.looks-awesome.com/docs/FAQ

    Cheers!

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