Forum Replies Created
hello, no replay so far, can you direct me how to do that?
If possible tell me the file name so i can look at the code and try to customize it.
Seems like Plugin Name: “WPDM – Extended Short-codes” adds the following code (starts on line 500):
`
function wpdm_popup_link()
{
//return;
?>
<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><a href=”http://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>
`
Deactivating it solved the issue
sucks.