• Resolved loehoafaq

    (@loehoafaq)


    My website uses the Astra theme. At the bottom of the post to which I’ve linked you can see [forminator_poll id=”59″]. I’ve uninstalled Forminator, deleted all settings and content, then reinstalled, activated and recreated the poll (and updated the short code) but it still isn’t rendered. It’s as if Forminator isn’t being called.

    I’m using the latest versions of WordPress, wpForo and all plugins.

    Any thoughts?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @loehoafaq

    I hope you are doing well.

    I checked your page and it is rendering only the shortcode, this would be an issue in the WpForo plugin.

    I made a quick test on my end but due to how this plugin calls the content even if it renders it won’t call the styles actions:

    https://monosnap.com/file/r1m0TfrvxeSlEEyDx1rqtcFrkMHhMu

    Unfortunately, this would be more of an issue in how WPforo calls the content, I suggest contacting this plugin support to verify why the shortcode is not being replaced on your end and if there is any hook that you can use to call the Form styles which should be something like:

    add_action( 'wpforo_hook', function() {
    
    		$poll_id = 41628;
    		$view = new Forminator_QForm_Front();
    		$view->model = Forminator_Poll_Model::model()->load( $poll_id );
    		$view->print_styles();
    		$view->enqueue_form_scripts( true );
    
    
    },0);

    Note, the wpforo_hook doesn’t really exist, it is just an example of how call the styles to render the Poll correctly.

    Let us know once hearing back from wpforo support.

    Best Regards
    Patrick Freitas

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @loehoafaq ,

    We haven’t heard from you for a week now, so it looks like you no longer need our assistance.

    Feel free to re-open this ticket if needed.

    Kind regards
    Kasia

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Forminator polls are not being rendered’ is closed to new replies.