Tagged: social sharing
We would like to have the social sharing icons on the bottom of all of our standard pages, and the trimmed content snippets on the /blog page.
Please advise,
Mike
Hi digilu!
Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
Cheers!
Yigit
That works for the pages, but not the blog page.
The individual blogs themselves have the social links, but not the main blog page that lists all of the blogs with clickable titles.
Thank you,
Mike
Hey!
Please find following line
if($context == "page" || $context == "single-portfolio")
and change it to
if($context == "page" || $context == "single-portfolio" || $context == "blog" )
Cheers!
Yigit
Hi!
Please try this code instead:
if($context == "page" || $context == "single-portfolio" || $context == "post" )
Best regards,
Peter
This worked to add the social sharing icons on the posts on the blog summary page, but now there are TWO sets of sharing widgets on the individual pages.
This change also made the pictures and duplicate pictures show up on the summary page.
Please advise ASAP, because this site is live.
Thank you,
Mike
Individual post example:
http://cphac.com/blog/summer-energy-savings-use-ceiling-fans-raise-thermostat
Blog summary page:
http://cphac.com/blog/
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.av-share-box:nth-child(2) {
display: none!important;
}
Best regards,
Yigit
Hi!
You had minifying feature enabled on Total Cache plugin. I disabled and refreshed and now it is working fine. Please review your website now
Best regards,
Yigit
Thank you. Feel free to close this ticket.
Again, thank you.
Mike