I use Grid Extension for display blog post.
it is possibile have a setting for display an social botton share?
Can you help me!?
Thanks
Lorenzo
I use Grid Extension for display blog post.
it is possibile have a setting for display an social botton share?
Can you help me!?
Thanks
Lorenzo
Hi there,
The skins that are available in the Grid does not have a social share link.
What you can do is you can create a custom skin. If you want to extend the current skin that you are using which is Maren, you can go to The Grid > Skin Builder > Import Demo Skins then the defaults skins will be installed. Click on Masonry Skin and the wrench icon of Marin (custom).
Click on Add Element then select HTML and click on Add to Skin for the first button.
Reposition the element by clicking and dragging it to the area where you want it to be displayed.
Double click the element then add this to the content field:
[share title="Share this Post" facebook="true" twitter="true" google_plus="true" linkedin="true" pinterest="true" reddit="true" email="true"]
Save the skin and go back to your grid and change the grid’s skin from Marin to Marin (custom).
Hope this helps.
ok!
i test this but now i display this
i wrong something?
Thanks
Lorenzo
Hi There,
That is because the Grid is overwriting the default styling of the icons. Please add this to Theme Options > CSS for adjustments.
body.page-id-256 .x-entry-share .x-share {
font-size: 21px;
line-height: 45px;
}
body.page-id-256 .x-entry-share .x-share:hover {
color: #fff !important;
}
Cheers!
Thanks!
Lorenzo
You’re more than welcome, glad we could help.
Cheers!
ok
but I would like to be able to share a post not the blog’s page
is it possible to insert this social share block at the bottom of the single post page?
Thanks
Lorenzo
Hello There,
Thanks for updating us in! Of course you can insert the shortcode at the bottom for each single blog post. I will just tell you that even if you add it at the bottom of the single blog post, it will still not display in the grid items in your blog index.
To add it in each of the single blog post, please check out this thread:
Hope this helps.
thanks
Lorenzo
You’re welcome.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.