Good morning,
@saguaros I thought the problem was solved but I noticed that something is still not working:
when I try to insert an article in the image from the front end, I still can't select any folder on the site (the screen seems to be blocked).
This happens only if in the global settings of the theme I select "Full position layout" in Template front-end editor (to keep the style of the template), if instead I select "Clean layout" the problem disappears.

How can this be solved?
Thank you


Hi

It seems to be issue here with Full positions layout, let me check with T4 team and get back to you.

9 days later

saguaros
Hello,
have you managed to find a solution?
I need to solve it urgently, I hope for your help as soon as possible!
Thank you

Hi

I will remind our dev team again and get back to you asap.

I added this custom CSS into your site to fix the issue, kindly check

.modal-open #t4-mainbody.t4-section {
  z-index: auto;
}

.modal-open .t4-section .t4-section-inner {
  z-index: auto;
}

.modal-open .jviewport-width80 {
  max-width: 80vw;
  height: auto;
  margin: 0 auto;
}

.modal-open .jviewport-height60 {
  height: 60vh;
}

.joomla-modal.show {
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}

.field-media-wrapper .joomla-modal .modal-dialog .modal-content {
  overflow: hidden;
}

.modal-body iframe {
  border: 0;
  padding: 0;
}

JoomlArt - Black Friday

    Write a Reply...
    You need to Login to view replies.