Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thanks!
My question: when the update from WP (5.9.1) is out, is it then obsolete?
ok. i have more than 100 client sites with enfold. can i wait for update of wordpress to 5.9.1? or have i fill it to all sites?
Ok. Thanks!
Can i implement the javascript for the normal menu?
I use now the Megamenu and style the submenu new. Works alsoI have correctet it via css. But i think it should be a behavior like the megamenu
sicherheitseinstellungen vom youtube/browser
work!
i have tested several elemnts…. video with lightbox, link with lightbox
opera is the same error ERR_BLOCKED_BY_RESPONSE
Firefox darf diese eingebettete Seite nicht öffnen
Zu Ihrem Schutz erlaubt http://www.youtube.com es Firefox nicht, diese Seite anzuzeigen, wenn sie in eine andere Seite eingebettet ist. Zur Anzeige der Seite muss diese in einem neuen Tab geöffnet werden.
thats are single checkboxes. i think of multiple
sure as form element!!! radios are different from checkboxes!!! you can only choose one!
at the moment is only a single checkbox possible!!!an input field from type radio.
and multiple chechboxes are also goodYes, thats work! Thanks.
on my installation the error appears. you have access to my site. i have delted my loop-index.php and tested. same error!
access i send you
no i dont modify anything.
in the old version the css was inline. that works. but not the new css extern
it helps.
thanks. i will try.
but llok at my other topic
close it
found the error.
i have german date format in child overriden
withadd_filter('avf_datepicker_date_placeholder', 'new_date_placeholder'); function new_date_placeholder() { $placeholder = "dd.mm.yyyy"; return $placeholder; } add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = "dd.mm.yyyy"; return $date_format; }
but correct is
add_filter('avf_datepicker_date_placeholder', 'new_date_placeholder'); function new_date_placeholder() { $placeholder = "dd.mm.yy"; return $placeholder; } add_filter('avf_datepicker_dateformat', 'new_date_format'); function new_date_format() { $date_format = "dd.mm.yy"; return $date_format; }
ok. when i change to make small header on fixed header. the class is there.
but is it wright?ok. when i change to make small header on fixed header. the class is there.
but is it right?ok. i use now an extra tab plugin
-
AuthorPosts