Skip Navigation

[Gelöst] A ckickable Div is not working

This support ticket is created vor 6 Jahren, 1 Monat. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Heute stehen keine Supporter zur Arbeit im Werkzeugsatz-Forum zur Verfügung. Sie können gern Tickets erstellen, die wir bearbeiten werden, sobald wir online sind. Vielen Dank für Ihr Verständnis.

Dieses Thema enthält 1 Antwort, hat 1 Stimme.

Zuletzt aktualisiert von jorg-andreasK vor 6 Jahren, 1 Monat.

Author
Artikel
#1122588

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

#1122737

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