Shapely Parallax Images

Hi @support @laranz,

I was wondering if these is a back to link the parallax images? So if I have a Shapely parallax set left (with image on the left), is it possible to set that image as a link?

Thanks,
Milli

Hi Milli,

You can try some Custom JavaScript to do the changes,

  1. Install this plugin, Simple Custom CSS and JS – WordPress plugin | WordPress.org
  2. Add this code in the Plugin either in header or footer,
jQuery(document).ready(function() {
	jQuery('#shapely_home_parallax-3 img').wrap('<a href="http://google.com"></a>');
});
  1. Make sure you find the right ID #shapely_home_parallax-3 by inspecting in the browser developer tool, http://take.ms/2pwyp

Let us know,

Thanks,
laranz.

Hi @laranz,

I’m trying to do this now, I’m just confused as to where to put the code. When you say the header or footer, do you mean in Appearance > Editor?

And do I need to put the image file name anywhere in the code?

Thanks,
Milli