superkot
@superkot on WordPress.org and Slack
- Member Since: March 19th, 2017
- Website: superkot.online
-
Posted a reply to Подключение не защищено/Ошибка нарушения конфиденциальности, on the site WordPress.org Forums:
У вас проблема с сертификатом для сайта, этот вопрос в принципе не относится к Wordpress.… -
Posted a reply to Breadcrumbs shown twice on sinlge porduct page (want to hide on of them), on the site WordPress.org Forums:
You need to "hide" both and then show the Elementor breadcrumbs only. They have their… -
Posted a reply to woocommerce speed issue, on the site WordPress.org Forums:
You need to check the Waterfall tab, it shows the amount of time it takes… -
Posted a reply to woocommerce speed issue, on the site WordPress.org Forums:
The longest to load is a "https://www.kroftcart.com/?custom-css=c29ecb1b7f" URL. It is not a Woocommerce issue, but… -
Posted a reply to Check before placing order, on the site WordPress.org Forums:
If you don't want to remove the method, just block the order placement, you can… -
Posted a reply to Arabic in Permanent link, on the site WordPress.org Forums:
While unfortunate, but its the way most internet resources treat any non-English URLs, not just… -
Posted a reply to Ошибка при переходе на сайт, on the site WordPress.org Forums:
При переходе откуда? Вторая ошибка – у вас установлен QTranslateX – устаревший неподдерживаемый плагин. Не… -
Posted a reply to Insert custom product property in order email, on the site WordPress.org Forums:
In your product, open the Advanced tab (the one with the gear icon), and use… -
Posted a reply to order notifications not sent, on the site WordPress.org Forums:
Do you have any mail logging plugin enabled? Do other types of emails get send… -
Posted a reply to Image gallery not showing on woocommerce single product page, on the site WordPress.org Forums:
Did you try deactivating the gallery plugin? It is not a Woocommerce default gallery, so… -
Posted a reply to Woocommerce new Gateway Payment, on the site WordPress.org Forums:
You can't put Java or Python code into Woocommerce, because its backend is PHP, a… -
Posted a reply to Check before placing order, on the site WordPress.org Forums:
You can use the woocommerce_available_payment_gateways filter: function remove_payment_method_if_not( $available_gateways ) { // check your condition… -
Posted a reply to Blurry images, on the site WordPress.org Forums:
It is not a Woocommerce issue. Your images seem to be hosted with the Jetpack… -
Posted a reply to Username field in the order confirmation email, on the site WordPress.org Forums:
If you need user's name name (not username), it would be the combination of $user_info->first_name… -
Posted a reply to How to validate review form?, on the site WordPress.org Forums:
comment_post acts on a comment, and comment of course is not a product. You need… -
Posted a reply to jQuery script not loading, on the site WordPress.org Forums:
You must be doing something wrong. Your code works perfectly fine for me, you just… -
Posted a reply to jQuery script not loading, on the site WordPress.org Forums:
Your script is ok if you execute is by pasting in console, so the problem… -
Posted a reply to What is triggered when “Ship to a different address?” – Checked / Unchecked, on the site WordPress.org Forums:
Your question is totally confusing. But yes, if you need checkout refresh, you need to… -
Posted a reply to Add a custom fee to cart without showing it in WooCommerce cart total, on the site WordPress.org Forums:
An option then could be to use both positive and negative fees simultaneously (with negative… -
Posted a reply to What is triggered when “Ship to a different address?” – Checked / Unchecked, on the site WordPress.org Forums:
It is supposed to show extra set of address fields, so that the shipping person/address… -
Posted a reply to Add a custom fee to cart without showing it in WooCommerce cart total, on the site WordPress.org Forums:
If you mean you need a negative fee, change $discount = $cart->subtotal * 0.15; to… -
Posted a reply to Resized images much bigger than original ones, on the site WordPress.org Forums:
If the issue is critical, you can redesign your theme to use only manually uploaded… -
Posted a reply to Resized images much bigger than original ones, on the site WordPress.org Forums:
Does your site (theme) even use all these images? If the disk space is your… -
Posted a reply to How to remove noreferrer and adding nofollow – Pictures/Buttons/Icons…?, on the site WordPress.org Forums:
Avada is a paid theme, you need to ask their support for help. -
Posted a reply to jQuery script not loading, on the site WordPress.org Forums:
Wordpress defaults to a jQuery version where usage of $ is not defined. So you… -
Posted a reply to Resized images much bigger than original ones, on the site WordPress.org Forums:
The topic has all the explanations you need. There are ways around it, such as:… -
Posted a reply to Woocommerce Update and manually copied woocommerce files in child theme folder, on the site WordPress.org Forums:
Woocommerce is going to remind you with a notice when your customized versions of template… -
Posted a reply to PHP error for get_average_rating, on the site WordPress.org Forums:
Which page or action exactly is causing this error? -
Posted a reply to Slow dashboard due to Slow Comment count query., on the site WordPress.org Forums:
What is the total number of comments you have? -
Posted a reply to Slow chekout, on the site WordPress.org Forums:
I've made a test order on your site (4136) and there was nothing like 9… -
Posted a reply to No Product Images are shown any more in WooCommerce, on the site WordPress.org Forums:
Console shows a JavaScript error on your product page, which is related to Swiper framework,… -
Posted a reply to Woocommerce not working on ios, on the site WordPress.org Forums:
SSL Labs still shows the same cert for your site: https://www.ssllabs.com/ssltest/analyze.html?d=sisperdesign.com&latest -
Posted a reply to Woocommerce not working on ios, on the site WordPress.org Forums:
There are some online guides you could google up, like https://premium.wpmudev.org/blog/free-ssl-https-cpanel/ But things may depend… -
Posted a reply to Images not showing up on blog in chrome/fireflox, on the site WordPress.org Forums:
Looks like you use Jetpack and images are being served from a Wordpress.com server. Example… -
Posted a reply to Resend “Processing” Email to Customer, on the site WordPress.org Forums:
There are mail logging plugins which save all outgoing emails and allow to resend them… -
Posted a reply to Use of deprecated $product->ID, on the site WordPress.org Forums:
What you see in the Woocommerce core files is a support for this deprecated method… -
Posted a reply to Customer unable to checkout (payment section “greyed” out), on the site WordPress.org Forums:
There are some weird redirects, which forward the visitor to another page when "adding to… -
Posted a reply to Checkout trouble, on the site WordPress.org Forums:
If you have some customers which are cooperating, you need to ask them to record… -
Posted a reply to How to set free shipping zone and flat shopping zone for same region, on the site WordPress.org Forums:
What are these suppliers in terms of data, how are they defined in your store?… -
Posted a reply to Woocommerce not working on ios, on the site WordPress.org Forums:
It also does not load in Safari on Mac. You have some weird SSL certificate,… -
Posted a reply to “view order” URL not functioning, on the site WordPress.org Forums:
Woocommerce by default does not allow to add orders from the past to a newly… -
Posted a reply to How to change Page number url?, on the site WordPress.org Forums:
Do you use a translation plugin, like Loco Translate? If that text is within a… -
Posted a reply to Cannot add new variations to existing products, on the site WordPress.org Forums:
The stock status dropdown is in effect even if manage stock checkbox is not checked.… -
Posted a reply to Doesn’t work “add to cart” button, on the site WordPress.org Forums:
Check whatever is made with Visual Composer in the product page: its section is "covering"… -
Posted a reply to Product Page Open Graph Tags identifying page as Article NOT Product, on the site WordPress.org Forums:
Have you tried switching to default theme like Twenty Seventeen and checking the code? Woocommerce… -
Posted a reply to Having different product names in front and backend, on the site WordPress.org Forums:
That really depends on the way they are being sent, as that is obviously some… -
Posted a reply to How to change Page number url?, on the site WordPress.org Forums:
Add this code to your theme functions.php: function change_page_slug() { global $wp_rewrite; $wp_rewrite -> pagination_base… -
Posted a reply to Cannot add new variations to existing products, on the site WordPress.org Forums:
Check availability settings for the variations you add (in stock/out of stock). You of course… -
Posted a reply to “view order” URL not functioning, on the site WordPress.org Forums:
Normally there is no View Order link in the Woocommerce new order email, as the… -
Posted a reply to Having different product names in front and backend, on the site WordPress.org Forums:
By changing titles in the cart you of course change titles in the order which…