cornivusTR
Active member
https://wordpress.org/plugins/wp-report-post/ I have this plugin. how to integrated for dooplay.Help me pls.
Like This:
Like This:

Last edited:
modal not showing ? or what ?Manuel mode not working bro how to make?
This code not working:
<a href="#" post-id="<?php echo $post->ID; ?>" class="report-post-link">Report Inappropriate Post</a>
yes modal not showing how to fix problem can u help me?modal not showing ? or what ?
form reportyes modal not showing how to fix problem can u help me?
<script>
;(function($){
$('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e)
{
let parent = $('.remodal-wrapper.remodal-is-closed');
parent.children(":first").removeClass("remodal");
});
})(jQuery);
</script>
not working bro.form report
![]()
succes report
![]()
just add this js to footer.php
JavaScript:<script> ;(function($){ $('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e) { let parent = $('.remodal-wrapper.remodal-is-closed'); parent.children(":first").removeClass("remodal"); }); })(jQuery); </script>
click the link report then it will showing the modal.not working bro.
<a href="#" post-id="<?php echo get_the_ID(); ?>" class="report-post-link">Report Inappropriate Post</a>
<script>
;(function($){
$('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e)
{
let parent = $('.remodal-wrapper.remodal-is-closed');
parent.children(":first").removeClass("remodal");
parent.children(":first").css("background","#fff");
parent.children(":first").css("padding","5px");
});
})(jQuery);
</script>
//or you can try this
<script>
$('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e)
{
let parent = $('.remodal-wrapper.remodal-is-closed');
parent.children(":first").removeClass("remodal");
parent.children(":first").css("background","#fff");
parent.children(":first").css("padding","5px");
});
</script>
not working bro.click the link report then it will showing the modal.
HTML:<a href="#" post-id="<?php echo get_the_ID(); ?>" class="report-post-link">Report Inappropriate Post</a>
and try clear your cache, for me its not working too the modal didn't showing up but after i add js to remove class remodal its working fine like in the screenshoot
![]()
here the new js add background color and padding
JavaScript:<script> ;(function($){ $('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e) { let parent = $('.remodal-wrapper.remodal-is-closed'); parent.children(":first").removeClass("remodal"); parent.children(":first").css("background","#fff"); parent.children(":first").css("padding","5px"); }); })(jQuery); </script> //or you can try this <script> $('.report-post-link,.report-post-button,.report-post-custom-link,.report-post-custom-button').click(function(e) { let parent = $('.remodal-wrapper.remodal-is-closed'); parent.children(":first").removeClass("remodal"); parent.children(":first").css("background","#fff"); parent.children(":first").css("padding","5px"); }); </script>
for you, for me its working fine, i think there is another issue in your website, if you need help just tell us your website name so we can see directly to your websitenot working bro.
do u have telegram?for you, for me its working fine, i think there is another issue in your website, if you need help just tell us your website name so we can see directly to your website