Skip Navigation

[Closed] Image link to custom page

This support ticket is created 10 years, 10 months 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.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

This topic contains 1 reply, has 2 voices.

Last updated by Srdjan 10 years, 10 months ago.

Assigned support staff: Srdjan.

Author
Posts
#25043

I'm creating an ajax slider that slides though various images. When you click on an image I want it to go to a specific page within the WordPress site. Is there another way to do this besides adding a URL field ... in which I can click a "choose" button and select my already saved pages.

I successfully did this by using the wysiwyg field... but the div resized as it went to the next image causing the page to shift up... seemed like a bug.

#25119

Dear Erik,
you can wrap image in link and set it's href property to use 'wpv-post-url' View field.
[a href='wpv-post-url'][img][/a]
https://toolset.com/documentation/views-shortcodes/#wpv-post-url

Also you can use CSS to fix slider height. Then no height changes will occur.

The topic ‘[Closed] Image link to custom page’ is closed to new replies.