Javascript 加上这个,同位素和nicescroll都在1中

Javascript 加上这个,同位素和nicescroll都在1中,javascript,jquery,css,jquery-isotope,addthis,Javascript,Jquery,Css,Jquery Isotope,Addthis,我有一个wordpress模板,其中包括一组来自addthis的共享按钮 <ul class="addthis extra"> <li class="addthis-hold"> <div class="addthis_toolbox" addthis:url="<?php the_permalink(); ?>"> <a class

我有一个wordpress模板,其中包括一组来自addthis的共享按钮

       <ul class="addthis extra">
            <li class="addthis-hold">
                <div class="addthis_toolbox" addthis:url="<?php the_permalink(); ?>">
                    <a class="addthis_button_compact" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/compact.png" width="102px" height="23" alt="email" /></a>
                    <a class="addthis_button_twitter" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/twitter-addthis.png" width="42" height="23" alt="twitter" /></a>
                    <a class="addthis_button_facebook" href="<?php the_permalink(); ?>"><img src="<?php echo GOODLAYERS_PATH; ?>/images/facebook-addthis.png" width="42" height="23" alt="facebook" /></a>
                </div>
                <script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-51238bfa52ea314a"></script>
            </li>
        </ul>

  • 在尝试重新绘制工具箱、domready设置等之后。。。唯一可靠的解决办法是换成一个扩展按钮。我可以改变“onmouseover”的位置,但感觉不对

    更改此选项:

    <a class="addthis_button_compact"><span>Share</span></a>
    
    共享
    
    为此:

    <a class="addthis_button_expanded"><span>Share</span></a>
    
    共享
    

    显示了模态版本,虽然这不是我最初的目标,但结果非常好。因此,尽管这可能不是解决问题的办法,但它是另一种选择

    我也有同样的问题。你找到解决方案了吗?我得到了鼠标悬停的位置,然后设置了位置-没有找到任何好的解决方案:我使用了稳定性的模态解。见下面的答案。我在同位素中添加了额外的元素,但没有任何东西感觉稳定~