Posted: August 20, 2018 at 7:22 am
|
Hello, I would like to make the whole picture in the grid view clickable instead of only the words “register”. Is that somehow possible? Kind regards! |
Hi Miet, You can add the following CSS to your site’s Customize > Additional CSS panel:
Please note the last 4 values in the above (font-size, line-height, top, and top) may need to be tweaked a bit depending on the titles of the events & your WordPress theme. |
|
|
Hello, This is just perfect! This is what I made of it: https://bazarts.be/vrije-tijd/in-de-hangar/ Now there’s only one little thing I would like to do and I hope it’s possible, because it would make my site just the way I want it to be. Is there a way to make the title, which is already below the picture, be always visible and not only on hover. So the you see the picture and the title always, and the date and link only on hover…? I really hope it’s possible… Kind regards, |
Hi Miet, The way the markup is structured would not allow for showing the title always, without showing the date too. So for example you could add this CSS to disable the hiding of the title & date, with the link text hidden until hovered:
If you’re comfortable with modifying PHP templates, you could move the title out of its container to allow it to be shown on its own without being hidden |
|
|
Hi Josh, This is already great! But I would like to try to change the PHP templates if you can tell what I should do. Thanks in advance! Kind regards, |
Your first step will be to create and activate a child theme by following this guide: https://codex.wordpress.org/Child_Themes Step 2: You download a copy of the grid template add-on and find the /templates/espresso-grid-template.template.php and put the espresso-grid-template.template.php file into the child theme folder Step 3: remove the code from line 48: Step 4: You’ll remove and replace the CSS from above with this:
|
|
|
Hello Josh, A million times “thank you”. I am so happy with this… Kind regards, |
You’re welcome Miet. If you have a moment and would like to share a quick note about your experience with Event Espresso here, that would be awesome. |
|
The support post ‘Grid view template: make full picture clickable’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.