Forum Replies Created
-
AuthorPosts
-
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
it is vikbooking
ok. the developer ok vik said its pure html field. thats the reason.
is a filter possible fr the childtheme???forgot it!!
-
This reply was modified 4 years ago by
caw67.
you can close
Thanks a lot! I think it will work!
now i have tried a plugin. but did not really work. how can i disable the “enter” from keyboard in the search widget form?
-
This reply was modified 4 years, 1 month ago by
caw67.
I want really two sidebars at the same time. show 2 sidebars like here https://kidslifedev.wpengine.com/blog/one-column/blog-both-sidebar/
not build with avia layout builder! build with sidebars-
This reply was modified 4 years, 1 month ago by
caw67.
thanky you! seems something to work for me
i know this. i can disable button. see above my post: but when user use field and enter an enter in the field the serach page appears.
Yes. Only the results from the Widget search
also when you click “alle ergebnisse”
the website doesnt exist anymore.
i have here some similar http://wordpress.christian-arthur-wenke.de/shortcodes/
when you let ajax search “this” there are some results.
when you click “find” or in the search field “this” and enter the search page appears-
This reply was modified 4 years, 1 month ago by
caw67.
the normal wp search. the widget give other, better results, than the normal search.
i tried the second solution and replace the helper-main-menu.php.
Seems to work!
Thanksok
-
This reply was modified 4 years, 1 month ago by
caw67.
i use version 4.7.5
thanks. i will wait…
that doest help!
that is not after update!!Found it! I have aometimes Comforta installed on my pc….
Operas developer tools siad its a local fonts…. but its not! i dont habe downloaded it.
ff developer tool says it not!. i have tried some other goolge font slike advent. that is working!#: functions-enfold.php:2135 includes/admin/register-admin-options.php:1176
msgid “”
“We also use different external services like Google Webfonts, Google Maps and external Video providers. Since these providers may collect personal data like your IP address we allow you to block them here. Please be aware that this might heavily reduce the functionality and appearance of our site. Changes will take effect once you reload the page.<br><br>\n”
“\n”
“Google Webfont Settings:\t\t\t\t\t\n”
“[av_privacy_google_webfonts]\n”
“\n”
“Google Map Settings:\n”
“[av_privacy_google_maps]\n”
“\n”
“Vimeo and Youtube video embeds:\n”
“[av_privacy_video_embeds]”
msgstr “”
“Мы также различные сторонние сервисы, например Google Шрифты Google Карты, видео хостинги. Поскольку эти сервисы могут собирать персональные данные (например, ваш IP адрес), мы предоставляем возможность заблокировать их здесь. Обратите внимание, это может существенно изменить функционал и внешний вид нашего сайта. Изменения вступят в силу после перезагрузки страницы.<br><br>\n”
“\n”
“Настройки Google Шрифтов:\t\t\t\t\t\n”
“[av_privacy_google_webfonts]\n”
“\n”
“Настройки Google Карт:\n”
“[av_privacy_google_maps]\n”
“\n”
“Настройки видео с Vimeo и Youtube:\n”
“[av_privacy_video_embeds]“ -
This reply was modified 4 years ago by
-
AuthorPosts