hjit
Forum Replies Created
-
Followup from Breakdance Support:
The issue is logged here: https://github.com/soflyy/breakdance-bugs/issues/670Workaround that worked for me from user on Github:
“For now, I have some other workaround which works as a code snippet (used ChatGPT):
add_action(‘after_setup_theme’, function () {
if (isset($_GET[‘trp-edit-translation’]) && $_GET[‘trp-edit-translation’] == ‘true’) {
remove_filter(‘template_include’, ‘Breakdance\ActionsFilters\template_include’, 1000000);
}
}, 1);This unhooks the Breakdance template_include function when opening the TranslatePress editor, site didn’t break so I think it should work for now.
I appreciate your response and I was pretty sure before even asking, so the solution you are suggesting is what I ended up going with after having confirmed it was indeed the template that broke the whole thing.
I’ve raised the issue in their facebook group and will also try to write directly. But despite really loving Breakdance, they do not show a lot of willingness to ensure plugin compatibility. I suspect they’ll point the finger back at Translatepress.
At least this post can hopefully help others that get confused when the translate controls do not load 🙂Forum: Plugins
In reply to: [Advanced Custom Fields (ACF®)] Select2 issue on 6.1.4That’s fine, I did not know 🙂 As I said it works for me using older version, so I’m not gonna spend time trying to get it de-bugged. Thanks for writing something here though.
I just got this message as E-mail and I do apologize I have not followed up on this but I was out of the game for about 14 days and just didn’t get back to this.
On a new installation this issue was simply not there. I did try on the old one to disable everything but this and elementor and I was still happening, but I must have had other issues built up.
Again, sorry for this and there is no problem with plugin this is all on me.