Good Morning from Germany
I created a small view to list a few posts in a list of a sidebar like i did it several times before.
To make the Div of the whole list item clickable a wrapped it with an a tag. Unfortunately it does not work. the Div is not clickable. On different projects it does, but I can't find out, why it is not working here:
[wpv-post-featured-image size="custom" width="90" height="60" crop="true"]
[wpv-post-title]
[wpv-post-author] am [wpv-post-date format="d.m.y"]
CSS:
.inhalts_wrapper {
width: 100%;
float: left;
border: 1px solid red;*/
min-height: 75px;
}
.links_wrapper {
width: 30%;
float: left;
height: 100%;
}
.rechts_wrapper {
width: 70%;
float: left;
padding-left: 10px;
}
.titel {
font-size: 0.85em;
font-weight: 500;
}
.meta_5-beitr {
font-size: 0.65em;
margin-top: -15px;
color: #5d5d5d;
}
What is my mistake? Can anybody help?
Jörg
My issue is resolved now. Thank you!
Working with Elementor I can use the shortcode with text widget,... not with the provided Toolset View Widget,... this doesn't work in my case,... a bug?
Jörg