Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1090010
    Cosawes
    Participant

    Hi there,
    Am working on this currently:

    Eating In


    and have a number of things on my wish list:
    1. I want to get rid of the post author, date and category from each of the grid entries, just leaving the place name and postcode.
    2. I would like the words “Read More” to simply say “Map” or similar, as the post itself merely has a google map and nothing to read!
    3. As my text on the left suggests, I’d like to somehow link straight from each post in the grid to the relevant website (opening in a new page). The hover link which appears at the top of each grid item seems the obvious place to do this as I do not need another if I manage to achieve 2. above.
    4. I have no use for the ‘+’ which appears in the hover link at the top of each post. Is it possible to get rid of it and just have the link as in 3. above centrally positioned?
    No much to ask for?!
    TIA

    #1090352
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in!

    1] To get rid of the author, data and category in each of the grid item, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    #top .tg-item-date,
    #top .tg-cats-holder,
    #top .tg-item-footer {
        display: none;
    }

    For better grid item controls, I would recommend that you use the essential grid plugin instead. With Essential grid, you can easily add or remove items in the grid. You can even link it to a custom url too! Right now all of these are not possible with the current grid plugin you are using.

    Hope this helps.

    #1090467
    Cosawes
    Participant

    Thanks for that … I’ve not tried essential grid before so will try it and see how that works out.
    Many thanks for the advice 🙂

    #1090484
    Christopher
    Moderator

    Please let us know if you have further questions.

  • <script> jQuery(function($){ $("#no-reply-1090010 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>