Jump to content
Sign in to follow this  
jellnet

How do I make the background image clickable Platform Pro

Recommended Posts

jellnet

I need to add a link (to another page in my site) to the background image as setup in: Site Background Image (Optional) Setup A Background Image For The Background Of Your Site Background Image Upload Image Remove Set Background Image Repeat Vertical Position In Percent Horizontal Position In Percent

Share this post


Link to post
Share on other sites
kastelic

Its hard for me to imagine how this is going to work out without seeing the site. You can't put a link on a background image, especially if its a page wrapper becuase you can't put a link on that element without serious problems, but we could probably place an anchor tag above the specific section you need to be a link using jQuery.

Share this post


Link to post
Share on other sites
jellnet

my site is www.jellnet.com. I'd like to move the Join Beta Icon/image to the top of the page just under the social links and have it appear on each page in the site. I don't understand your reply as the behavior I need is the same as any of the social link icons.

Share this post


Link to post
Share on other sites
cmunns

You need to use a hook to place the image/link below the social media icons. In your functions.php file something like ` add_action('pagelines_after_branding_icons','beta_button'); function beta_button(){?> your code goes here <?php } `

Share this post


Link to post
Share on other sites
jellnet

Thanks for the hint, but I am not a programmer and the link and the image will change over time. Any other thoughts.

Share this post


Link to post
Share on other sites
cmunns

then how did you place the button in the first place?

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  

×