• Resolved pero86

    (@pero86)


    Hello,
    I have started to translate webpage&shop – https://www.pleteninespenko.si and I have problem with woocommerce multilingual section. When I select attributes to translate, rotating circle with “loading” text appears but nothing loads.

    I can’t figure out what could cause the problem.
    Thank you and best regards,
    Peter

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    To get more information about the problem please try the following:
    1. Check the browser console:
    If your are using Chrome: Settings > Tools > JavaScript Console:
    https://developers.google.com/web/tools/chrome-devtools/debug/console/console-ui

    and check if there is an error there

    2. Check the debug log:
    It would be good if you can provide me the WordPress debug.log.[
    To enable it, open your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:

    define('WP_DEBUG', true);
    define( 'WP_DEBUG_LOG', true );

    In this case the errors will be saved to a debug.log log file inside the /wp-content/directory.

    Also to narrow down the root of the problem you can do this test:
    3. Minimal setup:
    ***Backup your site and DB before proceeding***
    -Deactivate all the plugins but WPML and its addons
    -Switch to a default WP theme (Twenty Sixteen for example)
    -If the issue is gone, reactivate one at a time to see with which one is the conflict

    Finally, make sure the memory of your site is enough:
    4. Memory:
    ***Backup your site and DB before proceeding***
    Add this code to your wp-config.php to increase WP memory:

    /** Memory Limit */
    define('WP_MEMORY_LIMIT', '256M');

    Paste it just before:

    /* That's all, stop editing! Happy blogging. */

    These settings can be limited directly by your hosting provider, so I recommend you to contact and ask them to modify them directly. If you can get even higher values It would be great.

    https://wpml.org/home/minimum-requirements/

    If none of those lead you in to the right direction to solve the problem, to help you better, please open a ticket in our support forum:
    https://wpml.org/forums/forum/english-support/

    Kind regards,

    Otto

    Thread Starter pero86

    (@pero86)

    Hello,
    I solved the problem. What I have done is:
    1) I went to each attribute title (under items) and clicked “edit” …
    2) Than I “de-ticked/disabled” (since it was already enabled) and ticked back again the “Translatable” option (Enable this if you want to translate attribute values with Woocommerce Multilingual) and saved/updated the action.

    After that all variations of each attribute loaded in woocommerce multilingual.

    Best regards,
    Peter

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Attributes in WooCommerce Multilingual loading but not showing’ is closed to new replies.