Tagged: social sharing
-
AuthorPosts
-
May 29, 2014 at 9:18 pm #272033
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,
MikeMay 29, 2014 at 9:23 pm #272036Hi digilu!
Please refer to Peter’s post here – https://kriesi.at/support/topic/share-icons-on-pages-and-portfolio-items/#post-260646
Cheers!
YigitMay 30, 2014 at 12:30 am #272170That 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,
MikeMay 30, 2014 at 12:39 am #272171Hey!
Please find following line
if($context == "page" || $context == "single-portfolio")and change it to
if($context == "page" || $context == "single-portfolio" || $context == "blog" )Cheers!
YigitMay 30, 2014 at 12:50 am #272173June 3, 2014 at 7:45 am #273757Hi!
Please try this code instead:
if($context == "page" || $context == "single-portfolio" || $context == "post" )Best regards,
PeterJune 3, 2014 at 7:42 pm #274121This 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
June 3, 2014 at 7:43 pm #274122Individual post example:
http://cphac.com/blog/summer-energy-savings-use-ceiling-fans-raise-thermostatBlog summary page:
http://cphac.com/blog/June 3, 2014 at 8:06 pm #274149Hi!
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,
YigitJune 3, 2014 at 8:57 pm #274182This reply has been marked as private.June 3, 2014 at 9:04 pm #274188Hi!
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,
YigitJune 3, 2014 at 9:27 pm #274204Thank you. Feel free to close this ticket.
Again, thank you.
Mike
-
AuthorPosts
- The topic ‘Social Sharing Widgets on all pages and /blog page and trimmed posts’ is closed to new replies.
