muslimzaidi145
asked 7 years ago

I am having an issue with the plugin. The plugin is showing emojis twice (both styles) and I want it show only one style. You can see the issue in the link below:https://d.pr/G4Ey
I only want the big reactions in the square, dont want the rounded ones. 

2 Answers
DominicStaff
answered 7 years ago

Please send me your site for further checking. 

Dominic Staff
replied 7 years ago

You can add the following code to the style.css file:

.single-post .entry .entry-reactions {
display: none;
}

muslimzaidi145
replied 7 years ago

Hello Dominic,
It didnt work. Any other solution?

Dominic Staff
replied 7 years ago

I have checked end it works fine, please send me username & password of your site for further checking.

DominicStaff
answered 7 years ago

I have checked your site and I can not access your php file to help you resolve the issue, in this case, you can open the single.php file to add the following code to the position that you want to show the reaction.

<?php echo do_shortcode( '[reactions style=2]' );?>
Dominic Staff
replied 7 years ago

If you don’t know about the php code, you can send me your FPT count, I will help you resolve it.

muslimzaidi145
replied 7 years ago

Thank you Dominic. I pasted the code on single.php and it worked. Thank you for your time and effort.

Dominic Staff
replied 7 years ago

My pleasure, if you have any issue and question please let me know, I will check and help you resolve it.

Powered by DW Question & Answer Pro