• I feel like I must be doing something wrong with WordPress, though I am not sure what it is.

    1) To increase the amount of memory allocated to WP, I downloaded WP-Config, but I am not seeing the number of MB allocated to WP anywhere in there? I did a CTRL +F, and nothing.

    2) I wanted to update several areas of text within Jigoshop, so I followed all the steps here: http://forum.jigoshop.com/kb/customize-jigoshop/languages. It was super easy until I got to step where I set the language, and wp-config.php doesn’t have a line for language in it. So I figured I would try using the Localize WordPress plugin (which has not been updated in so long it was practically unusable), and then WordPress Language Switcher, which has also now not been updated since WPML is what people are using. Unfortunately the Jigoshop extension for WPML is no longer available and they do not seem to support it, so I am at a loss about how to modify the text.

    https://wordpress.org/plugins/jigoshop/

Viewing 1 replies (of 1 total)
  • Plugin Author MWSGD

    (@mwsgd)

    1. To increase WordPress Memory Limit you need to add the following to your ‘wp-onfig.php’ file.
      define('WP_MEMORY_LIMIT', '96M');
    2. I’ve recently used the localization documentation here: https://www.jigoshop.com/documentation/localization-tutorial/. You have to set the language under WordPress > Settings > General and then you have to add the code to your ‘wp-config.php’ file:
      define(WP_LANG, '');
      For Spanish Mexico, for example, it would be:
      define(WP_LANG, 'es_MX');

      If you still want to try WPML, I can send you the extension file to try, although I can’t guarantee it since WPML dropped it’s support. Email us at support@jigoshop.com if you want it.

Viewing 1 replies (of 1 total)

The topic ‘Language Issue & Memory Issue’ is closed to new replies.