You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#115408 Image Upload Issue

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 29 November 2023 16:23 GMT

peanutp
Hello,

I am using JCE Pro for my users to upload an image for their profiles - I use a Joomla Custom Field (mediajce) for the image upload. The issue I have is with the layout - when I go to the user registration page, there is a big gap within the field, and also if I click the Select button to browse, the modal pop up just shows a black screen that I cannot clear.

If I switch to the default template for Joomla it fixes the issue, so I know it is an issue between the template and JCE. Would you mind taking a look to see if anything obvious in the styling is causing this?


Here is a page on my test site you can see the issue live:

https://staging.cycletouring.org/account/create-account

thanks Pete

Ryan
This issue is with this css in your template stylesheet:

.registration .modal {
  display: inline-block;
  position: inherit;
}
Remove those styles and replace them with:

.registration .modal {
    z-index: 10000;
}

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.