• I am surprise, nobody talks about adblock, since almost 50% users uses some kind of ad blocker.
    The blocks are not showing because of the common js and some css blocked by adblock.
    The only way I can use this is with the text template that don’t use these libraries.
    I use the template text with the html of the list template (image, text etc..) and I can see the products the way I want.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Hi,

    Maybe, it might be worth trying to rename the plugin installation directory from amazon-auto-links to something else.

    Plugin Author miunosoft

    (@miunosoft)

    In case anybody got concerned about this issue, the plugin FAQ has been updated by adding an entry about ad-blocks.

    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 ‘Adblock’ is closed to new replies.