Hello,
I don't really understand why the majority of the plugins works and this not
I have the following plugin installed that handles all shortcodes
/srv/public_html/vendor/fishpig/magento2-wordpress-integration-pluginshortcodewidget
hidden link
I've had the following conversation with Ben, you may want to look at this with your team and try to fix on the last try
------------------------------------------
When a call to $post->getContent() is made, this includes the WordPress code and calls the_content: hidden link
------------------------------------------
Hi Ben,
Thanks, yes, I do
I'll report them.
Meanwhile, what would be the function or path + function that I would need to add here hidden link from theirs settings to try if it works
It seems that should work by default with this installed. Where are located this code here /srv/public_html/vendor/fishpig/magento2-wordpress-integration-pluginshortcodewidget? to provide them
Thanks
--------------------------------------------
Hi Nestor,
There isn't a simple function that you can enter in that field.
I don't know if their plugin will work. The majority of plugins (Elementor, WP Bakery, Contact Form 7, Gravity Forms, Rev Slider etc) that use shortcodes or the_content all work when using fishpig/magento2-wordpress-integration-pluginshortcodewidget without any extra changes/customisations. If this plugin is not working, then it must work in a way that is not compatible with the integration.
If you want to change how custom post type's work, you should use Custom Post Type UI:
hidden link
This is a free plugin that lets you setup custom post types and taxonomies.
If you want to change how a post type looks on the frontend, you need to do this via Magento anyway and not via WordPress as you are now integrated into Magento and Magento handles the frontend design.
The following link provides the layout XML handles that might be useful for custom post types:
hidden link
This applies to the post type archive page.
The following link provides layout XML handles for everything else (including custom post type view pages):
hidden link
Thanks