asuydam 0 Report post Posted August 13, 2011 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 0 Report post Posted August 13, 2011 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 0 Report post Posted August 13, 2011 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
catrina 103 Report post Posted August 13, 2011 Please use this plugin: http://wordpress.org/extend/plugins/post-types-order/ Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
webmonkey 0 Report post Posted August 29, 2011 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 29 Report post Posted August 29, 2011 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