Skip Navigation

[Resolved] bad link in drop down menu

This support ticket is created 7 years 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 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 3 replies, has 2 voices.

Last updated by kayser 7 years ago.

Assisted by: Luo Yang.

Author
Posts
#594399

Hi
on this page
hidden link

if I click on a thumbnail I go directly on the right page of the custom post type
hidden link

but if I use the drop down menu i just select the thumbnail
hidden link

here is the code for thumbnail

<div class="hovereffect">
      <a href="[wpv-post-url]">  [types field="photo-oeuvre"  align="center" resize="proportional" ][/types]</a>
        <div class="overlay">
           <a class="info" href="[wpv-post-url]"><h2>[wpv-post-taxonomy type="lesartistes" format="name"]</h2></a>
        </div>
    </div>

Thanks for your help

guyk

#594402

Excuse me
I forgot to say that I want the drop-down menu to go to the same page as the thumbnail

#594576

Dear guyk,

There isn't such a built-in feature within Views custom search form, you are going to setup a jump menu, it needs custom codes, here is a similar thread:
https://stackoverflow.com/questions/2220267/apply-jump-menu-functionality-on-select-box-styled-with-jquery
For your reference.

#594677

Thanks a lot
Guyk