1. keithvb
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 13 April 2017
  5.  Subscribe via email
Using Habitat with Joomla 3.6.5
Habitat was originally installed with all demo features, then I removed those I didn't need.
Website: cwcnew.keithvb.com
Login is at News-->Login
Attempting frontend login to edit articles
Login is successful as super user
No "edit" buttons appear

I found this css in search for similar problem and added it to my custom.css, but no luck...
.item-page {
position: relative;
}
.item-page .icons {
position: absolute;
right: 0;
top: 0;
}

What do you suggest?
I can send login credentials...

thanks,

Keith
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Keith

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.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Keith

We hope to have amended this issue by adding the following to the Custom CSS field of your templates parameters..

.icons, .icons .btn-group {
position: relative !important;
top: 0 !important;
}
.items-leading {
overflow: visible;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks for your help. Works perfectly as usual...

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


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