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
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
My issue is resolved now. Thank you!
Ohhh.... No, I thought it worked for a moment though XD. I copied it, and it still doesn't work.
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
You can find the view on: hidden link . The view is called: coaches
Shane
Supporter
Languages:
English (English )
Timezone:
America/Jamaica (GMT-05:00)
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