Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54921
    SK
    Member

    Hi, I absolutely love the Gridalicous theme. It fits my needs in so many ways. Thank you for your creativity.
    Is it possible to disable the links in the grid? I like the effect when the pointer hovers over the grid cell, and I like the words of the page title showing up there, but I would like to remove the “Read more…” and the actual linking that opens the page – so no link and no “read more” is preferred. Is this possible?

    Thank you for your reply.
    -S
    dietsaredone.com

    #54926
    Sakin
    Keymaster

    @SK: By default, there is no option to remove links and Read More.. from Gridalicious Free theme. You can remove read more easily by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    #featured-grid-content .more {
        display: none;
    }

    But for removing link, you need to build child theme and then copy function gridalicious_page_grid_content() to your child theme functions.php file and remove the link. You can check about Child theme at http://catchthemes.com/blog/create-child-theme-wordpress/

    Also you have option to upgrade to Pro version and you can change “Featured Page Grid Content” to “Featured Image Grid Content” which lets you to add title, content, link, image all options. So, just don’t add link and it will remove link and read more. For more about additional featured in pro version. Check out theme instructions page at http://catchthemes.com/theme-instructions/gridalicious-pro/

    #54963
    SK
    Member

    Perfect. Thank you for your complete answer.
    -Issue Closed

    #54966
    Sakin
    Keymaster

    @SK: Cheers 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to disable permalinks in grid?’ is closed to new replies.