Viewing 8 replies - 1 through 8 (of 8 total)
  • Sorry for the problems you’re encountering, but could you please go to the AddThis Smart Layers setting page and try disabling and re-enabling the layers. The code being inserted into the page is invalid and I’m hoping by disabling and re-enabling the layers, it should fix the problem. Please let me know if you still have problems after trying this.

    @elmalak: Also we would like to know which version of WordPress you are using.

    We have a quick fix in place now in our development version of plugin. Please try installing the dev build and let us know if it fixed the issue.

    Thread Starter elmalak

    (@elmalak)

    Hi,
    Thank you for the prompt response and solution tips.

    I am using the latest WP 3.6.1

    I’ve tried to de-activate and re-activate and this seems to have solved the issue and the smart layers now appear normally.
    But when I try to customize it with my own settings that’s where it disappears again!

    I’ve used the dev build, and it works even with changing settings and customization.

    By the way, I wanted to know whether your scripts gets called in the header or footer? as I wanted to move my scripts to the footer so they don’t slow down the site loading as recommended by Google page speed service. And I wonder if that’s an option that you can provide within the plugin settings?

    Many Thanks.

    @elmalak, glad it’s working now. We insert our code into footer of the page. We also only load a single asset which then asynchronously loads the required JS/CSS for Smart Layers to optimize performance.

    Thread Starter elmalak

    (@elmalak)

    Hi,
    Thanks for the info, I am glad to hear so.

    I’ve just upgraded the plugin to the Version 1.0.2, and now it disappeared again!

    Not really sure why this is happening!

    @elmalak: Sorry to hear that. We had to remove the temporary fix made in the dev build for fixing the issue in the new version. The issue is because of additional character escaping of strings made while saving the code. For a better fix, I would like to know the version PHP in your installation and the plugins you are using. We will try to recreate the environment and reproduce the issue. You may mail the details to srijith[AT]addthis.com if you prefer.

    For getting back the temporary fix which we removed in the update, edit the file:
    addthis-smart-layers/views/smart_layer_include.php, where you need to change the line:

    $addthis_smart_layer_include = 'addthis.layers(' . get_option('smart_layer_settings') . ');';

    to:

    $addthis_smart_layer_include = 'addthis.layers(' . stripslashes(get_option('smart_layer_settings')) . ');';

    Thread Starter elmalak

    (@elmalak)

    Thank you for the help.
    It fixed the issue and the smart layers show up now.

    I will email you the details you requested.

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Not showing at all’ is closed to new replies.