Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello vinzen,
    Have you provided required data in widget?
    Please, provide your site’s url.

    Thread Starter vinzen

    (@vinzen)

    Yes, I’ve provided all the required data in the widget.
    The site is www(dot)aha-now(dot)com
    Thanks

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Can you mention the section where you wish to display social statics?

    Thread Starter vinzen

    (@vinzen)

    Between the 300×250 ad and the newsletter subscription form on the sidebar on any post.

    Presently you can see a blank space there. The plugin is still activated.

    Thanks.

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Plugin is being hidden because of css conflicts. Add following style in your site:

    .side-socials {
    overflow: visible !important;
    }

    This will make social statics visible.
    Since your background is white and icon used in this plugin is white too I suggest you to change icon color. You can use hover state position of icon which are in blue color.

    Thread Starter vinzen

    (@vinzen)

    Thanks for the code. But it hasn’t made any difference.
    Let me know if this won’t work then I’ll deactivate the plugin.

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    Hello vinzen,
    Plugin is working well in your site too. Its because of your css, plugin is being invisible.

    I have changed your css in browser and taken screenshot of your social static.
    See screenshot of your social static taken form your site in following link:
    http://www.mediafire.com/view/cl67b0ca418bbpp/screenshot-aha-now.png

    Add following css in your style sheet:

    .side-socials {
    overflow: visible !important;
    }

    .side-socials > ul {
    background: none repeat scroll 0 0 #CCCCCC;
    margin-top: 16px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 250px;
    }

    Thread Starter vinzen

    (@vinzen)

    Thanks for your help. Now I can see the widget, however, all is not well.

    I had to make some changes.
    I changes all “side” to “sidebar”, in your php and css.

    I changed side-socials class in your php to sidebar-widget.

    Now, I see the widget better. But not in horizontal format and without social icon image.

    You can see that I’m not a tech person and have no programming knowledge. I just hit & tried using Chrome inspect element.

    Can you further resolve the issue for me, so I can see the widget as you’ve shown in the screenshot you sent?
    Also, in the screenshot, the title of the widget is not appearing as the title of the other widgets in my blog sidebar.

    Thanks.

    Plugin Author Manesh Timilsina

    (@maneshtimilsina)

    I think you have solved this issue…

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘plugin not working’ is closed to new replies.