-
AuthorPosts
-
June 11, 2014 at 1:20 am #277321
Hi,
I want to add a hear like button to my blog posts and my portfolio pages such that every time a person clicks on it it turns red and add up one to the total number of likes.
Do you have any solution?
-Amir
June 11, 2014 at 3:19 am #277337Hi afarahani!
Thank you for using the theme.
Are you going to sync it on your facebook account? You can try to use social button or sharing plugins like the following:
https://wordpress.org/plugins/socializer/
https://wordpress.org/plugins/simple-social-buttons/
http://wordpress.org/plugins/addthis/Best regards,
IsmaelJune 11, 2014 at 10:09 pm #277740Thanks for the reply.
I was looking for something like this (look at the heart like button): http://five-demo.squarespace.com/blog/2012/9/27/fermentum-fringilla-inceptos
or even this: http://artbees.net/themes/jupiter-demo/semper-at-egestas-sed-elementum-in-justo/thanks
AmirJune 11, 2014 at 10:49 pm #277759Hi Amir!
Enfold doesn’t have that feature, you’d need to seek for a third-party plugin, like:
http://www.themezilla.com/plugins/zillalikes/Regards,
JosueAugust 3, 2017 at 4:39 am #833735How can I move the heart button from below author section to the top below heading (or somewhere else) in the post. Please see below.
August 5, 2017 at 1:23 am #834544Hi!
I could not find a heart like button on your page. Could you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
Cheers!
YigitAugust 5, 2017 at 10:31 am #834681check below the author box in the following post:
August 5, 2017 at 11:02 am #834695Hey!
Please try adding following code to Functions.php file in Appearance > Editor
function av_move_icon(){ ?> <script> jQuery(window).load(function(){ jQuery(".single .dot-irecommendthis").detach().appendTo('.single h1.post-title.entry-title') }); </script> <?php } add_action('wp_footer', 'av_move_icon');
Regards,
Yigit- This reply was modified 7 years, 3 months ago by Yigit.
August 6, 2017 at 1:41 am #834917August 7, 2017 at 12:48 pm #835336Hi,
Please change the code to following one
function av_move_icon(){ ?> <script> jQuery(window).load(function(){ jQuery(".single .dot-irecommendthis").detach().appendTo('.single .blog-categories.minor-meta') }); </script> <?php } add_action('wp_footer', 'av_move_icon');
Best regards,
Yigit -
AuthorPosts
- You must be logged in to reply to this topic.