Homepage Pane to External Website?
-
Hey guys,
Is there a way to have a homepage pane that redirects to an external website? I’d like the left pane on http://www.nexusenergycenter.org to redirect to http://www.alabamawise.org.
Any thoughts?
Daniel
Will this change all the panes?
Add the below code to
Custom <head> tags
in advanced section of Graphene Options. This will link only WISE Home Energy Program pane to the http://www.alabamawise.org/.<script type="text/javascript">
jQuery(document).ready(function($){
$('#homepage-pane-635 a').attr('href', 'http://www.alabamawise.org/');
});
</script>Thanks Prasanna! I just tried it but it doesn’t seem to work. It’s still linking to the old page. I deleted all my browser history to be safe.
That code should work. Do you still have that code in Custom <head> tags in Graphene Options? I didn’t see the code in your site. If you’ve removed the code, insert it again and do tell us.
Yeah I have it in there. I wish I could post you a screenshot to show you.
Mod
Quote:I wish I could post you a screenshot to show you.Use Greenshot:
and post to imgur.com
Okay, I can see the code. But replace
& # 0 3 9 ;
(so space between letters) with a single quote ‘Got it! Thanks so much for your help!
Viewing 10 posts - 1 through 10 (of 10 total)
- You must be logged in to reply to this topic.