JP Santos
JP Santos
@shanalikhan I don't have profile-switcher and I still get the error. > "This gist exceeds the recommended number of files (~10). To access all files, please clone this gist. To...
I'm having the same problem. I don't want the get_field() to return the values for the languages that are left empty. How can I just hide the french content to...
Hey thanks for the quick response 👍 I tried adding that to the `functions.php` but it didn't quite work. I searched inside the plugin folder and found that there are...
Thanks!! that worked great! :)
Everything's working great with input texts and text areas. I've tested it with qtranslate Images and Files using the return value as image URL and File URL and it's not...
I doesn't work without adding `remove_all_filters()` I think I'll try using `wp_get_attachment_url()` everywhere I need to get the URL. It's far from ideal but it works. Thanks for the support...