
Bruce Michelsen
-
Gesamtaktivitäten21
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen0
-
Abonnements1
Aktivitätsübersicht
Neueste Aktivität von Bruce Michelsen-
Bruce Michelsen hat einen Kommentar hinterlassen
In Confluence, try resetting the image to its original size, then entering the desired size in pixels. Avoid using the small, medium, or large sizer buttons.
-
Bruce Michelsen hat einen Kommentar hinterlassen
Katarzyna Karpinska In my case, images did not display due to permissions but because the images could not be attached. In our system, we are using a third-party app to sync our content to Zendesk....
-
Bruce Michelsen hat einen Kommentar hinterlassen
Ouch! These article attachment limits are making it so images do not appear in many of our pages.
-
Bruce Michelsen hat einen Kommentar hinterlassen
End users cannot see images in pages but admin users can see images in pages. What needs to happen so end users can see the images?
-
Bruce Michelsen hat einen Kommentar hinterlassen
Ashleigh, You're right about the wrapping. My editor was complaining unnecessarily or I had made some syntax error that I fixed in tightening this up. Good to see that your script would work if I ...
-
Bruce Michelsen hat einen Kommentar hinterlassen
In using this, due to how the code block wrapped lines above, I removed spaces and returns in several lines. For example, I changed this: var next_url = document.getElementsByClassName("pagination-...
-
Bruce Michelsen hat einen Kommentar hinterlassen
Confluence to Zendesk Sync is an app. https://marketplace.atlassian.com/apps/1217438/confluence-to-zendesk-sync?tab=overview&hosting=cloud
-
Bruce Michelsen hat einen Kommentar hinterlassen
Just add it in. (I couldn't remember if it's a theme default or one I added.)
-
Bruce Michelsen hat einen Kommentar hinterlassen
You can add images to the categories on the home page by editing the home_page.hbs template file. Look for the <li class="blocks-item"> inside the {{#each categories}}, then add your code for addin...
-
Bruce Michelsen hat einen Kommentar hinterlassen
In the home_page.hbs file in your theme, surround the search with if signed_in statements:{{#if signed_in}}{{search submit=false instant=settings.instant_search class='search search-full'}} {{/if}}