Max Zhupikov
Forum Replies Created
-
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Duplicate ID cf7md-formThank you!
Forum: Plugins
In reply to: [Material Design for Contact Form 7] Duplicate ID cf7md-formThanks you for the answer! In fact, this is not so important to myself, but the SEO-specialist whines that the validation does not pass and that site loses its positions :)))
Thank you ??
By the way, I use this function in some unusual way. With language variables in callback functions. It helps me to use your plugin together with Polylang.
May I ask one other question about custom validation? I see you have ‘latin only’ check. It’s quite usable for En-Us pages. I need ‘cyrillic only’ for some fields on Ru-Ru pages. At the moment I use jQuery for this purpose, but maybe you have some own embeddable script?Forum: Plugins
In reply to: [WP Shop] Is it possible to configure direct checkout?Решил с помощью jQuery.
Создал шаблон для соответствующей записи, подтянул в него данные текущего пользователя, jQuery их подставляет в соответствующие поля формы и сабмитит ее.
Все это под маской с надписью “Пожалуйста, подождите” ??
Вопрос снят.I’m so sorry for bothering you. It was obviously some file system bug during update. I downloaded plugin again and overwrote files on server from archieve and now all is ok. Thank you!
Yes. It was host. No more problem. Thank you!
Thank you for your reply! So, I’ll just try another hosting. ??
- This reply was modified 7 years, 4 months ago by Max Zhupikov.
My link (it’s on temporary domain and theme is under construction)
https://prorus.spbu.ru.host1571595.serv11.hostland.pro/legko-skazat/vyipuski##My .htaccess files
In root:# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
in /wp-admin/ :
<Files admin-ajax.php>
Order allow,deny
Allow from all
Satisfy any
</Files>Hmmm… Don’t know what to say.
No security plugins found.
Tried to disable all other plugins.
Tried to switch to default theme.
Tried ‘Allow from all’ and ‘Satisfy any’ in .htaccess
Tried even ‘WP_ADMIN’, false in admin-ajax :))))
What could I miss?