compartmentlife 0 Report post Posted February 2, 2011 site: http://www.matterbrands.com I want to use backgrounds only on the Feature, but have them be clickable. I've modified the section.features.php file before to make the "feature image" clickable, but this same tactic does not work when only using a static background. Here is the reference to what I did last time: http://www.pagelines.com/forum/topic.php?id=3673 Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 2, 2011 You would have to do what you did before but change the feature media to be full-width and act like the background image (which is CSS thus can't take a link) Share this post Link to post Share on other sites
compartmentlife 0 Report post Posted February 2, 2011 Alright, I removed the background image, uploaded it as a feature media set to "full width, no text", added the link to my BRANDING page and changed line 321 to this: ID, 'feature-link-url', true);?>"ID, 'feature-media-image', true);?>" />[/code] It still does not work. Share this post Link to post Share on other sites
compartmentlife 0 Report post Posted February 2, 2011 The above post did not display the full line of code so I'm trying again since I cannot edit it. ID, 'feature-link-url', true);?>"ID, 'feature-media-image', true);?>" /> [/code] Share this post Link to post Share on other sites
compartmentlife 0 Report post Posted February 2, 2011 Nevermind. I figured out what I did wrong... Share this post Link to post Share on other sites