• Resolved egiorgio24

    (@egiorgio24)


    I work locally and have set up a site with the Amazon Auto Link plugin.

    When I go to transfer it to the final site, the plugin stops working, the plugin icon does not appear but only the name in the WordPress menu, and both units and settings load endlessly without showing anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter egiorgio24

    (@egiorgio24)

    Adblocker problems, thank you

    Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Glad to hear you’ve found the cause.

    For your information, the plugin FAQ has been updated by adding an entry about ad-blocks. This is for those who are concerned about the visibility of affiliate links to site visitors.

    To work around it, either rename the plugin installation directory, amazon-auto-links to something else or install from the GitHub repository using the Git Updater plugin.

    Then add the following code in the functions.php file.

    add_filter( 'aal_filter_plugin_slug_output', 'func_aal_filter_plugin_slug_output' );
    add_filter( 'aal_filter_plugin_slug_oembed', 'func_aal_filter_plugin_slug_output' );
    function func_aal_filter_plugin_slug_output( $slug ) {
         return 'aal';
    }
    
    Auto Amazon Links – FAQ

    The directory name must not contain the string amazon-auto-links.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem during website transfer’ is closed to new replies.