-
AuthorPosts
-
April 7, 2016 at 1:01 pm #871576
Hello,
I have been playing with The Grid for a few days now and believe it to be really good. I was wondering if there is a way to remove the hearts and the next page/social sharing options on the top left of each featured image?
Also, how do you change font options?
Thanks in advance!
P.S. The developer wrote the following in response to my request in codecayon.net:
Hello,
For setup and integration issues, please contact the theme author directly. With some custom css code to add in The Grid settings it’s possible to remove any element in a skin.
If you need direct support from us as well as automatic updates in the backend, you can purchase a plugin license from us. Thank you.
Themeone
– This is why I am making this request here.
April 7, 2016 at 1:07 pm #8715811 more thing: Is there any way to remove navigation completely as in the next and previous elements as well as the page numbers?
April 8, 2016 at 12:40 am #872354Hello There,
Thanks for writing in! To assist you better with this issue, would you mind providing us the url of your site with login credentials, if necessary, so we can take a closer look? This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password (only if necessary)Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.
And for the navigation, simply limit the number of items to display inside the grid or you can go to the layouts tab and remove the pagination (http://prntscr.com/apkb0z)
Hope this helps.
April 8, 2016 at 8:46 am #872822The site is an internal only corporate site so I cannot share the link unfortunately. Please guide me the best you can.
April 8, 2016 at 10:38 pm #873661Hello There,
Could you please provide us a screenshot of your grid so that we could have an idea of what grid looks like and possible what skin you are using?
Thank you.
April 10, 2016 at 9:51 pm #875808I cannot share a screenshot of the grid as it is a corporate internal only site. I can however let you know that the layout is a masonry style with featured image at the top of each post (each image has a page turning arrow symbol on the upper left hand corner when clicked reveals social media share icons I want to remove) along the title and a brief excerpt from the post underneath. Each post has a heart to like the post as well that I want to remove. I hope this helps you give me what I need to remove the arrows, social media sharing option as well as the hearts on the bottom right of each post. Please advise.
Thanks in advance!
April 11, 2016 at 5:41 am #876233Hi,
To remove it, you can add this under Custom > CSS in the Customizer.
.tg-item .tg-item-share-holder, .tg-item .to-heart-icon { display:none !important; }
Hope that helps.
April 27, 2016 at 11:56 am #902587I figured out how to remove the number to the right of the comment (see picture) by adding .tg-item .to-like-count to the above code in the event anyone sees this thread and wants to know. Here is the CSS:
.tg-item .tg-item-share-holder,
.tg-item .to-heart-icon, .tg-item .to-like-count {
display:none !important;
}April 27, 2016 at 11:20 pm #903470Glad that you figured it out and thanks for sharing with us. Feel free to let us know if you face any other issue. We’ll be happy to assist you.
Thanks for using X.
Cheers!
-
AuthorPosts