Skip Navigation

[Resolved] Right mouse button not working on one of my views

This support ticket is created 5 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)

Tagged: 

This topic contains 6 replies, has 2 voices.

Last updated by Shane 5 years, 1 month ago.

Assisted by: Shane.

Author
Posts
#1406081

Hi there guys, it's me again!

Have to say, if it wasn't because of your help, I really couldn't have built the thing I wanted to build. Yet again I am in need of your help. On one of my views, the right mouse click doesn't reveal the same options, as with all the other views/links in general. I'm used to being able to open the link up a new window, when clicking on the right mouse button. However, for some reason, it's not working on this view.

I couldn't find an option that allows me to reverse this. Do you know how I can fix this?

Greetings,

Kerim

#1406117

Shane
Supporter

Languages: English (English )

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

Hi Kerim,

Thank you for getting in touch.

This is a strange issue as there isn't a setting to disable the right click on views.

Have you tried recreating this particular view to see if the issue still occurs? If not please try this.

Thanks,
Shane

#1406121

My issue is resolved now. Thank you!

#1406125

Ohhh.... No, I thought it worked for a moment though XD. I copied it, and it still doesn't work.

#1406147

Shane
Supporter

Languages: English (English )

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

Hi Kerim,

Would you mind allowing me admin access to the website so that I can check on this issue for you ?

The private fields will be enabled for your next response.

Thanks,
Shane

#1406155

You can find the view on: hidden link. The view is called: coaches

#1406183

Shane
Supporter

Languages: English (English )

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

Screenshot 2019-12-11 at 4.34.07 PM.png

Hi Kerim,

I'm assuming that you're referring to right clicking on the image in my screenshot correct?

This should be fixed now. What was needed was to wrap the entire area in an anchor tag like below.

<a href='[wpv-post-url]'>
<div class="postborder" data-url="[wpv-post-url]">
    <div class="postborder-full">
[types field='hoofdfoto' title='%%TITLE%%' alt='%%ALT%%' size='custom' width='500px' height='100' resize='crop' class='image-post-view'][/types]
    </div>
    <div class="postborder-padded">
      <h4 class="link-event">[wpv-post-taxonomy type="trainer-testimonials"]</h4>
      <h4> [wpv-post-title]</h4>
      <h5> Expertise: [types field='expertise-trainer' separator=', '][/types] </h5>
    </div>
</div>
</a>

Please let me know if this helps.
Thanks,
Shane