• Resolved kriskraljica

    (@kriskraljica)


    Hi.

    I’m having problems with displaying form on my site if the shortcode is added to Toolset’s content template. The form is visible but it does not allow user to fill the empty fields. The button ‘pay now’ also doesn’t do anything.

    I’m guessing there is a problem with js but the console does not show any errors.

    Is there a way to add shortcode for generating a button to Toolset’s content template? What could be the problem?

    Thanks in advance.

    • This topic was modified 8 years, 8 months ago by kriskraljica.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support mbrsolution

    (@mbrsolution)

    Hi, does that template belong to a theme? Or is that theme you are referring too?

    Thread Starter kriskraljica

    (@kriskraljica)

    Hello.

    Template belongs to the Toolset plugin.
    The theme I’m using is Divi but I don’t think there’s a problem, because if I try to set up Buy now button on page – it works.
    But I kinda really need it to be in the template.

    Plugin Support mbrsolution

    (@mbrsolution)

    Thank you for providing more information. I have submitted a message to the developers to investigate further your request.

    Regards

    I don’t think that content area is filtering wordpress shortcode. You can ask them if they do shortcode rendering in that content.

    We can give you the php function that you can use to show the button if PHP code will work in that content.

    Thread Starter kriskraljica

    (@kriskraljica)

    Other shortcodes are handeled well.
    I would kindly ask you for the PHP function.

    Here is an example PHP code for it.

    
    <?php
    echo do_shortcode('[wp_braintree_button item_name="Test Product" item_amount="5.00" button_text="Buy This Item"]');
    ?>
    
Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Plugin integration into Toolset Content template does not work’ is closed to new replies.