1. luk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 30 September 2019
  5.  Subscribe via email
Hello Ciaran,

I provide the option "Create article" on the Front-End of two new sites (both with J51_Stella) and I have the tab "Images and links" set visible with Articles > Options > Editing layout > Frontend Images and links > Show. Only “Special users” have access to an extra menu after logging in, which includes the menu item “Create article”.

Joomla is 3.9.12 - Dutch and php is 7.2.19

Clicking the “Select” button for an Intro image results in a gray overlay on the “Change image” screen. By clicking on this somewhere, the overlay goes away and I come back to the screen “Create article”. If I create an article in the Back-End then it works as it should. So I cannot choose an intro image in the Front-End.

The problem exists with Firefox, Chrome and MS Edge.

When I use Protostar it works perfect!

I also have a site with an English joomla 3.9.12 - php 7.2.18 with J51_Chloe and this works also perfectly.

Is this a JavaScript conflict in J51_Stella? And how do I handle this issue ?

Thanks for your advice.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

#body_panel.slideout-panel {
position: static;
}


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

Thanks for your reply.
Unfortunately this did not work. I have tested as a publisher and as a super user.

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

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. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Luk

The following Custom CSS appears to have resolved the issue. As this is a template issue, we will be resolving this in the next template update. Thank you for bringing it to our attention.

.slideout-panel {
z-index: 1041;
position: relative;
}
.content_main {
z-index: 100;
}
.modal {
box-shadow: 0 0 0 2000px rgba(0,0,0,.6) !important;
}


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

Perfect!
No thanks for myself, but all credits to Ciaran for this great solution.
Works fine.

Luk
  1. more than a month ago
  2. Commercial Templates
  3. # 5
  • Page :
  • 1


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