|
POST
|
@RaymondGoodeJr Do you have other custom CSS on that site? My next guess would be that you have some inline CSS that is unintentionally having an affect on your footer due to non-specific enough target selectors. You might want to look through any custom styles for classes that have padding or affect sections.
... View more
01-31-2023
06:14 AM
|
0
|
1
|
8396
|
|
POST
|
Hi @RaymondGoodeJr, Try putting a different wrapper in your custom footer HTML box and attaching your image that way. I was able to add a background-image using your code to my site with this as the sample HTML and it didn't add any padding. I hooked your CSS to footer-background. I could not verify with your image as trying to load your image gives me a "site cannot be reached error." <div class="footer-background">
<!-- footer content here -->
</div>
... View more
01-30-2023
02:40 PM
|
0
|
3
|
8406
|
|
POST
|
@elpinguino If those are hub pages, you can modify the text that shows up in the Gallery Card by going to the page itself in Hub, selecting the Page Info swipe accordion from the side panel, adding a Page Summary and saving it. If they are templates, you can open the template editor and fill out Summary.
... View more
01-30-2023
06:35 AM
|
0
|
4
|
3626
|
|
POST
|
It's likely you're not attaching your background image to an HTML element high enough in the code structure. Is your background image on .custom-footer?
... View more
01-26-2023
12:33 PM
|
0
|
0
|
8427
|
|
POST
|
You are correct. Hub does not provide access to its HTML and CSS in the same way that a self-hosted CMS might. You are able to use the HTML mode of the Text Card to do embedded stylesheets on our sites/pages that can be used to target unique row classes containing cards, but you will not be able to modify the HTML of the cards themselves, only the CSS. You should be able to apply the background image to the row in the same way we applied the gradient if you are looking for more flexibility in CSS attributes.
... View more
01-13-2023
07:33 AM
|
0
|
0
|
2574
|
|
POST
|
Hi @Alex_B, Please do not use emberview as your class. We strongly advise against using any of the auto-generated classes in our framework as these control our CSS for the application and could cause problems with your styling in the future. The intention of the Row CSS Class is so that you can give the row a unique class name and then target that class name in <style></style> tags within your Text Card CSS. You will not be able to paste your gradient into the row class field as it's only for a class name. So say you name your row black-white-gradient, this will be applied to the row HTML and then in your Text Card, you want to switch to HTML mode and add your embedded styles: <style> .black-white-gradient { background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(4,12,18,1) 100%); } </style> You may also find that you need to change the row background color to transparent, you'd do that by typing transparent into the row background color field in Row Settings.
... View more
01-12-2023
06:17 AM
|
1
|
2
|
2600
|
|
POST
|
Hi Chris, Yes SVGs are currently still relevant. 🙂 However, in order to get a shadow, you're probably going to want to use box-shadow on the SVG object styling. text-shadow would be used specifically on a <text> element within your SVG object and your example only contains a <path> element.
... View more
12-12-2022
02:16 PM
|
0
|
0
|
2066
|
|
POST
|
Hello @JDScharf, In the Layout Editor, under the Header settings, there is an option for adding a custom header under Appearance. So you could replace the dynamic option you are currently using as a header with a multi-level version you custom build. This will automatically be injected beneath the Global Navbar, which is what contains sign in and search. Once you switch to the custom header option, you should see text boxes for HTML & CSS.
... View more
08-01-2022
06:34 AM
|
2
|
0
|
2722
|
|
POST
|
I am sorry, I do not. I did log it as a bug, but I do not control prioritization. You may wish to reach out to Support so that you can have a trackable issue.
... View more
07-05-2022
07:38 AM
|
0
|
0
|
821
|
|
POST
|
Hello @KansasDASC , Hmm. I'm not sure then. It seems like it could be a bug; unfortunately, I am not super knowledgable when it comes to issues in the search catalog. Have you tried reaching out to Support to see if they can assist?
... View more
06-30-2022
06:38 AM
|
0
|
1
|
2036
|
|
POST
|
@KansasDASC , In your site editor, go to Settings > Interactions and enable the Embedded Apps toggle. This will keep applications opening under your site header and the links in search results should not display the "opens external link / new tab" symbol.
... View more
06-29-2022
11:59 AM
|
0
|
0
|
2074
|
|
POST
|
@Lindsay Customization of the header and footer occurs at the site level. It then carries across all pages associated with the site.
... View more
06-28-2022
06:07 AM
|
1
|
0
|
2783
|
|
POST
|
@Lindsay , Ah. In the screenshot you've shared, that actually pertains to whether or not you want a custom footer on your site. Unfortunately, you cannot remove the product footer as it is required by data privacy laws. https://doc.arcgis.com/en/hub/sites/configure-consent-notice-and-product-footer.htm#ESRI_SECTION1_361BFEFACC334AD2B619C89C50D0E8F9
... View more
06-24-2022
05:23 AM
|
0
|
0
|
2802
|
|
POST
|
Hi @Lindsay, You can turn that off by going to your site's Layout Editor. Then select Settings > Interactions and disable the Product Branding toggle.
... View more
06-23-2022
05:45 AM
|
0
|
0
|
2819
|
|
POST
|
NFlourish is correct. Hub does not allow custom javascript or javascript packages due to security concerns.
... View more
05-25-2022
05:00 AM
|
0
|
0
|
1514
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 7 | 3 weeks ago | |
| 1 | 01-23-2026 09:56 AM | |
| 1 | 04-22-2025 07:38 AM | |
| 1 | 01-30-2025 07:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|