George Botsev
Forum Replies Created
-
I see now.
At first it is not showing anything because the value is not properly assigned.
However, this is not a bug and this value does not mean that the attribute is being duplicated and what is left to be duplicated.
This value lists how many attributes there are – the ones that are original attributes – not the translations. So for me this is very normal to be like that, except that the initial value is not populated correctly.Hello,
Thank you for reporting this issue to us.
I have reproduced the same on my testing setup and I have escalated the problem to our developers now.
When I have more news, I will let you know.This is normal for the dropdown style currency switcher.
Please use dropdown-click style instead.I hope that everything goes fine during the update.
Please let me know if it is okay and/or if I can help you with something.Please remember to create a backup copy first – as a good practice when updating.
You are proving my point here with your plugin list.
You have the plugin: WooCommerce Product Bundles Version 4.11.1
Please update that version to a more recent one or at least version 4.11.4- This reply was modified 9 years, 1 month ago by George Botsev.
Hello, that error that you specify here means that you have the plugin Product Bundles.
Could you tell me which version of that plugin you have?
Could you check with a fresh copy with the latest version of Product Bundles if the error persists?
Perhaps if you are using Product Bundles version lower than 4.11.4 this might happen.Hello,
I am not sure that I understand you.
Could you please include a short video with explanation of the issue?
Do you have any errors in the log?Are you using the same quote characters?
Also, in order to use the switcher_style you need to specify the proper slug of the template. Usually you specify the slug in the config.json file, but if not specified, then an auto-generated slug is created.
In example for Twenty Seventeen, the slug for your template would be ‘twenty-seventeen-ambery’I guess you have a custom currency switcher then perhaps?
Maybe you are using our api:
do_action('wcml_currency_switcher');
?
If this is true, you can pass parameter to this and specify the template name.
For example:
do_action('currency_switcher', array('format' => '%code% %symbol%', 'switcher_style' => 'wcml-vertical-list'));
You can replace wcml-vertical-list with your template name there.If this is not the case – then please either provide the complete code that you are using, or open a ticket at our forum at wpml.org so that we can investigate.
In this forum there is no private reply, so it is better to avoid asking and providing credentials here.
- This reply was modified 9 years, 1 month ago by George Botsev. Reason: Replied to wrong ticket
Forum: Plugins
In reply to: [WPML Multilingual & Multicurrency for WooCommerce] Edit a translated productHello and thank you for contacting us.
I agree that something does not look right over there.
I will escalate this to our developers and when they respond or if there is a fix, I will let you know.Hello.
Usually white screen means that there is some kind of fatal error or maybe the memory is not enough to process the request.
It is recommended if you have WPML and WooCommerce Multilingual to use at least 128megabytes of memory for PHP.
In order to insure that you can set or change if already exists in wp-config.php
define( 'WP_MEMORY_LIMIT', '128M' );If this is not the case with you, then you need to temporary enable debugging in WordPress.
You can do this by setting this options in wp-config.php
above the line that says:
/* That’s all, stop editing! Happy blogging. */// Turn debugging on define('WP_DEBUG', true); // Tell WordPress to log everything to /wp-content/debug.log define('WP_DEBUG_LOG', true); // Turn off the display of error messages on your site define('WP_DEBUG_DISPLAY', false); // For good measure, you can also add the follow code, which will hide errors from being displayed on-screen @ini_set('display_errors', 0);Please do note to remove any other instances of this code if you have it in the file:
define('WP_DEBUG', false);Enabling this, will create a debug.log file – which is a text file with the errors logged-in and it is located in /wp-content/debug.log on your site.
That error log can help us determine the cause of the issue and it would be very nice of you if you can provide it to us so that we can help you with the problem.
I am unable to locate the source of the problem. Also it looks like the menu item is less than 1px smaller.
As far as I see, there is only one currency switcher and it is being hidden when you resize the browser past certain dimensions. This however all seems to me like something coming from the theme and I am unable to help you with these issues. If you think that the current currency switcher styling is to blame, perhaps you should use the link that I provided above and create a custom template for the language switcher so that it is unaffected by any CSSHello, the latest version currently 4.1.2 should also help fix this problem – if you have older versions of WooCommerce.