Vayu Robins
Forum Replies Created
-
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Block Editor supportGood point @jonua! I will correct that in my code too. Thanks!
Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Block Editor supportThanks for the great response @jonua π I did not know about the ‘auto’ setting. This is much better and is a great way to solve this issue. If someone needs to have it in the sidebar, then the CSS styles I have tweaked a bit below, work pretty good too. That way one can have the preview combined with editing.
'mode' => 'auto',add_action( 'admin_head', function() {
echo '<style>
.acf-table-root.acf-table-rendered {
position: fixed;
right: 270px;
z-index: 1000;
background: white;
box-shadow: 0 0 3px 1px #aaa;
padding-left: 10px;
border-radius: 5px 0 5px 5px;
}
</style>';
}, 10 );Forum: Plugins
In reply to: [Table Field Add-on for ACF and SCF] Block Editor supportI have quick and simpel fix with CSS here. It’s tested very little π
add_action( 'admin_head', function() {
echo '<style>
.acf-table-root.acf-table-rendered {
position: fixed;
right: 0;
z-index: 100;
background: white;
box-shadow: 0 0 5px 0 #ccc;
padding-left: 10px;
border-radius: 5px 0 0 5px;
}
</style>';
}, 10 );
Hi @aahulsebos – thank you very much for replying and for suggested fix. I am glad to hear that it was just a mistake and that you are aiming to fix it. For non-developers, though, it is a critical problem. But as a developer it is easy to fix it like this. π
Hi @techinnyc1 – unfortunately it appears that the author is struggling to find a solution for this or at least the author is not replying.
https://github.com/creame/connect-polylang-elementor/issues/19
https://ww.wp.xz.cn/support/topic/incompatibility-with-elementor-3-21-3/Thanks for looking into this:
Posts manager: https://snipboard.io/ceZCIx.jpg
Events manager: https://snipboard.io/uRq1bZ.jpgSo the Posts manager can manage posts and nothing else really.
So the Events manager can manage posts of the CPT ‘event’ and nothing else really.Hope that makes sense.
Forum: Plugins
In reply to: [Accordion Blocks] Has this plugin been abandoned?Thanks for sharing you solution @domainsupport π
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3Yes @anacond it is a bit weird and a shame that Elementor will NOT support the community and help to improve good plugins like this “Connect Polylang for Elementor”, that makes their own better and more compatible with other great plugins like Polylang.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3These are the Elementor hooks they have listed in their docs: https://developers.elementor.com/docs/hooks/php/, but I cannot see which one of them, that would be the obvious one to use.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3@anacond I’ve contacted the Elementor support to hear about which hook to use, in order to add language links to the top admin bar. Their response was:
Since custom code and related queries are beyond our support scope, I recommend checking out theΒ Elementor Facebook Community.β There, youβll find a wealth of knowledge from experienced users and developers who may have the insight youβre looking for.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Elementor top bar integration?I am also interested in this fix. Have myself mentioned it here: https://ww.wp.xz.cn/support/topic/incompatibility-with-elementor-3-21-3/#post-18102285
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3Hi @anacond – thanks for sharing your findings, but “Recent” will not work, because it will not display the other languages if you haven’t been there recent. And I will also not be able to add content to other languages. Getting used to is something I was hoping is the last resort. I was hoping the developer of this plugin might update so we again will have these options as before. π
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3What does it look like for you then @anacond? When I hit the new burger menu in the top left corner, there are no options to edit other languages.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Incompatibility with Elementor 3.21.3Well, it’s not possible to switch between languages anymore, when editing a page. See attached, that option is gone.
Forum: Plugins
In reply to: [Accordion Blocks] Has this plugin been abandoned?Thanks for chipping in with your voice @shoelaced, I agree, a version bump would be much appreciated, valued and save some annoying work and confusion.