CAN YOU SEND ME URL.
THANKS
Hi theklut,
do you refer to…? I didn’t get sorry, I can see your site, what isn’t shown?
Hi d4z_c0nf,
when I try to add more sites to it, they don´t appear on the main site though they are listed in the “all sites”-area of WordPress. I basically proceed like before when I added the other sites to it… mpfh…
Thanks for helping!
Ahh, is a multisite issue then. I don’t think it depends on the theme though. Anyway sorry I don’t know enough about multisite issues. And still don’t understand where you do expect they should be shown. 🙂
These sites you successfully already added, where are in the page you linked?
@theklut – Try switching to a default theme (Twenty Fifteen) to see if you sill have this issue. If so, for help with Multisite – post a new thread here:
https://wordpress.org/support/forum/multisite#postform
It´s not a multisite, what I meant with “sites” were the links like “Herzlich Willkommen” or “Aktuelles” and so on… I´m sorry, I don´t know the exact term. In WordPress they are refered to as “sites”. At least in the german version of WP.
So I switched to a different theme and the links I created show up as they should… so it´s an issue of the Customizer-Theme. Do I have to switch to another Theme now, or is there another possibility?
Ah okay, no problem – I think those are also called menu items!
Right now you have Travelify theme active?
Yes, Travelify is active right now…
thanks a lot for the links, @d4z_c0nf. I´m not quite sure if I understood the problem correctly… so the server limits the amount of menue-items? but with other themes it works well…? sorry, I´m a total noob…
is there a way I can make the customizer-theme work with all my menue-items?
Yes,
the server limits various things max_post_vars or max_input_vars or memory allocation, which affect menu-items too.
Can work well with other themes maybe because they use less memory, less input vars for other things.
For example, say you are in this condition:
max_input_vars = 100
and your menu produces 20 input vars.
maybe customizr uses, for its reasons, 90 vars
90 + 20 > 100, so not all your menu items will be displayed
maybe other themes use 40 vars
40+20 < 100, all menu items displayed
and so on..
ah ok, now I understand… thanks for the explanation.
but to change it seems pretty complicated for a novice like me…
maybe I should just use another theme…