kword
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Всплывающие модальные окнаможно ли сделать так, чтобы при щелчке в любом месте этой колонки появлялось всплывающее окно, а не только при щелчке по тексту?
Возможность привязки ссылки на секцию Elementor расширяет плагин Elementor Addon Elements. Точнее вам помогут на форуме поддержки Elementor:
https://wordpress.org/support/plugin/elementor/#new-postForum: Plugins
In reply to: [VDZ CallBack Plugin] Защита от спамаА уже были проблемы со спамом через мой плагин?
Если да то пришлите сайт и опишите признаки по которым выявили, что есть злоупотребление отправкой формы – тогда смогу предложить решение.Здравствуйте, меня попросили подобрать решение для остановки спама через ваш плагин. В поле phone стоит маска, но как видите она пропускает текст:
Защита от спама есть стандартная от wordpress с генерацией произвольного кода для формы и его проверки при отправке
Поясните пожалуйста, что за стандартное решение. Или буду признательна за любое нестандартное. Гугловскую капчу пока не рассматриваем, хотелось бы обойтись.
- This reply was modified 5 years, 4 months ago by kword.
Forum: Plugins
In reply to: [Cyr-To-Lat] Problem after update to 4.5.1+1
Forum: Themes and Templates
In reply to: [OceanWP] Where can I download the OceanWP child theme from?Forum: Everything else WordPress
In reply to: Настройки чтенияPreschool and Kindergarten Documentation
How to Configure Static Front Page?
https://docs.rarathemes.com/docs/preschool-and-kindergarten/homepage-settings/how-to-configure-static-front-page/Вопросы по кастомизации темы надо задавать на ее форуме поддержки
https://wordpress.org/support/theme/preschool-and-kindergarten/- This reply was modified 5 years, 7 months ago by kword.
The image changes once all the attributes are chosen.
Yes, this is WooCommerce default behaviour. A variation is sum of all parts; it won’t match a variable product with images until all attributes are chosen. If you want an image to appear immediately it may require additional code customization or extra plugin the product options instead of variations.
Kind regards
Hi adbo,
If your products are variable ones, you need to add image to vatiation to make image changing when variation is selected
Forum: Plugins
In reply to: [WooCommerce] Admin notification for “Pending” Order statusThank you for reply.
I solved the bug by adding payment method checking:
if( !$order->has_status( 'pending' ) ) return; if ( 'rbspayment' == $order->payment_method ) { // Send "New Email" notification (to admin) WC()->mailer()->get_emails()['WC_Email_New_Order']->trigger( $order_id ); }UPD. I found there some additional statuses as
processing-unpaidorpending-payment.
Where can I find all the available order statuses?- This reply was modified 5 years, 10 months ago by kword.
Forum: Fixing WordPress
In reply to: Как убрать белую полосу наверху экрана?Там еще большая есть
Forum: Fixing WordPress
In reply to: Как убрать белую полосу наверху экрана?не помогло
А что должно было помочь? я указала на проблемный селектор, его надо изменить, а вы его же продублировали. Советую обратиться к учебнику по css
Forum: Fixing WordPress
In reply to: Как убрать белую полосу наверху экрана?появлсяется белая полоса.Помогите пожалуйста ее убрать
Причина здесь:
header .header-container.layout1.style4 { position: static; border-bottom: 1px solid #ebebeb; }Forum: Themes and Templates
In reply to: [OceanWP] Mega menu issueCan you please comment the browser console error
Uncaught TypeError: Cannot read property 'left' of undefined?
Forum: Themes and Templates
In reply to: [OceanWP] Mega menu issueHi Amit,
Thank you for replyCould disabling some scripts and theme styles be a problem? I found them unused, but maybe they are needed for mega menu correct loading? screen
If not, I’ll test other plugins deactivation
Forum: Plugins
In reply to: [WooCommerce] Subdomain with WooCommerceOk, understood.
Then does it make sense to separate the services site and product store? It is planned up to 1600 products, 20 categories, about 20 attributes and a lot of tags. I want to work filters and search fast.Forum: Plugins
In reply to: [WooCommerce] Woocommerce specific loopI’ve done it by myself. I display featured products on page via woocommerce shortcode, then use redirect to category via WOOF filter shortcode.
