Plugin Outside Page Flow

Hi. I’ve written a plugin that just outputs a dropdown. I’ve placed the shortcode for the plugin within a text element but it gets written outside of the text element under the column. What can I do to make the output show up where the shortcode is placed?

Thanks.

Hello @tektonministries

Thanks for writing to us,

It might be the issue of Markup (HTML) that you are trying to render from your custom shortcode or styling issue of the dropdown. You need to learn how to use the browser’s element inspector to check your custom shortcode issue.

Please note that we do not provide custom development support. It is out of the support scope.

Thanks for understanding

Thanks Prakash. I did use the inspector to see that the output is in the wrong spot under the column instead of the text element where the shortcode is placed.

This is the output from the shortcode:
<select><option value="">Select...</option></select>

This is where the shortcode is placed in the text element:
<div class="attendee-select">
[Shortcode]
</div>

I’ve attached the output html in a screenshot

Hi @tektonministries,

Regretfully, providing custom code or creating custom plugins is outside the scope of your theme support. You may seek 3rd party developers or you can avail our One Support where it will answer all your customization.

Hope that helps and thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.