|
IDEA
|
@Trippetoe I think perhaps I didn't do a good job explaining this. You want to put "metro-cat-row" as the unique class in that CSS Row Class field. No CSS yet. Then in your Text Card somewhere on the page, you would do an embed <style> tag but use that class to target the base class (.panel-footer) with more specificity. You were likely doing it already. My tip was more so to safeguard your Text Card styles by involving a unique class as a selector. <style>
/* This goes in your text card. */
.metro-cat-row .category-card .panel-footer {font-size: 18px; color: #16a8b5;}
</style>
... View more
04-23-2021
09:54 AM
|
0
|
0
|
3102
|
|
IDEA
|
Hello, I can add your suggestions to the category card backlog, but in the meantime, yes we generally recommend avoiding appending styles to our base classes because using generic classes means our stylesheets may take precedent over embeded styles. So if you are going to do it, I'd recommend adding a unique class to the row (Row Settings > Appearance) and then using that in your Text Card to target the panel class. .mysite-cat-row .panel-footer {font-size: 18px; color: #16a8b5;} This makes the applied styles more specific, so that if we do change the root class in our global stylesheets, it's unlikely to step on your more granular specification.
... View more
04-23-2021
06:41 AM
|
0
|
0
|
3107
|
|
POST
|
Hi, I'm very sorry that this is happening. We've gone ahead and opened a bug and will notify you when it's been fixed.
... View more
04-23-2021
05:57 AM
|
1
|
0
|
1391
|
|
POST
|
Hi @SaadhasnainKhan, We do not support passing authentication into iframes that are outside our ecosystem. If you iframe content that is on *.arcgis.com, we can pass user credentials to the iframed application. But if you are iframing in content hosted elsewhere, there is no way for us to pass in authentication for you to use. Sorry.
... View more
04-15-2021
10:43 AM
|
0
|
0
|
2222
|
|
POST
|
Hi Mattias, There is not presently any method to adapt the gallery card to 6 cards as the pattern was established to optimize the set for multiple device sizes within the typical fixed width site layout and 12 column grid used by Bootstrap 3. However, the good news is that Gallery Cards today are clickable in their entirety. If you are comfortable using CSS & HTML, you could use a static card layout (found under the plus icon) within the Text Card to add three cards to your Text Card canvas. Then using the Edit in HTML button at the bottom, you can switch to the code editor and add an additional 3 more cards. You will want to switch the Bootstrap grid container from col-md-4 to col-md-2 in order to get 6 cards. You might also want to tweak the col-sm-* class because 6 is very skinny in tablet devices. Lastly, these are not clickable in their entirety, so they do operate a bit different from our dynamic gallery card. You could wrap the thumbnail in a link though to get your desire effect. Also, unfortunately, uploading replacement images is not as easy as it could be, but you can read how to do it in my post here: https://community.esri.com/t5/arcgis-hub-questions/unable-to-interactive-edit-card-images/m-p/1033943#M4253 Site displaying 6 skinny static cards
... View more
04-15-2021
08:20 AM
|
1
|
1
|
3177
|
|
IDEA
|
Hello @DanGriffin, We'll be releasing a new version of our data views in early May. You can read more about it on this blog post: https://www.esri.com/arcgis-blog/products/arcgis-hub/sharing-collaboration/how-arcgis-hub-makes-it-simple-to-share-engaging-content/ and with that release, we will be adding a spatial filter that does what you describe, so keep a lookout for it. 🙂
... View more
04-15-2021
07:26 AM
|
0
|
0
|
1741
|
|
IDEA
|
Thank you for the idea. I had thought since we (ArcGIS Hub) were meeting https://www.w3.org/WAI/GL/2016/WD-WCAG20-TECHS-20160105/C15 that we were covered, but I see in re-reading the criterion that is no longer the case. I'll add your suggestion to our feature backlog. If you have not already, you may want to post this to the ArcGIS Online idea board as well: https://community.esri.com/t5/arcgis-online-ideas/idb-p/arcgis-online-ideas
... View more
04-15-2021
06:24 AM
|
0
|
0
|
2457
|
|
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
04-12-2021
03:28 PM
|
2
|
1
|
2647
|
|
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
04-08-2021
09:01 AM
|
1
|
1
|
4258
|
|
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
04-08-2021
06:27 AM
|
1
|
3
|
4276
|
|
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
04-01-2021
07:51 AM
|
1
|
3
|
2677
|
|
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
04-01-2021
07:39 AM
|
0
|
0
|
2012
|
|
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
03-18-2021
06:14 AM
|
0
|
0
|
1425
|
|
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
03-15-2021
02:35 PM
|
0
|
1
|
1014
|
|
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
03-15-2021
02:29 PM
|
0
|
0
|
3352
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 2 weeks ago | |
| 1 | 04-27-2026 08:29 AM | |
| 7 | 04-27-2026 06:30 AM | |
| 1 | 01-23-2026 09:56 AM | |
| 1 | 04-22-2025 07:38 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|