Skip Navigation

[Résolu] Modal/PopUp to display CRED

Ce fil est résolu. Voici une description du problème et la solution proposée.

Problem:
I use a Plugin (https://wordpress.org/plugins/popups/) to create Pop Ups and in one of them, I want to display a CRED Create Post Form.
It does not show the Form in the Pop Up.
What can be the issue?

Solution:
Probably the issue you experience is due to the AJAX Mode you have set in the Plugins settings.

It is stated by the Plugin author there that it won't work with several plugins.

This might be the case with several other plugins that load modal or pop ups via AJAX.

Hence, that option has to be disabled, it does virtually not affect what you see on the site.

This support ticket is created Il y a 6 années et 10 mois. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 5 réponses, has 2 voix.

Last updated by Charles Il y a 6 années et 9 mois.

Assisted by: Beda.

Auteur
Publications
#549177

Support,

I am having trouble getting my Contact Seller form to load inside a modal.

Click Contact Seller box here: hidden link

It loads the modal, but not the form. I am using this plugin: https://wordpress.org/plugins/popups/

However, the form did load when using this plugin: https://wordpress.org/plugins/popup-maker/
I did not like that plugin so am not going to use it. I am more familiar with the plugin I wish to use, the active one.

*I create my templates in Cornerstone and load them into the toolset content templates.

Can you please assist?

Thanks,
Chuck

#549750

It depends a lot on how that Plugin creates the Modal.
Usually, I suggest using Bootstrap for this sort of things.
With some simple HTML, you can create the modal on your own, there is no need for a Plugin:
hidden link

Now, if you would like to use that Plugin, I need the exact steps you follow to insert a CRED From to the Modal.
I can then follow those steps locally and see what is the issue.

I enabled a Private form, in case the instructions you submit are somehow sensitive.

Thank you

#550251
Bildschirmfoto 2017-07-19 um 14.40.56.png

If you use that code, simply put that code in the Text Editor with which you edit your page.

You will need Toolset to load Bootstrap.
This is done in Toolset > Settings > General > Bootstrap Loading.
Only if your theme already loads bootstrap, you should choose "My theme already loads bootstrap"

If you prefer to use your plugin, I tried it and it works just fine.

1. Download the Plugin
2. Add a Create post CRED form in the PopUp Text Editor
3. Call the Pop Up by creating a simple button like this:

<button class="spu-open-151" id="spu-151">tet</button>

The CRED form is perfectly visible in the Pop Up.
This won't work for EDIT forms, because edit forms need a Content Template approach:
https://toolset.com/documentation/user-guides/displaying-cred-editing-forms/

Probably the issue you experience is due to the AJAX Mode you have set in the Plguins settings.
It is stated by the Plugin author there that it won't work with several plugins.

Hence, this has to be disabled.

#550386

AJAX was the problem. I disabled it and the form is showing now.

Thank you,
Chuck

#554139

Beda,

I want to try the modal again. Right now my contact seller button directs to a page. It would be much cleaner if there was a modal instead

Here is a page with a contact seller button: hidden link

Here is the code for the element that contains the contact seller button:

[x_raw_content ][prompt type="left" title="Asking Price" message=[types field='price'][/types] button_text="Contact Seller" href="<em><u>hidden link</u></em>"][/x_raw_content]

Where would I input the modal?

<!-- Trigger the modal with a button -->
<button type="button" class="btn btn-info btn-lg" data-toggle="modal" data-target="#myModal">Contact Seller</button>

<!-- Modal -->
<div id="myModal" class="modal fade" role="dialog">
  <div class="modal-dialog">

    <!-- Modal content-->
    <div class="modal-content">
      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal">&times;</button>
        <h4 class="modal-title">Contact Seller</h4>
      </div>
      <div class="modal-body">
	[cred_form form='contact-seller-form' form_name='Contact Seller Form']
      </div>
      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
      </div>
    </div>

  </div>
</div>

Not saying that the modal code is correct, but how/where would I put that into the existing element?

Thanks,
Chuck

#554140

I had problems with the modal plugin I was using before. It was not loading properly on the page.

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.