Jump to content
Sign in to follow this  
asuydam

Make feature slider images clickable

Recommended Posts

asuydam

Hello, On my website, http://www.extremefitnessproducts.net/ I'm trying to make the slider images clickable. I'm following instructions from timlinson that I found in a search here but I can't get it working. "For each of the 4 features, go to the edit page and do this: you said you made them media images.. remove the media image and change back to background image in the Feature Text Position dropdown menu, select "Full Width Image or Media - No Text" in the Feature Media HTML field, put this: `` save Finally add this to PlatformPro > Settings > Custom Code > Custom CSS: `#feature_slider .fmedia a { display:block; width:100%; height:100%; }` I did all of that, but the only thing I can think of is the Custom CSS isn't entered right, so here's what my custom says. body{ line-height: 14px; font-size: 12px } `#feature_slider .fmedia a { display:block; width:100%; height:100%; }` Should that last line of code be in some sort of tag? Also, I'm running the child theme if that makes a difference. Lastly, how do I control the order of the images? It seems that the most recent ones show up first but I'd like to change them around a bit. Thanks! Aaron

Share this post


Link to post
Share on other sites
dgtpresents

I believe your problem may be the single quotes that was surrounding the custom css. Try in remove them and see if that helps.

Share this post


Link to post
Share on other sites
asuydam

It's working now, thank you :) Oh, do you also know how I can control the order of those features? Aaron

Share this post


Link to post
Share on other sites
webmonkey
I was using the full size image/no text option, but nothing was clickable. This worked, thank you all. But why doesn't the "Feature Link URL" field in features work? It says in the feature edit screen that "Adding a URL here will add a link to your feature slide". This would be the obvious way to do that.

Share this post


Link to post
Share on other sites
nfp1900
I have also used this fix as I also couldn't get the feature URL field to respond. Has anyone noticed that when pasting the tag into the HTML box that the feature thumbnail disappears from the feature set overview page? It's still there when you edit individual features but it's useful to have this preview. A smallish bug perhaps?

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×