sririe 0 Report post Posted April 6, 2011 I saw a previous support post - in which it was said that you could tweak the php to allow one to link from the media image in the feature slider to a page. So on my feature slider page (platform pro) I have uploaded a media image rather than using the background. However, I have no clue when it comes to php and when looking at line 321 in the php file - I don't know where to start pasting the info that "cmunns" had entered in his post. Can I get a little more clarification - and perhaps have a little bit more info so I know what I need to replace - so maybe show a before and after snippet of the php file so I can figure it out? Thanks! Share this post Link to post Share on other sites
timlinson 3 Report post Posted April 7, 2011 Can you link the post you're referring to? Share this post Link to post Share on other sites
sririe 0 Report post Posted April 7, 2011 Now I can't seem to find the original post to which I originally referred. Here are two others that are similar. http://www.pagelines.com/forum/topic.php?id=5748 http://www.pagelines.com/forum/topic/7109 It just seems this is a feature that should be easily implemented. But I cannot figure it out for the life of me. Any suggestions? Share this post Link to post Share on other sites
Kate 3 Report post Posted April 7, 2011 Hey Spencer, Are you looking for a dynamic solution, where every feature would list to a page? Or more of a feature by feature basis? If it's the latter, have you considered adding the link in the HTML box, and then just editing the CSS to make the link cover the entire feature? Share this post Link to post Share on other sites
sririe 0 Report post Posted April 7, 2011 I basically have 4 slide images that each would point to a different page of the site. I guess you could say that I am more of a graphics guy than a programmer. So not exactly sure how to edit the CSS to make the link cover the feature. How hard is that to do? Share this post Link to post Share on other sites
cmunns 16 Report post Posted April 7, 2011 You will probably have to edit more than just CSS so it isn't the easiest thing, but you also wouldn't have to write any custom stuff either. Do you have a linnk? Share this post Link to post Share on other sites
sririe 0 Report post Posted April 7, 2011 http://www.curasecurity.ca user: curaguest pass: cura2011 Share this post Link to post Share on other sites
catrina 103 Report post Posted April 8, 2011 I can't find the forum thread you were referring to before, but this might be what you're looking for: http://xavisys.com/css-trick-turning-a-background-image-into-a-clickable-link/ Is this something similar to what you found? 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
sririe 0 Report post Posted April 11, 2011 Yes I guess that is the end result that I am trying to get to. I was just hoping there was a simple way to accomplish that considering that I am a graphics guy not a programmer - hence the reason for buying platform in the first place. what is the easiest way for me to implement something like that? Share this post Link to post Share on other sites
timlinson 3 Report post Posted April 12, 2011 This is one way to do it. 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%; }` Share this post Link to post Share on other sites
sririe 0 Report post Posted April 13, 2011 Tim you are a godsend! That works perfectly! Now I won't look like an idiot to my client because I could not figure that out!! Thank you thank you! Share this post Link to post Share on other sites
malcfinch 0 Report post Posted May 17, 2011 I've tried the method as above and I get this error. www.imdi.co.uk%3E%3C/a></div></div><div%20class= What's wrong with the linking in the features. malc Share this post Link to post Share on other sites
malcfinch 0 Report post Posted May 19, 2011 Ok Fixed it, now working Share this post Link to post Share on other sites
jordankaton 0 Report post Posted July 19, 2011 Thank you, this worked perfectly! Share this post Link to post Share on other sites
verve315 0 Report post Posted July 30, 2011 I had the same problem. I followed Tim's suggestion and it worked just fine. Great! Thanks Tim! Share this post Link to post Share on other sites