Is it possible to remove (likes, tweets and posted in links)?
Thx
Is it possible to remove (likes, tweets and posted in links)?
Thx
Open up includes/loop-index.php and delete following code to remove the share buttons:
echo '<div class="like-count minor-meta">';
echo avia_facebook_like($id);
echo '</div><span class="text-sep like-count-sep">/</span>';
echo '<span class="tweets-count minor-meta">';
echo avia_retweet($id);
echo '</span><span class="text-sep tweets-count-sep">/</span>';Hello,
I've removed the code, but still seeing links. Any idea what may be causing this?
Thx
Hi,
Try to remove browser cache and history then reload the page. Can you give us the link to your website?
Regards,
Ismael
Hi,
Yeah I tried remove cache but still not working. Can I pm the link? Just to be sure we are talking about same thing, I'm trying to remove likes,tweets,posted in from single portfolio item page?
Thx
Hi O5,
You can send it to: sighlence13[at]gmail[dot]com
Regards,
Ismael
Hello Ismael,
I've sent link via email..
Thx
Hi O5,
Try adding this code to your Quick CSS or custom.css:
.single-portfolio .post-meta-infos {
display: none;
}
This will remove Likes, Tweets and Posted in on single portfolio page. Hope this helps. :)
Regards,
Ismael
Hello Ismael,
Worked great! Is it also possible to remove next and previous entry in this same manner?
Thx
Hi O5,
Try to add this code:
.single-portfolio .post_nav_container {
display: none;
}
This only remove those navigation on Single Portfolio. Hope this helps. :)
Regards,
Ismael
Hi,
Me it is the opposite. I would like to see the links.
I just install the theme Eunoia, and Facebook and Twitter links are not displayed under the posts.
I have not touched the CSS
Thanks
Hi,
Kriesi removed them because of incompatibility. Please use social plugins. You can try these.
http://wordpress.org/extend/plugins/addthis/
http://wordpress.org/extend/plugins/wp-socializer/
Regards,
Ismael
Thanks a lot,
I try the 2 plugins, and the first one (AddThis) is perfect !
Glad Ismael could help :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.