1. p.luks
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 11 January 2019
  5.  Subscribe via email
I have the elvira template here and can't open the modal box for the privacy statement.

I did it on another website with the Scarlett template. In the templates the override default_form.php had to be changed from $item->input to $item->renderfield(). Then I have adopted the CSS div.modal into the custom-css.


div.modal {
    position: fixed;
    top: 5%;
    left: 50%;
    z-index: 1050;
    width: 80%;
    margin-left: -40%;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    box-shadow: 0 3px 7px rgba(0,0,0,0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}


With the elvira template I don't find the error in the CSS. The "z-index" is here not work.

Link to the website with elvira-template: https://it-conserv.de/kontakt.html
link to the website with scarlett-template: https://demo.moorschreber.de/index.php/kontakt

Can you find the problem?

The field is the new field in the joomla-core with version 3.9
Accepted Answer Pending Moderation
0
Votes
Undo
ahhhh - i have found it :D

i must here add the style declaration


body.modal-open .slideout-panel {
    z-index: unset;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you for the update and for sharing your solution! :)

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hi,

I have the same problem with Caitlin-Template (1.0.4) and Joomla 3.9.2.

Changing to renderField() in default_form.php:
Everything is displayed twice. And after clicking, the modal box don't work (maybe a problem with z-index ?)

How can I fix it?
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!