Adding a Banner to the toplevelContent | Community
Skip to main content
New Participant
November 30, 2017
Solved

Adding a Banner to the toplevelContent

  • November 30, 2017
  • 2 replies
  • 2451 views

Is it possible for the 'banner' to be added to the toplevelContent and have it show up in the slideout menu. The banner taps to an external url.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by IvanMi1

Hi Jared, at this time it isn't possible to add a banner directly to the Hamburger menu as banners appear in browse pages and are not something you can directly navigate to, like a collection or an article.

I suggest if you are looking to have a navigation jump link in the hamburger menu, that you create an HTML article that just has a javascript meta refresh to go to whatever location you are trying to get to.

The HTML article would simply be something like:

<html>
 
<head>
  
<meta http-equiv="refresh" content="0;URL='http://location1.com/'">
  
<script type="text/javascript">
  window
.location.href='http://location2.com/';
  
</script>
 
</head>
 
<body>
 
 
</body>
</html>

2 replies

IvanMi1Accepted solution
Employee
November 30, 2017

Hi Jared, at this time it isn't possible to add a banner directly to the Hamburger menu as banners appear in browse pages and are not something you can directly navigate to, like a collection or an article.

I suggest if you are looking to have a navigation jump link in the hamburger menu, that you create an HTML article that just has a javascript meta refresh to go to whatever location you are trying to get to.

The HTML article would simply be something like:

<html>
 
<head>
  
<meta http-equiv="refresh" content="0;URL='http://location1.com/'">
  
<script type="text/javascript">
  window
.location.href='http://location2.com/';
  
</script>
 
</head>
 
<body>
 
 
</body>
</html>

New Participant
November 30, 2017

To clarify... I want the title of the banner to show up in the left pullout menu within the app. I created a 'banner' with an external url and added it to the toplevelContent.