UIUX Lab
Forum Replies Created
-
Forum: Plugins
In reply to: [Uix Shortcodes] html not working inside container (pt. 2)To use HTML tags, you need to switch to the code mode of the gutenberg editor, as shown in the figure:
http://i1.fuimg.com/733854/12171a5f6bc360e6.jpg
Best Regards!
- This reply was modified 5 years, 2 months ago by UIUX Lab. Reason: change answer
Forum: Plugins
In reply to: [Uix Shortcodes] Conflict with Visual Portfolio pluginThe plugin is already in testing, I will update the version within a week, thanks.
Best Regards!
Forum: Plugins
In reply to: [Uix Shortcodes] Conflict with Visual Portfolio pluginOkay, I will test the compatibility with this plugin, thanks!
Forum: Plugins
In reply to: [Uix Shortcodes] html not working inside container (pt. 2)Thanks for your feedback, I will fix this problem, wait a moment 🙂
Forum: Plugins
In reply to: [Uix Shortcodes] Elementor compatibilityHas been corrected with version 1.9.1 🙂
Forum: Plugins
In reply to: [Uix Shortcodes] Elementor compatibilityThanks for your review.
Hello, I have fixed an Elementor compatible issues 2 months ago (need to switch the Safe Mode of Elementor).If this problem still exists, I hope you turn on the chrome debugging mode (https://developers.google.com/web/tools/chrome-devtools/console), and then send a screenshot of the entire screen to my mail VIA uiuxlab@gmail.com, I will help you look at the specific problem.
Forum: Plugins
In reply to: [Uix Shortcodes] Divi Builder StuckHello, I have fixed this problem so that it can work, thanks for using the next version.
Forum: Plugins
In reply to: [Uix Shortcodes] Divi Builder StuckOk, I will test the compatibility with divi. :) please wait a few days, thanks.
Forum: Plugins
In reply to: [Uix Shortcodes] Call shortcode with PHPYes, you don’t need to check the class, directly do.
`echo do_shortcode( ” );Forum: Plugins
In reply to: [Uix Shortcodes] Suggested changes to your shortcode initThank you for your suggestion, considering the other situation you said, I will fix it, I will test the update in the next version. :)
Best Regards!
Forum: Plugins
In reply to: [Uix Shortcodes] Compatible with WPML?Thank you, really incompatible with WPML, and later versions will consider adding it, thank you for your feedback.
Forum: Plugins
In reply to: [Uix Shortcodes] Compatible with WPML?Hi. The language of the plugin can be found from
languages/uix-shortcodes.pot, and it does not conflict with WPML. You can try it, if you have any questions, please tell me 🙂Best Regards!
- This reply was modified 6 years, 11 months ago by UIUX Lab.
Forum: Plugins
In reply to: [Uix Shortcodes] Call shortcode with PHPHi, You can refer to:
<?php if ( class_exists( 'UixShortcodes' ) ) { echo do_shortcode( "[uix_xxx]" ); } ?>it works!
Forum: Plugins
In reply to: [Uix Shortcodes] Uix Block not showingOK! thanks ! keep in touch. 🙂
Forum: Plugins
In reply to: [Uix Shortcodes] Uix Block not showingI know what you mean is that when I enable the classic editor, I set the block in the setting, but it can’t be displayed. I try to solve this problem, thank you for your feedback.