Failed to import some Demo Sample Data

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Failed to import some Demo Sample Data

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #28473
    Grégory BOULAY
    Participant

    Hi,

    I get errors when I import agile-sample-data.

    Two types of errors :
    1. “Failed to import post tag”
    2. “Menu item skipped due to invalid menu slug: main”

    I do not know the impact of the first error.
    But for the second, the page “Appearance > Menus” is empty

    Thanks,
    Greg

    #28475
    Grégory BOULAY
    Participant
    This reply has been marked as private.
    #28480
    Veena
    Moderator

    This is a common problem with wordpress importer plugin. You just ignore these if you have imported whole sample data (posts pages..)

    And i have created demo menu in appearnce > menus.

    #28492
    Grégory BOULAY
    Participant
    This reply has been marked as private.
    #28503
    Veena
    Moderator

    You can proceed with latest version, the failed to import issue won’t affect you since you have imported the rest things right.
    Pls go through this post –
    https://support.livemeshthemes.com/forums/topic/setting-up-agile-footer-exactly-as-in-the-demo/#post-5784

    Footer menu:
    Pls checkout this user guide –
    https://codex.wordpress.org/WordPress_Menu_User_Guide

    If you still have issues pls let me know.

    Thanks.

    #28571
    Grégory BOULAY
    Participant
    This reply has been marked as private.
    #28575
    Grégory BOULAY
    Participant
    This reply has been marked as private.
    #28582
    Veena
    Moderator

    Currently in our theme sticky menu is disabled for mobile devices.

    You can try the below custom CSS –

    @media only screen and (max-width: 767px){
    #header.sticky {
        position: fixed !important;
    }}
    
    #mobile-menu-toggle {
        position: fixed;
    }
    
    #28585
    Grégory BOULAY
    Participant

    Thank you for giving me this CSS
    I have solved the problem !

    Thanks,
    Sincerely

    Greg

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Failed to import some Demo Sample Data’ is closed to new replies.