Tagged: x
-
AuthorPosts
-
July 24, 2016 at 12:33 am #1100395This reply has been marked as private.July 24, 2016 at 1:15 am #1100422
Hello There,
Thank you for the clarifications!
To remove just the popup icon, please use this code:
.pracia .tg-media-button .tg-icon-add { display: none; }
And if you want to remove the overlay, please use this code:
.tg-item .tg-center-inner { display: none; }
Because the grid is utilizing the skin, these code may not work is some other grids. The code will only apply to the grid using the skin that use the classes in the code given. This is also why the other previous codes work in some grid and does not affect other grid.
Hope this helps.
July 24, 2016 at 1:27 pm #1100887The code for pracia worked great but the single icon left is now off-center (to the right). Can we add additional code to make the article hover/popup url link centered?
July 24, 2016 at 6:57 pm #1101078Hi there,
Sure, please add this as well,
.pracia .tg-link-button { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
Hope this helps.
July 24, 2016 at 7:50 pm #1101168This reply has been marked as private.July 24, 2016 at 9:23 pm #1101231Hi there,
Please add this as well,
.pracia .tg-link-button .tg-icon-link { display: none; }
Thanks!
July 24, 2016 at 9:39 pm #1101244This reply has been marked as private.July 24, 2016 at 11:11 pm #1101318Hi there,
The + icon right? Please add this as well, it’s not centered due to hidden element.
.pracia:hover .tg-link-button { display: none; }
Thanks!
July 24, 2016 at 11:20 pm #1101326PERFECT! Mission accomplished! And as always, thank you!
July 25, 2016 at 12:49 am #1101381You’re welcome! We’re happy to help you out.
If you need anything else we can help you with, don’t hesitate to open another thread.July 25, 2016 at 11:29 am #1102103This reply has been marked as private.July 25, 2016 at 12:50 pm #1102235This reply has been marked as private.July 25, 2016 at 6:22 pm #1102598This reply has been marked as private.July 26, 2016 at 11:41 pm #1104599Hi There,
Upon checking, the plus sign is now disable using the following CSS:
.tg-icon-add:before, .tg-media-button, .tg-icon-add, .tg-icon-link:before { display: none; }
When I tried to hover and click it now goes to the article. Can you confirm that this issue is now sorted out? Thank you.
August 24, 2016 at 7:34 am #1144600This reply has been marked as private. -
AuthorPosts