Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter meischder

    (@meischder)

    If anyone is interested in a solution:
    Indeed I didn’t found a way to get a dynamic header-image but adding
    define('HEADER_IMAGE_HEIGHT', yourNewHeight);
    to functions.php allows you the change the height.

    Thread Starter meischder

    (@meischder)

    Hi,

    thanks for your reply.
    Today, I could solve the problem. I don’t know exactly why it works, but I guess that there are some corrupt files, which are also used by the calpress event calendar plugin. After installing, activating and deactivating this plugin I could reinstall the ai1ec-plugin.

    Greets

    Thread Starter meischder

    (@meischder)

    Ok it looks like it was a bug which just needed some time…

    Thread Starter meischder

    (@meischder)

    A thing a noticed by looking for the bug is that the whole plugin seems to be inactive. So almost all of the buttons doesn’t react when they are clicked.
    For example I can’t remove the welcome notes (introdution video…) which appear on every page. When I click the buttons nothing happened.

    Thread Starter meischder

    (@meischder)

    First I migrated the database by exporting it manually and change all urls in the sql-file by search and replace. Second I let the plugin “duplicator” do that for me.

    Forum: Plugins
    In reply to: [Menubar] list of menus
    Thread Starter meischder

    (@meischder)

    Thank you for your support =)

    Thread Starter meischder

    (@meischder)

    Yes that helps.
    Thank you for your effort.

    Thread Starter meischder

    (@meischder)

    With the first one I only can choose between static predefined menus.
    The second one would be possible. But by using this method I first restrain the number of possible menu items because you can just define n items. Second it is less efficient since I have to put a request to the database for each item and choose the nth entry from this ordered list. Especially if there is actually only one item but 10 predefined items the code runs 10 times.

    So I’m actually looking for the place in the code where the menu is built when loading the page. There I could choose if I want to return a list of predefined menu items or a list of the current siblings.

    Greetings,
    meischder

    Thread Starter meischder

    (@meischder)

    Hi Andrea,

    thanks for your reply.
    Nevertheless my problem is not the choice of the menu, but the use of the optical structure (css etc.) of the created menubar.
    The thing I want is having the option which menu-type (context-sensitive or predefined) when creating one. Depending on your choice you’ll get the normal wpm-admin menu or you don’t. When the user wants a context-sensitive menu I want to build this menu in the existing structure of the plugin. Thus I can change the layout in css for both menus without changing entries in two css-files.
    I’m thinking about a kind of method which returns either the context-menu or forwards the return of the existing methods.

    Thanks,

    meischder

Viewing 9 replies - 1 through 9 (of 9 total)