Hi,
We might have a problem with Download Manager plugin. We found a heading “h4” in the footer, but it is empty. How can we remove it or change it as a paragraph? You will find the problem in the code below.
<div class="w3eden">
<div id="wpdm-popup-link" class="modal fade">
<div class="modal-dialog" style="width: 750px">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"></h4>
</div>
<div class="modal-body" id="wpdm-modal-body">
<p class="wpdm-placeholder">
[ Placeholder content for popup link ]
<a href="https://www.wpdownloadmanager.com/">WordPress Download Manager - Best Download Management Plugin</a>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal-dialog -->
</div><!-- /.modal -->
</div>
We wish you a good day,
Best regards,
Marius
Hello,
Hope you are well.
If you haven’t yet updated wpdm and other addons of wpdm, we recommend that you do so.
then if the issue still persists, please provide related links and temporary admin access in a private reply to check the issue further.
Thanks
Hello,
Hope you are well.
That is actually coming from the wpdm extended shortcodes addon of wpdm.
That is because of [popup_link]
this is not a short-code, but a template tag, you can use it with a link or page template if you want to open the package link in a bootstrap modal popup.
However, you can remove that section from ..\wp-content\plugins\wpdm-extended-shortcodes\wpdm-extended-shortcodes.php
this file. That unwanted div is from 278-299 number line.
You can clear that anytime which will not cause any issue I hope as you are not using any popup.
Thanks
Hi,
Thanks for the advice ! It worked, we succeed to remove what we wanted.
Have a nice day,
Sincerely,
Marius
The topic ‘Useless H4 on the footer’ is closed to new replies.