volker666
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] exclude page from main menuNo, even with all plugins except polylang deactivated i still cannot edit the menu. I did not alter the theme except for some custom css.
As soon as i deactivate polylang (with all other plugins still actve) i can access all menu-options at Appearance->Menus.
Also, as far as i can see i did configure polylang according to the manual.I have the same effect if i switch to another theme (twenty fifteen), so i think is has to be an issue with polylang, although it did not happen in your environment. Which is strange, the only difference i can see is that we use different language-versions of wordpress.
Anyway, as i said before i found a workaround. If i find out what the problem is i will let you know. Again, thanks a lot for your help!
Cheers, Volker
Forum: Plugins
In reply to: [Polylang] exclude page from main menuOk, i found some kind of a workaround: pages kept as drafts do not appear in the main menu but can still be viewed in the frontend if you enter the permalink. so if i manually add links to the footer those pages are accessible.
but in this case i have to check the language by myself which means i have to add some logic to footer.php. I don’t really like this, so if anyone can come up with a more sophisticated solution, you are very welcome!Cheers, Volker
Forum: Plugins
In reply to: [Polylang] exclude page from main menuno, same issue with any theme 🙁
Forum: Plugins
In reply to: [Polylang] exclude page from main menuHi Chrystl, thanks for the quick reply! Unfortunately the issue seems indeed to have to do with polylang: if the polylang-plugin is active i cannot edit anything in the wordpress-menu-settings, all options on the Appearance->Menus – Page are deactivated as you can see in this screenshot. Polylang seems to handle all menu-options itself.
Forum: Plugins
In reply to: [Polylang] exclude page from main menuSorry, i forgot to mention: i use the MH Newsdesk lite – Theme.
Forum: Themes and Templates
In reply to: [Restaurateur] Mobile Navi: Changing the word "MENU"Hi kengmick,
i just saw your post. If you still need the information: i use this plugin to add custom css. After installing the plugin you will find a new menu item in your wp-admin under ‘Design’ => ‘Custom CSS’. There you can add the two lines of code.
Cheers, Volker
Forum: Themes and Templates
In reply to: [Restaurateur] different heights of menu itemsHi Bojan,
thanks for your research, i haven’t heard of isotope before. this is a great library, i will definitely use it for future projects!
Cheers, Volker
Forum: Themes and Templates
In reply to: [Restaurateur] different heights of menu itemsthanks Bojan, same to you!
just in case anyone else reads this, here is my solution:
set minimum height to article-container:
article[class*="menu_item_category-"] { min-height: 380px; }
make sure categories are always on the bottom of the container:
.grid-box .entry-content { min-height: 110px; }you might want to adjust the height-values to your desired size.
Cheers, Volker
Forum: Themes and Templates
In reply to: [Restaurateur] different heights of menu itemsHi again,
i just discovered something very funny: the overlapping of the containers which i described in the last posting only happens when the Firefox Developer Tools are open. I am not kidding, try it out 🙂
That solves my problem, i will mark the topic as resolved.
Still, many thanks for your response!Cheers, Volker
Forum: Themes and Templates
In reply to: [Restaurateur] different heights of menu itemsHi Bojan,
thanks for the quick response! The menu-page is not yet active, this is why we still have blindtext aand just a few items: http://www.cafe-zuckerschnecke.de/speisekarte/
As an example, i shortened the text of the first item making the whole container shorter than the rest. Now, I can easily assign a minimum height to the whole container with this css-snippet:article[class*="menu_item_category-"] { min-height: 380px; }But what happens then is that the article-container is overlapped by the container below and that is as far as I got…
Cheers, Volker
Forum: Plugins
In reply to: [Flexible Map] Zoom-Settinng does not workHi Ross,
for some reason now everything works fine and the correct zoom level is set. I honestly have no idea what the problem was as i merely changed some page-content since i discovered the issue.
Well, never mind and thanks for your response!Cheers, Volker
Forum: Themes and Templates
In reply to: [Restaurateur] Mobile Navi: Changing the word "MENU"Hi,
i don’t know if you still need the information, but since i just discovered the same problem i thought i share my solution:
I solved this very easily with two lines of custom CSS.#menu-icon { visibility: hidden; } #menu-icon:after { content:'Navigation'; visibility: visible; margin-left: -43px; }Cheers, Volker
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] featured image for menu-sectionHi NateWr,
thanks again for your response, that sounds feasible. I will add this to my ‘things to try out when i find the time’ – list.
Volker
Forum: Plugins
In reply to: [Five Star Restaurant Menu and Food Ordering] featured image for menu-sectionHi NateWr,
thanks for the quick response! I already thought that it would be difficult, so i think i will drop the idea.
But, just out of curiosity: if i decided to try with ACF, how would i link the custom field to the wp_term_taxonomy – table where the menu section data is stored? can ACF do that and if so, how? wouldn’t that require to alter the wp_term_taxonomy – table?Volker
Hi Ilja,
thank you for the fix, i really appreciate your work!
Volker