visualworker002
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Unable to enter “text” editing mode and other bugshad the same problem (stuck in “text” mode).
installing the plugin “solved” the problem:
https://wordpress.org/plugins/enable-jquery-migrate-helper/found a solution which worked:
https://wordpress.org/support/topic/wp-menu-cart-artisteer-41-designed-theme
Forum: Plugins
In reply to: [Polylang] Impossible to set menus@hembisepierre: thanks a lot! it works.
lets hope the next plugin release takes into account this issue.
Forum: Plugins
In reply to: [Polylang] Impossible to set menushello.
have the same problem with an artisteer-generated theme.
how did you resolve the problem?thanks
Forum: Plugins
In reply to: [Quote Master] chinese charactersi am. the rest of the chinese site (posts and pages) displays perfectly.
but thanks very much for the question! it forced me to dig deeper.
seems when creating the wp_mlw_quotes entry the plugin declares it as “latin1_swedish_ci”. can’t explain why this happens.
changed it manually to “utf8_general_ci” like the rest and solved the problem.
by the way: my config.php defines:
define(‘DB_CHARSET’, ‘utf8’);
define(‘DB_COLLATE’, ”);