[sprp_report] shortcode button disappears on mobile
-
Hi,
I’m using the Some Plus Report Post shortcode directly in my theme PHP template:
<?php echo do_shortcode('[sprp_report class="softfully-report-button"]'); ?>Auto Append Report Button is disabled.
The shortcode-generated Report Post button is visible on desktop, but it is completely missing on mobile.
My CSS for the button is:
.sprp-wrapper {
display: block;
float: right;
width: 100%;
margin: 15px 0;
clear: both;
text-align: right;
}I also tested:
.sprp-wrapper {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}but the button still does not appear on mobile.
There are no responsive rules in my CSS that hide .sprp-wrapper, .sprp-button, or .softfully-report-button.
Could you please check whether the [sprp_report] shortcode has any device-dependent rendering, viewport detection, or JavaScript condition that could prevent the button from being output/displayed on mobile or tablet?
I want the same single shortcode-generated Report Post button to appear on desktop, mobile, and iPad, without using Auto Append.
Thank you.
The page I need help with: [log in to see the link]
You must be logged in to reply to this topic.