Forum Replies Created

Viewing 3 replies - 16 through 18 (of 18 total)
  • Hi Ian,

    it’s a long time since you wrote; I assume, you solved your problem?
    In case not – I just imported about 170 events from another instance of this plugin. I just exported the contents directly from the database-table and imported it into the other WP installation by using PHPMyAdmin. There’s some issues to be noticed, but at least it works …

    I haven’t tried the import from the WP-Administration of EventList, though…
    So in case you’re still interested, send a note…

    Cheers,
    Johannes

    Thread Starter jbt-csm

    (@jbt-csm)

    True, Tom.
    Thanks again very much. Here’s what helped me with this problem, in case you face similar issues:

    a) Tom recommended to try setting the Panel Width (inner) to:

    “#content” instead of 100% or 800px or something. That didn’t align the sub menu items to the center, but looked very much better than before.

    As a side note, Tom said, if you refresh the page at “mobile width” (as if the page has been loaded on a mobile) the menu will be structured correctly. Hopefully making this change to the menu theme will fix it so that it works when the page width is reduced too.

    b) Tom also gave this tipp: The “Menu Items Align” setting is just for the top level items and refers to the menu item alignment rather than the text alignment.

    To center align the text in the sub menus, please add this to the Custom Styling section of the menu theme:

    #{$wrap} #{$menu} li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        text-align: center;
    }

    Sergius!

    Nice tipp! Thanks a lot! ??

Viewing 3 replies - 16 through 18 (of 18 total)