Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Requirements Document not showing uploaded images and files

Frank Wang
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 26, 2020

System: Confluence on Cloud

Function: Requirements Document

Problem: 

  1. Can't use `/Files & images` command to upload files or images - after clicking "Insert a file" nothing shows up at the cursor. Can only drag & drop files and images to insert them.
  2. But after publishing, if you click on them, an error pops up "confluence something went wrong it might just be a hiccup"
  3. After refreshing the page, all uploaded files/images tiles become blank and can't be clicked again

Searched on community website and StackExchange, found no answers. Is this a pretty new issue?

Confluence req doc files images upload issue.png

2 answers

0 votes
Andrew Frayling
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2012

Hi Rosalyn,

If it's just the child pages displayed at the bottom of a parent page that you don't want to show you coud hide them with jQuery without needing to edit any Velocity templates or install any plugins.

Log in as an administrator and select Browse -> Confluence Admin -> Look and Feel -> Custom HTML and insert the following code in the "At end of HEAD" section:

<script>
AJS.toInit(function() {
   AJS.$("#children-section").css("display","none");
 });
</script>

Andrew.

0 votes
Deleted user
March 11, 2012

notepad? :) Veolcity templates are text, syntax available at http://velocity.apache.org/engine/devel/user-guide.html , Im not clear on the exact files you need to modify, but an alternate approach may be to use a theme engine, eg Adaptavists ThemeBuilder https://plugins.atlassian.com/plugins/com.adaptavist.confluence.themes.sitebuilder or Zen Foundation https://plugins.atlassian.com/plugins/com.zenfoundation. YMMV

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events