jjalbercas
Forum Replies Created
-
Well, I figured out it was possible and I could resolve the issue.
This is how I managed to resolve:
The address in the default language for new advanced label is:
…/wp-admin/post-new.php?post_type=br_labels
and before saving anything I changed the url manually as
…/wp-admin/post-new.php?post_type=br_labels&lang=en
for english, and
…/wp-admin/post-new.php?post_type=br_labels&lang=es
for spanish.This way I could choose translated category in each of non-default languages.
I hope it’s useful for anyone else. Anyway it’d better to point out detailed instructions somehow in the documentation.
Good plugin btw razyrx
Julian J.- This reply was modified 9 months, 2 weeks ago by jjalbercas.
Thanks a lot for the reply. Can you point me out how to do it?
Forum: Themes and Templates
In reply to: [GeneratePress] Widget bugsBetter solution: in my case I needed WP blocks working in widgets.
In order to get rid of that kind of error messages and keep widget page as new version, I did this:
– I installed and activate “classic widgets” plugin
– I deleted all widgets from “Inactive widgets” area (all my errors came from these widgets).
– NOTE: in my case, I deleted all widgets in all sections.
– I deactivated the plugin “classic widgets”Now I have normal widgets page without errors and I can work with it normally, no errors at saving.
Hope it works for you too.