POST
|
@CIDAdmin Yes. In the same section, Settings > About, there is a toggle for custom favicon under the Summary textarea. We are unable to support direct upload of the .ico image format at this time, so you will need to have your favicon hosted some where else, but we can use a .ico url, if provided, to update your favicon.
... View more
yesterday
|
1
|
0
|
5
|
POST
|
Under the Options menu in the iFrame Card, there is a setting "Allow Scrolling" which gives you the option "no" (scrolling is not allowed) or "auto" (scroll bars show up when necessary.) We don't have "yes" because it's very similar in functionality to auto, but it will show scrollbars, regardless of whether scrolling can be performed or not. If "auto" is not working for you, it might be a browser issue. Technically, the iframe scrolling attribute is deprecated. However, like you, we use it, because it's more consistently effective across browsers than the modern CSS-only solution. Another thing to check is that whatever content you are iframing into the card is also scrollable at the content source. It might seem like a silly suggestion, but I've encountered it at least once. Unfortunately, you are not going to be able to use the Text Card for iframes, as what you are seeing rendered is actually a bug in that it renders at all; more recent versions do convert iframe tags to text, meaning it wouldn't even come across as code.
... View more
Thursday
|
1
|
1
|
69
|
POST
|
Hi Dave, Have you considered using the iframe Card instead of the Text Card? I don't believe we actually support iframes the HTML portion of the Text Card. When I try it on my own site, it renders as text, not code, so I think you might've found a bug. It also looks like you're using Enterprise Sites as we've done some improvements to the Text Card and added a better code editing experience. Could you tell me what version you have?
... View more
Thursday
|
1
|
3
|
87
|
POST
|
Hello, The browser tab label comes from the <title> tags in the <head> metadata on the page. This can be set by going to your site's layout editor, selecting Settings, and filling out the Name field. If you already have that set and you're still seeing this flash, it might be due to your browser caching the web page. You can try loading the site in a private or incognito browser to avoid that scenario.
... View more
2 weeks ago
|
1
|
2
|
35
|
POST
|
Hello David, Our Hub application card is based on an iframe embed, so the scrolling options we offer refer to the top-to-bottom vertical scrolling that one encounters when browsing web content and are a type of iframe setting. If you were to load another type of application in the card, such as a Story Map, you would see that it does not scroll. The behavior you are observing is related to the web map itself, which has different keyboard and mouse interactions than the typical web page as related to panning and zooming. You would likely need to configure the web map itself to disable mouse scrolling.
... View more
2 weeks ago
|
0
|
0
|
17
|
POST
|
Hello, It is currently not possible to disable attribute charts. We will be releasing an updated design of content views this spring and toggling attribute charts is a configuration we are looking to add as we build out the customization of those views.
... View more
4 weeks ago
|
0
|
0
|
35
|
POST
|
Hi Lylian, Most dynamic countdowns involve javascript and Hub does not allow custom javascript due to security issues. The only work around that I can think of is if you hosted your countdown on another platform and embedded it in Hub via iframe. Sorry.
... View more
a month ago
|
0
|
1
|
66
|
POST
|
Hi Kristen, To inject a background image in your header, you'll want to chose the "Custom HTML/CSS" option under appearance. We currently do not have a method for you to set a background image on our preconfigured header layout options, although we can certainly keep that as a consideration for a future improvements. After selecting the Custom HTML/CSS radio in the appearance section, you'll want to expand the next accordion, which will contain boxes for HTML and CSS. You can either select the text input or the expand icon to trigger the modal with the code editor for each section. Hub is currently using Bootstrap 3 and if you're using the default custom header we provide, you can apply your background image to the .first-tier CSS class or .navbar-default. You likely do not need width or height properties, but you might want to consider the background-size property: https://www.w3schools.com/cssref/css3_pr_background-size.asp If you want it to responsively rescale to fit the entire container, I'd recommend background-size: cover. You also probably want background-repeat: no-repeat to avoid tiling. If you are comfortable inspecting code, you might find https://opendata-rspb.opendata.arcgis.com/ to be a good example of how to construct a simple custom header with a background image.
... View more
a month ago
|
0
|
0
|
46
|
POST
|
Should anyone else run into this issue, the solution to targeting row classes is to use a section element rather than div element as the adjacent HTML to one's class, or simply use the classname. I was incorrect when I said the snippet looked like it should work otherwise.
... View more
03-09-2021
07:09 AM
|
1
|
0
|
153
|
POST
|
This is probably going to be a little more hacky than you'd like and I apologize. We are looking into ways to make pulling in pre-existing images easier as we know many services do offer a media library. There are just some difficulties we're trying to iron out. If you have images hosted anywhere else, you could use those URLs. But if you need to replace the images and you wish to use the site item attached resources as your image hosting method, you can upload an image via the Image Card. Crop as necessary. Save your site. (You can always remove the image card once you have your image URL.) Once you have the image you want to use attached to the site as a resource, if you are using a mouse, right-click the image and select Inspect from the dropdown menu. (I'm on Chrome, so the next few screenshots will be depicting Chrome.) Select Chrome Inspect Option This will open up the Chrome Dev Tools and should highlight the image in the DOM. Code inspector showing image html Right-click the url and open in new tab. This will open a new browser tab. In the URL bar, you want to scan the url for the image extension. In my case this is a .jpg. Insert your cursor before the question mark, highlight everything from before the question mark to the end of the url, and delete it. You don't want the token as that's associated with your login and won't be there for everyone. Once you delete the part after the extension you should have an image URL that you can place in the card as a replacement image. I know this isn't terribly straightforward and I'm sorry about that. Best I can offer at the moment.
... View more
03-08-2021
06:42 AM
|
0
|
0
|
117
|
Online Status |
Offline
|
Date Last Visited |
an hour ago
|