GSMtricks
Forum Replies Created
-
Issue happens with previous version?5.3.6,?(error in general), after update I see no products availably ;(
It is only the plugin that worked as expected before, now looks like need to completely rebuild website and use some alternatives.
Done,
Here is the video https://drive.google.com/file/d/1tuoLp-MYjdST5dm9IMG0XaUvhkxlUVbW/view?usp=share_link
So far no changes
Thank you for the answer.
Very strange.
I have edited the product – no SEO description (at least manually typed)
Then I change the settings and put “TEST”
As a result – the product description is still without changes.Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] Currency for userI have now:
* I have created 2 groups ( USD and EUR)
* I edit one product and have added both price groups
* I have added new user to group EURBut, I still see (with new user) all prices in USD (default)
So question still in place, is it possible to show all prices in USD for user 1 and in EUR for user 2
I have deleted plugin and not unable to install it again:
Got error 'PHP message: \xd0\x91\xd0\xb0\xd0\xb7\xd0\xb0 \xd0\xb4\xd0\xb0\xd0\xbd\xd0\xbd\xd1\x8b\xd1\x85 WordPress \xd0\xb2\xd0\xbe\xd0\xb7\xd0\xb2\xd1\x80\xd0\xb0\xd1\x82\xd0\xb8\xd0\xbb\xd0\xb0 \xd0\xbe\xd1\x88\xd0\xb8\xd0\xb1\xd0\xba\xd1\x83 Table 'database.wp_nx_posts' doesn't exist \xd0\xb2 \xd0\xbe\xd1\x82\xd0\xb2\xd0\xb5\xd1\x82 \xd0\xbd\xd0\xb0 \xd0\xb7\xd0\xb0\xd0\xbf\xd1\x80\xd0\xbe\xd1\x81 SELECT DISTINCT source FROM wp_nx_posts ,
No such tables in DB and during the plugin activation they are never created now.- This reply was modified 3 years, 3 months ago by GSMtricks.
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] WPML?Thank you again.
Checked the source code and did some changes, now I can choose a language.
Looks very nice.What about the option to post comments as well?
Forum: Plugins
In reply to: [WP Telegram (Auto Post and Notifications)] WPML?Thank for code.
I have added to child theme function.phpBut in plugin settings no any new options or rules.
I thought there will be some new rule like:'value' => 'post_lang', 'label' => __( 'Post Language', 'text-domain' ),
Can you help me pls?
As well it will be good to have an option to send post comments as well.
Forum: Plugins
In reply to: [Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Product attributesCould you validate it?
I have attribute: Supported by
slug for this attribute: supported-byadd_action( ‘rank_math/vars/register_extra_replacements’, function(){
rank_math_register_var_replacement(
‘supported-by’,
[
‘name’ => esc_html__( ‘Attribute: Supported by’, ‘rank-math’ ),
‘description’ => esc_html__( ‘Custom variable description.’, ‘rank-math’ ),
‘variable’ => ‘supported-by’,
‘example’ => ‘supported-by_callback()’,
],
‘supported-by_callback()’
);
});Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] WPML not supported ;(1. Create preset and make default
* When I am using English version I can feel everything with ENG content.
* Using the same code for the rest languages – no results2. I have created another preset for LANG 2.
* If it’s not set as default – no results
* If set as default (now it’s 2 presets) – than I can see list of attributed (set do not hide) but they are not working (disabled)So still don’t get it working for more than 1 language
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] WPML not supported ;(I have it done, but I see results only for the default language.
For the rest languages – emptyHI, the issue looks like relates to another plugin.
My assumption was it will work in the same way for admins and users.This one https://www.ads-software.com/plugins/prismatic/
In admin panel I can see extra button from that plugin, but at fronend – button missed.So do you mean it depends on fonts used on site?
Maybe there is an option to define the default font for the PDF?
I am ready to do tests if needed.Forum: Plugins
In reply to: [Generate PDF using Contact Form 7] Sending arrow keep spinning…Same issue there.
Error in console:
xxxx/wp-json/contact-form-7/v1/contact-froms/10/feedback
{"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}
Same issue there.
Error in console:
xxxx/wp-json/contact-form-7/v1/contact-froms/10/feedback
{"code":"rest_no_route","message":"No route was found matching the URL and request method","data":{"status":404}}
Собственно:
1. Открываем файл: woocommerce/templates/cart/cart-shipping.php 2. Строка 35, находим: if ( 1 < count( $available_methods ) ) { Меняем на if ( 2 > count( $available_methods ) ) {
У меня это решило все пробоемы – работает плагин как и ранее.