• Resolved eddydavik

    (@eddydavik)


    Since the latest update, the AddToAny plugin seems to be interfering with another plugin, WP RSS Aggregator.

    In the settings, I have AddToAny to only display at the top and bottom of posts. However, it’s trying to add an iframe to the end of a php script below that has nothing to do with the plugin, cutting everything below the script from being seen on the index.php (only affecting the index.php file).

    <?php wprss_display_feed_items( $args = array( 'source' => '879' )); ?>

    What’s being added to the end of the index.php in place of everything below the php script:

    </div>
    style="position: static;">
    ediv style="height: 1px; width: 1px; position: absolute; z-index: 100000; to
    p: 0px; visibility: hidden;">
    <iframe id="a2a_sm_ifr" title="AddToAny Utility Frame"
    transparency="true"
    allowtransparency="true" frameborder="?" src="https://static.addtoany.com/
    menu/sm.23.html#type=core&event=load&url=h3Flang&3Den&referrer=https%3A%2
    F&2F____________&2F&3Fp&3D2246&26lang&3Den" style="height: 1px; width: 1p
    x; border: 0px;
    left: 0px; top: 0px; position:
    absolute; z-index:
    100000;
    display: none;">
    document
    </iframe>
    </div>
    </div>
    </body>
    </html>

    When I open a post, the AddToAny plugin is working as it should and looks the way it’s supposed to look. Only the front page index.php is being affected. If I delete the php script for the other plugin, the iframe goes away too.

    When AddToAny plugin is activated, I don’t see this iframe on the posts.

    • This topic was modified 2 years, 7 months ago by eddydavik.
    • This topic was modified 2 years, 7 months ago by eddydavik.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘addToAny interfering with another plugin?’ is closed to new replies.