Pacotole
Forum Replies Created
-
Forum: Plugins
In reply to: [Joinchat] Remove/hide Joinchat options in backend on pages/posts/taxonomiesHi! You cause this PHP snippet to disable Joinchat metabox in all Post types and Taxonomies:
add_filter( 'joinchat_post_types_meta_box', '__return_empty_array' );
add_filter( 'joinchat_taxonomies_meta_box', '__return_empty_array' );Hi, do you have the CPT enabled as translatable in Polylang settings?
I have tried to replicate the problem by generating a CPT with the plugin
“Custom Post Type UI” and the template was displayed correctly in its language.Forum: Plugins
In reply to: [Connect Polylang for Elementor] Header and Footer not switching correctlyHave you the translations connected? As in this image, in Languages metabox, Translations section should be the translated template assigned.
Sorry, but we were unable to reproduce the issue.
Can you give us more info? Does it not work in the editor, can’t you add conditions? Does it not work in the front end, does it not apply the display conditions?
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Elementor top bar integration?So far I have not found any documentation regarding how to extend the Elementor Top Bar.
Any help would be appreciated.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Compatible with 6.5.4?We are currently working with CPEL on a website without any problems and it has these versions:
- WordPress?6.6
- Connect Polylang for Elementor?2.4.4
- Elementor?3.24.2
- Elementor Pro?3.24.1
- Jet-Engine?3.5.5
- Polylang for WooCommerce?2.1
- Polylang Pro?3.6.4
- WooCommerce?9.3.1
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Unable to edit archive templateAre you sure if your template has a language asigned?
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Search Results not being translatedIt looks like you are not using the Elementor Search widget, but another widget from your theme or another plugin (in code I can view
data-widget_type="cmsmasters-search.default"
).Try with the default “Search” widget of Elementor.
Oops! I just saw it in the FAQs ???♂?
Anyway, it seems cleaner to me to pass it as an argument than to use a global variable.Forum: Plugins
In reply to: [Connect Polylang for Elementor] Elementor Post loop translation problemHi, do you still have this problem? The website seems to be fine.
Are you using “Polylang for WooCommerce” in your site? You may need it for a correct multi-language integration with Woocommerce.
Forum: Plugins
In reply to: [Connect Polylang for Elementor] GDPR compliant?Hello.
CPEL does not save any data or share anything with third parties. You can use it with complete security regarding GDPR.
Forum: Plugins
In reply to: [Joinchat] attributes in product messageThere aren’t variables for attributes.
If you define an SKU for your variations, you can identify them in the WhatsApp message with
{SKU}
which is dynamic based on customer selected attributes.Forum: Plugins
In reply to: [Images to WebP] Roots Bedrock supportThanks to you ??????
Hi, thanks for the report. Try with v2.4.3