meischder
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Minamaze] Avoid cropping of header-imagesIf 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.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Calendar only works on localhostHi,
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
Forum: Themes and Templates
In reply to: [Twenty Eleven] wrong header image when logged outOk it looks like it was a bug which just needed some time…
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Calendar only works on localhostA 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.Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Calendar only works on localhostFirst 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 menusThank you for your support =)
Forum: Plugins
In reply to: [Menubar] context sensitive menuYes that helps.
Thank you for your effort.Forum: Plugins
In reply to: [Menubar] context sensitive menuWith 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,
meischderForum: Plugins
In reply to: [Menubar] context sensitive menuHi 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