Max Yudin
Max Yudin
Let's say the site tagline has been translated from English (default) to Spanish (secondary). To get the Spanish string: ``` query MyQuery { translateString(language: ES, string: "Just another WordPress site")...
Unfortunately, I can't reproduce your issue. Are you sure WP GraphQL Polylang is enabled?
I managed to put JIT to work with `gridsome-plugin-tailwindcss`. **First**, added to the `tailwind.config.js` ```javascript module.exports = { mode: 'jit', // ... // ... }; ``` **Second**, I added `TAILWIND_MODE=watch`...
Another option, in addition to the " WP Migrate" plugin mentioned by @tw2113, is to install "[Search Replace Database for WordPress](https://interconnectit.com/search-and-replace-for-wordpress-databases/)". Read its description before using it, because careless use...
I solved this problem by replacing `~/.config/redshift/redshift.conf` with `~/.config/redshift.conf` - Linux Mint 21.3 Mate