Skip to main content

Forminator Shortcodes not displaying

Comments

9 comments

  • Alex

    Hi Daniel,

    Do you have any cache plugin? Optimization? Minifying? Try to disable all external plugins except Brizy and Forminator and check again. This could be caused by a third party plugin.

    Also, please make sure you use add the shortcode via "Shortcode" Brizy element.

    0
  • Daniel Santaana

    Hi, this turned out to be a Yoast SEO conflict

    0
  • Alex

    Hi Daniel,

    There are some plugins that conflict with Yoast when used on a Brizy page. I have created a ticket for you so please send the login details there and we will see what can be done. Thanks.

    0
  • Nicolas Boyer

    Hi, 

    I'm having this problem too, did you find a solution other than using another plugin ? I really love forminator.

    0
  • Alex

    Hi Nicolas,

    Does deactivating the Yoast plugin also make Forminatior shortcode work on your site?

    0
  • Nicolas Boyer

    Hi, 

    Yes it does.

    0
  • Alex

    Hi,

    I have created a private ticket for you so please send your login details there and we will look into it. In Daniel's case, we were unable to inspect the issue because we did not receive a response, so we need to resume this inspection process. 

    0
  • Nicolas Boyer

    For those having the issue, after some exchanges with the support and some testing it so happened that it was my Nginx configuration creating the issue, combined with my docker-compose file.

    I added some more precisions about SSL in the config, and the parameter "hostname" with the url I'm using to develop (which also fixed an error about the local environment connecting to the WP API).

    For context, I'm using a Wordpress FPM container linked to Nginx, MariaDB, PhpMyAdmin, Redis & Gulp containers all in the same network with a compose file version 3.8. Nginx config includes the following :

    restart: on-failure
    depends_on:
      - wordpress
    links:
      - wordpress
    volumes_from: 
      - wordpress
    ports:
      - 80:80
      - 443:443
    hostname: example.local.com

    Can't really share the Nginx config as I renamed most variables to use multiple configurations dynamically with a custom image and it wouldn't work for anyone not using my image which I'm not sharing for security reasons.

    Hope it helped somebody tho !

    0
  • Alex

    Hi Nicolas,

    thank you for the update. It will definitely be useful for someone.

    0

Please sign in to leave a comment.