David
asked 8 years ago

enter image description here

I updated and installed the required DW Social Share plugin. Now my posts look like the above image. I checked the page source and found no html within that div after the SHARE heading.

2 Answers
DominicStaff
answered 8 years ago

Hi,
At the moment, you are using the older version of DW Social Share plugin, please download new version here: https://wordpress.org/plugins/dw-social-share/
Regards,

david rummelhoff
replied 8 years ago

I had the version that was bundled with the theme, and the only one available up until about an hour ago.

I had to uninstall and delete the plugin and then reinstall in order to get it working. However, the styling is messed up…

enter image description here

AND

enter image description here

In the bottom image, you can see that the boxes are offset a few pixels to the right.

Also, it’d be nice to have share counts.

DominicStaff
answered 8 years ago

About your issue, you can add the following code to the style.css file:

.post .entry-sidebar .dwss-style-7 a:hover {
    background: none;
    border: none;
}
.post .entry-sidebar .dwss-style-7 a {
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.post .entry-sidebar .dwss-style-7 li {
    width: 100%;
}
.post .entry-sidebar .dwss-style-7 span {
    float: left;
    width: 80px;
}

.dw-social-share li {
    padding: 0px;
}

Hope this helps !

Powered by DW Question & Answer Pro