Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi raizaduran. It would be helpful if you could post links to the two sites. Makes it easier to see what’s happening. Thanks.

    Thread Starter raizaduran

    (@raizaduran)

    Here is the link: https://www.indiavirtualinfo.com/blog/discover-beautiful-valleys-india/

    On my one laptop I can see the fb button in share icons, but in my another laptop I can’t see the fb button. That’s the catch.

    Not sure what that would be. The source code for the page is all there. I can see all three links on my desktop view. Have you tried a different browser?

    Thread Starter raizaduran

    (@raizaduran)

    That I didn’t check. I only tried on chrome. Let me check it.

    In fact it was strange since the source code is there and it’s visible on one machine’s chrome browser but not on another machine’s chrome browser.

    Thread Starter raizaduran

    (@raizaduran)

    I don’t know what happened to it, so I tried a new plugin “sharify”

    which is looking something like this now
    https://www.indiavirtualinfo.com/blog/discover-beautiful-valleys-india/
    some UI changes needed for that I tried these codes, but no luck ??

    can you help please?

    /* change post content links to blue */
    article .entry-inner a {
        color: #00f;
    }
    
    /* sharify font color in white */
    .sharify-container li a {
    color: #fff !important;
    }
    
    /* bullet points removal on sharify*/
    .sharify-container ul {
    list-style-type: none;
    }

    Looks like the first two are working. Try this for the bullet points:

    /* bullet points removal on sharify*/
    .sharify-container ul li {
        list-style-type: none;
    }
    Thread Starter raizaduran

    (@raizaduran)

    Thank you Bdbrown ??

    You’re welcome. I see you changed plugins but glad it’s working now.

    Thread Starter raizaduran

    (@raizaduran)

    Yes I changed it later, and pretty much satisfied with the current one. But as usual, you’ve been always very much helpful. Thanks again.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Social share icons are different in two machines’ is closed to new replies.