Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
The most important question I have is: How can I remove the Pinterest share button? It would be great if this was an option to turn on/off what social media icons you want vs turning all off or on.
Also, if I want to be able to email the picture/page, how would I do this with a button?
Also, how do I remove the “ALL” from showing at the top of the page?
Any way to get this module to display the text description of the photo somewhere on the page?
It only displays the title on the flip.
Thanks!
Related to FlipGrid module:
Here is CSS to hide Pinterest button:
span.thumbButton[title="Pinterest"] {
display: none;
}
Here is the CSS to hide ‘All’ button (note: you’ll not be able to show all images after you click any tag):
.gmListTtagsCloud ul li:first-child {
display: none;
}
Unfortunately, there is no way to show descriptions.
Thanks for the CSS code… It would be the perfect module if you could display descriptions either above the social media icons or to the right of the photo. Or if the social media icons could be moved to the right and description text at bottom of photo or even to the right as well.
The above can’t be done?