1. ColDee
  2. Sherlock Holmes
  3. Commercial Templates
  4. Monday, 11 March 2024
  5.  Subscribe via email
Hi,

I'm trying to update the slideshow from the front end, but the edit button is obscured by the social icons.

Can you let me know how to change the priority so that the edit button can be used.

Thanks.
Attachments (1)
References
  1. https://hansglobalsecurity.com/
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)....

.module-editable .btn-action {
z-index: 100;
}


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

Thanks for this.

I've added the Custom CSS, cleared cache etc., but it's still the same.

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

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
Would it help to move the social media icons a little bit to the left?

.socialmedia {
padding-right: 30px;
}
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

I have added the following to your Custom CSS which moves the edit button below your social icons...

#container_showcase1_modules .btn.jmodedit {
top: 40px;
right: 30px;
}


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

That's great. Thanks very much.

Regards,
Colin.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


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