• Resolved cedaly1968

    (@cedaly1968)


    So there is an advertisement now showing on my site for WordPress Download Manager and I did not put it there. Does anyone else have that going on? It is clearly code from wpdm that has been inserted in the footer on every single page without my knowledge. It needs to be off my site right now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter cedaly1968

    (@cedaly1968)

    <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>WordPress Download Manager – Best Download Management Plugin</p></div><div class=”modal-footer”> <button type=”button” class=”btn btn-danger” data-dismiss=”modal”>Close</button></div></div></div></div></div>

    Plugin Contributor Shahriar Alam

    (@shahriar0822)

    It is a placeholder text for a modal in Extended Shortcodes add-on. Maybe there is a JS error on your page. Otherwise, it stays hidden. You can also remove this text by editing /plugins/wpdm-extended-shortcodes/wpdm-extended-shortcodes.php file.

    Thread Starter cedaly1968

    (@cedaly1968)

    I coded out the section on the modal pop-up and now none of my pages are showing other than home page. This is a total disaster YUOU NEVER PUT YOUR CONTENT ON MY PAGES .

    Thread Starter cedaly1968

    (@cedaly1968)

    How do I remove extended shortcodes from the site – it is not a separate plugin.

    Plugin Contributor Shahriar Alam

    (@shahriar0822)

    It is a separate plugin. You can just delete it from the plugins page. Search for WPDM – Extended Short-codes in the plugins page, you will find it.

    Also, re-install Download Manager. I think you have edited Download Manager instead of WPDM – Extended Short-codes.

    Thread Starter cedaly1968

    (@cedaly1968)

    I deactivated Extended Shortcodes, now there is a string of pagination numbers running down the HOME page of a cathedral site when i enter a simple category shortcode.

    [wpdm_category id=”cathedral-bulletins” ?toolbar=”0″ order_by=”date” order=”desc” item_per_page=”3″ template=”597c895fea348″ ]

    https://www.saintjosephcathedral.org/

    Thread Starter cedaly1968

    (@cedaly1968)

    Fixed that problem – I copied your shortcode and the text for the quotes was not accepted in WordPress. Once I re-typed the quotes it sort of works. Now I have this mess:

    https://www.saintjosephcathedral.org/

    [wpdm_category id=”cathedral-bulletins” ?toolbar=”0″ order_by=”date” order=”desc” item_per_page=”3″ template=”link-template-default-wdc” ]

    For whatever reason, every shortcode now places a series of buttons below to move through ALL of the downloads. And items per page are running horizontally and overlapping each other instead of sorting vertically.

    I wish you would not change these. I am now up to 7 hours trying to repair one small section of my site that happens to be the homepage.

    Plugin Contributor W3 Eden, Inc.

    (@w3eden)

    If you want to show only 3 items, and skip pagination, add paging=0 with shortcode.

    [wpdm_category id='cathedral-bulletins' toolbar='0' order_by='date' order='desc' item_per_page='3' template='link-template-default-wdc' paging=0]

    Doc:
    https://www.wpdownloadmanager.com/doc/short-codes/wpdm_category-query-all-downloads-from-one-or-more-categories/

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘WPDM Advertising on My Site’ is closed to new replies.