• Resolved niteshimmply

    (@niteshimmply)


    Hello Sir,

    If i wanted to show share buttons only in single post page. so how can i set this.
    I dnt want to show this to on home page, category page and page. how to do this.

    Thanks

    • This topic was modified 7 years, 4 months ago by niteshimmply.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello niteshimmply,

    Follow below screenshots:

    Hope this will helps you.

    Thread Starter niteshimmply

    (@niteshimmply)

    Hello Saurabha

    Thanks for your reply.

    Yes. that’s working nice. perfectly in single page.
    but i wanted it to show in left side of window. like this pls check below screendshot.

    http://screencast.com/t/hIHiEteoFPy

    only for single post page.

    Thanks
    Nitesh

    • This reply was modified 7 years, 4 months ago by niteshimmply.

    Hello niteshimmply,

    It can be done by css.Don’t Change above settings.Put below css into Additional CSS textarea and click Save Changes button.

    
    .addtoany_content_bottom {
       animation: 0.2s ease-in 0s normal none 1 running a2aFadeIn;
       background-color: #fff;
       border-radius: 6px;
       padding: 4px;
       position: fixed;
       z-index: 9999995;
       top: 150px;
       left:0;
    }
    .addtoany_content_bottom a{
       clear: left;
       display: block;
       overflow: hidden;
       padding: 4px;
       text-decoration: none;
    }
    

    Hope this will helps you.

    Thread Starter niteshimmply

    (@niteshimmply)

    Hello Saurabha

    Thank you so much

    Yes.. Its work perfectly. my issue solved.

    Thanks
    Nitesh

    • This reply was modified 7 years, 4 months ago by niteshimmply.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Allow to show only in Single Post’ is closed to new replies.