
Amy Gracer
-
Total activity74
-
Last activity
-
Member since
-
Following0 users
-
Followed by0 users
-
Votes5
-
Subscriptions29
Activity overview
Latest activity by Amy Gracer-
Amy Gracer commented,
William Grote You can add anchors using the <a name = "anchor"> Then when you want to link to it, link to the full URL followed by #anchor. Jeff's example above should work: <a href="https://suppor...
-
Amy Gracer commented,
John DiGregorio Do you mean the Reporting tool, Explore? Or is there another feature called "explorer"?
-
Amy Gracer commented,
Bruce Michelsen Hi Bruce, I am concerned that I might be running into a similar problem. I am using the connector from Madcap Flare to publish changes to Zendesk Guide. I ran a publish on April 8 a...
-
Amy Gracer commented,
Yay! Glad to hear it, Doug :)
-
Amy Gracer commented,
Hi Doug, Did you try the tip in this article? https://support.zendesk.com/hc/en-us/community/posts/4409222781850-Hiding-the-Submit-a-Request-button-until-signed-in
-
Amy Gracer commented,
I'd like to add social media icons to the email template. I see we can do that if we have Brands enabled. Is it possible with no brands? I tried using the font awesome links: <i class="fab fa-linke...
-
Amy Gracer commented,
Hi Ruddy DEROSIERS Sorry for the late response... This is a plugin From Diziana: https://www.diziana.com/products/multilevel-menu-plugin
-
Amy Gracer commented,
Hi Matteo, I'd start by adding the following to your Header..hbs within the div class="nav-wrapper", like below <div class="nav-wrapper">...<nav class="user-nav" id="user-nav">{{link 'new_request'...
-
Amy Gracer created a post,
Cross reporting between Guide and Support
AnsweredI'm looking to pull data that seems to cross between Support and Guide Datasets. For example, I'd like to see the number of users per organization that have visited pages other than the Requests p...
-
Amy Gracer commented,
Start by adding the search helper to the nav class on the header.hbs <nav class="user-nav" id="user-nav"> {{search instant=true class='search search-full'}}</nav> You may have to make some style ...