Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #871576

    cgranthd
    Participant

    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.

    #871581

    cgranthd
    Participant

    1 more thing: Is there any way to remove navigation completely as in the next and previous elements as well as the page numbers?

    #872354

    Rue Nel
    Moderator

    Hello 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.

    #872822

    cgranthd
    Participant

    The site is an internal only corporate site so I cannot share the link unfortunately. Please guide me the best you can.

    #873661

    Rue Nel
    Moderator

    Hello 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.

    #875808

    cgranthd
    Participant

    I 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!

    #876233

    Paul R
    Moderator

    Hi,

    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.

    #902587

    cgranthd
    Participant

    I 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;
    }

    #903470

    Rupok
    Member

    Glad 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!