• Resolved bezukhof

    (@bezukhof)


    Really need some help – I installed your plugin. Really liked it, but decided I needed something that I could apply site wide, and on mobile, too. I uninstalled it, but when I try to use my usual popup plugins GC Message Bar and Icegram, they will not display.

    I’ve deleted Corner Ad entirely, but I still can’t get those plugins to function. I have them up and running on other sites, so I know it’s not user error, and they wouldn’t run when Corner Ad was installed and active either.

    Is there some remnant of code I need to purge? Would really appreciate your response.

    https://www.ads-software.com/plugins/corner-ad/

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

    (@codepeople)

    Hi,

    Could you send me a link to the website with the issue to check if the plugin has been uninstalled correctly, please?

    Best regards.

    Thread Starter bezukhof

    (@bezukhof)

    Website is rockandrollator.com.

    Thanks.

    Plugin Author codepeople

    (@codepeople)

    Hi,

    I’ve checked your webpage and there are not any reference to the Corner Ad files, however, you should correct an uncaught javascript error in the “https://www.rockandrollator.com/wp-content/themes/ultimateazon/js/scripts.js” file, specifically in the line of code:

    $(".prod-sortable").tablesorter();

    with the error message:

    Uncaught TypeError: $ is not a function

    To solve this issue, modify the line of code:

    $(document).ready(function() {

    like follow:

    $(document).ready(function($) {

    Tip: Remember to clear the browser’s cache after edit the online file.

    Best regards.

    Thread Starter bezukhof

    (@bezukhof)

    Thanks for the response!

    Sorry for being a noob – but I’m Control-Fing try to find that snippet of code in my theme Editor and can’t find it. Any idea where it might be or how to access it?

    I tried using the file path you sent to locate, but not seeing any section similar to that:

    ultimateazon/js/scripts.js

    Plugin Author codepeople

    (@codepeople)

    Hi,

    The file is located in: /wp-content/themes/ultimateazon/js/scripts.js, but you should edit it through FTP.

    Best regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Conflict with other header/footer plugins’ is closed to new replies.