Skip Navigation

[Resolved] Link works only in the second row!?

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the links in the users view only works in the second row onwards only.

Solution:

This seems to have been an issue with how the user added the view to the page. Removing the view from the page and re-adding it resolved the issue.

This support ticket is created 6 years, 1 month ago. 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 4 replies, has 2 voices.

Last updated by thomasR-9 6 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1128170

I am trying to:
The view results are shown in rows. I place the page-title (with link) in the output. So that I can click on the name to go to the item in detail.

<div class="row" style="padding-top:21px;padding-bottom:21px;">
<div class="col-sm-3"><h3>[wpv-post-link]</h3>
[wpv-post-featured-image]</div>
<div class="col-sm-6"><b>Zutaten</b><br>[types field='zutaten'][/types]</div>
<div class="col-sm-3">[types field='vorbereitungszeit' format='FIELD_NAME: FIELD_VALUE'][/types] Minuten <br>[types field='kochzeit' format='FIELD_NAME: FIELD_VALUE'][/types] Minuten<br>[types field='zubereitungsdauer' format='FIELD_NAME: FIELD_VALUE'][/types] Minuten<br><br>Rezeptkategorie: <br>[wpv-post-taxonomy type="rezeptkatogorie" separator=" | "]</div>
</div>
<hr>

Link to a page where the issue can be seen:
hidden link

I expected to see:
the link in the first item works

Instead, I got:
the link in the first didn't work

#1128434

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Thomas,

Actually the view works fine, it seems that its an issue with the page itself as when I added the view to a new page for testing it works fine.

hidden link

Thanks,
Shane

#1128448

Hi Shane, I can see it in the new page. But the difference is, that I want a search field in the picture (header-frame) and the results in the content aera (from an archiv). In the page 1058 it is in one "box".

How can I fix it, when it is divided in a search field (header) and a result field (content)?

Best,
Thomas

#1128464

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Thomas,

I divided it in this scenario and it works fine as well.
hidden link

Thanks,
Shane

#1128772

My issue is resolved now. Thank you! With the shortcodes it works!