Samuel Straka
asked 7 years ago

When I display post page with sidebar social media an “like” icons are display two time under footer. One bellow post and second bellow sidebar.
https://drive.google.com/open?id=0B65XCV6Ol91cOUJyUlByQWd2aWs

1 Answers
DominicStaff
answered 7 years ago

Yes, I think you are using the plugin to show the social share in the theme and configured to show under the post. If you want to hide this section under the post you can add the following code to the style.css file:

.single-post div.sharedaddy, 
.single-post div.sharedaddy,
.single-post div.sharedaddy {
     display: none;
}
Samuel Straka
replied 7 years ago

Dominic, thanks. Of course, it solve main problem and it eliminate double possition of sharing social icons under my footer. But unfortunately sharing icons what are active bellow posts are without count fo sharing.
I don’t have any different result if I have active your DW Social Icon Share plugin or not.
I think there would be better to solve this problem in your theme and its compatibility with some other plugins. Or publicize full documentation for your theme with concrete recommendation …

Dominic Staff
replied 7 years ago

Yes, we will try to publish the document guide for the DW Focus 2 as soon as possible. Also, I see the Question about the captcha has closed. I wondering, if you still face their issue, please let me know, I will help you resolve it as soon as possible.

Samuel Straka
replied 7 years ago

Dominic, I closed my question about captcha because it seems that it is solved. Not perfectly but solved. But my problem with social icons is solved also not good foor me.
After your recommended code added to style.css double social color icons are out bellow footer. Now I have gray social icons bellow post only and it work good for sharing to facebook and twitter too. Bad for me is that quantity of sharings is not displayed with this icoon like for color icons.
Frankly speaking I don’t know what plugin solve this gray social icons because they are display when your DW Social Icons are activate and aslo inactivate. I don’t understand that your own plugin for social icons don’t work correctly with your own theme. Could you explain me it ? Could you look to my web and also to my administraton if you need ? I will not change anything with social icons till I will receive your answer.

Dominic Staff
replied 7 years ago

Yes, I know what you want.
At the moment, we are using the code in the PHP file to create the social share under the single post, you can open the sharing.php file in the inc/customize/ folder. If you want to remove our social share and use the plugin, you can use the following code:

.post .entry-sharing { display: none; }

Samuel Straka
replied 7 years ago

Dominic, are you sure you write about FOCUS 2.1.0.1 theme ? There is not inc/customize folder and also file sharing.php doesn’t exist in this theme.

Dominic Staff
replied 7 years ago

I have checked in the older version 2.1.0.0. Sorry about that, In the latest version we have add the social code in the single-post.php file in the customize/pages-layout/ folder.

Samuel Straka
replied 7 years ago

Could you please correct your code:
.post .entry-sharing { display: none; }
to 2.1.0.1. version and for file single-post.php ?
If I added this code above to file single-post.php it is syntax error.

Dominic Staff
replied 7 years ago

No, If you want to remove it, you can add the code to the style.css file.

Samuel Straka
replied 7 years ago

Dominic thanks. I have placed it to stye.css in my child theme and it help to remove your DW icons without counting bellow posts.
You can imagine it is not optimal solution but I use plugin emailit for social sharing. I am able to place by shortcode social share icons above and/or bellow post when I place this shortcode to these posts.
By this way I don’t have any social icons under my footer like previous.

Dominic Staff
replied 7 years ago

Yes, If you have any issue or question, please let me know, I will check and help you resolve it as soon as possible.

Powered by DW Question & Answer Pro