vadiko
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Link in the buttonСпасибо Вам.
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Link in the buttonПример ссылки выше не правильно прописал, там еще есть атрибут download=””
<a href="http://lokal/wp-content/uploads/2018/11/4f47.jpg" download="">скачать</a>Forum: Themes and Templates
In reply to: [Iconic One] Field site in the commentsFound a solution. Maybe someone needs.
Added code in functions.php// Удаляем URL из формы отправки комментариев add_filter('comment_form_default_fields', 'sheens_unset_url_field'); function sheens_unset_url_field ( $fields ) { if ( isset($fields['url'] )) unset ( $fields['url'] ); return $fields; }This code helped me.
Forum: Themes and Templates
In reply to: [Iconic One] Field site in the commentsDear developers, please help. I really need this feature. Thank you
Google translator- This reply was modified 7 years, 7 months ago by vadiko.
Forum: Themes and Templates
In reply to: [Iconic One] Field site in the commentsForgive me for my English, I’m not an English speaker. I translate through google translate.
The site is allowed to leave comments to non-registered users, where they must indicate their
Name
E-mail address
site
I need to disable, hide the field site in the comments http://prntscr.com/kqtmj7
Thank you.Forum: Themes and Templates
In reply to: [Iconic One] Text in the basement of the themeThank you so much. You helped me a lot.
Google translator