
Bruce Michelsen
-
Actividad total21
-
Última actividad
-
Miembro desde
-
Siguiendo0 usuarios
-
Lo siguen0 usuarios
-
Votos0
-
Suscripciones1
Resumen de la actividad
Última actividad de Bruce Michelsen-
Bruce Michelsen hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
Ouch! These article attachment limits are making it so images do not appear in many of our pages.
-
Bruce Michelsen hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
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 hizo un comentario,
Confluence to Zendesk Sync is an app. https://marketplace.atlassian.com/apps/1217438/confluence-to-zendesk-sync?tab=overview&hosting=cloud
-
Bruce Michelsen hizo un comentario,
Just add it in. (I couldn't remember if it's a theme default or one I added.)
-
Bruce Michelsen hizo un comentario,
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 hizo un comentario,
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}}