Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you send me a link to the web page that includes the corner ad to check the issue in detail, please?

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    Could you send me a link to the web page that includes the corner ad to check the issue in detail, please?

    Best regards.

    Thread Starter Chris Katthage

    (@chris-katthage)

    Thread Starter Chris Katthage

    (@chris-katthage)

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’ve checked your webpage. The issue is caused by the way the jQuery framework is included in your website. jQuery is not available when the plugin’s code calls to the routine to generate the corner ad. However, I’ve published, just now, a plugin update to prevent similar situations. Please, install the latest update, and let us to know the result.

    Thank you very much for using our plugin.

    Thread Starter Chris Katthage

    (@chris-katthage)

    After updating the plugin to the new version the following happens.

    1. The add will appear once. To make it appear again you have to refresh the page (F5)

    2. Instead of appearing in the top left corner it now appears on the left of the “Page Title Bar”

    PS. Thanks for working with me on this.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The issue you describe is a conflict between the styles of your theme and the corner ad. Please, follow the steps below:

    1. Open the “/wp-content/plugins/corner-ad/js/cornerAd.min.js” file with the text editor your choice.

    2. Go to the snippet of code:

    position:absolute;width:100px;height:100px;top:0;

    and modify it like follow:

    position:absolute;width:100px;height:100px;top:0;z-index:999999;

    3. Finally, clear the browser’s cache after edit the online file.

    This modification will be included in the plugin’s distribution.

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’ve published the update.

    Thank you very much for using our plugin.

    Thread Starter Chris Katthage

    (@chris-katthage)

    Thank you for the great support. I will purchase the commercial plugin

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Corner Ad stop working after new version update’ is closed to new replies.