[ad_1]
@webtofly There is no error with the plugin.
You have placed the Shortcode in a hidden section (based within the style sheet of the theme or page).
You have a CSS rule that hides the parent element for smaller devices, such as mobiles:
[data-et-multi-view-load-phone-hidden=true]:not(.et_multi_view_swapped){ display: none!important; }
Look for the class: et_pb_code_inner in this page. You can load the inspector in your computer’s browser (press F12) to simulate the mobile view and see this for yourself.
