Sauter la navigation

[Résolu] A ckickable Div is not working

This support ticket is created Il y a 6 années et 2 mois. 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.

Marqué : ,

Ce sujet contient 1 réponse, a 1 voix.

Dernière mise à jour par jorg-andreasK Il y a 6 années et 2 mois.

Auteur
Publications
#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