Skip Navigation

[Gelöst] A ckickable Div is not working

This support ticket is created vor 5 Jahre, 6 Monate. 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 1 Antwort, has 1 Stimme.

Last updated by jorg-andreasK vor 5 Jahre, 6 Monate.

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:

<a style="color: black;"href="[wpv-post-url]">
<div class="inhalts_wrapper">
<div class="links_wrapper">[wpv-post-featured-image size="custom" width="90" height="60" crop="true"]</div>
<div class="rechts_wrapper">
<h3 class="titel">[wpv-post-title]</h3>
<p class="meta_5-beitr">[wpv-post-author] am [wpv-post-date format="d.m.y"]</p>
</div>
</div>
</a>

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

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.