Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

edit article modal issue

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Brand new install of zenbase and I am seeing this odd modal issue when I edit an article on the frontend.
ScreenShot2014-02-12at6.04.39PM.png
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Yes sorry that seems to have been reintroduced at some point following an update

Does this work for the modal button -

.input-append .modal {position: inherit; width: auto;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
that resolved the buttons but the eye icon is still missing

ScreenShot2014-02-13at9.59.01AM.png
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Yep working on that
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And the modal when clicking on select image is messed up:

ScreenShot2014-02-13at11.45.41AM.png


This fixes the box but I'm not sure if this is the best fix:
#sbox-window.shadow {
height: auto !important;
width: auto !important;
}

The thumbnails are not aligned right either.
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Taking this one step at a time

.media-preview.add-on {background: #ffffff;}
.input-append .add-on, .input-prepend .add-on {display: inline-block;height: 30px; border: 1px solid #ccc;}
.icon-eye-open:before, .icon-eye:before {content: "\f06e";}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Found some more
ScreenShot2014-02-14at12.53.54PM.png

ScreenShot2014-02-14at12.54.03PM.png
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
Last Edit: 10 years 2 months ago by ODiN Mayland.
The administrator has disabled public write access.
Hey Jeff,

Do you have the k2.css loading? Might be causing the conflict?
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
No. This is a core only site.

Since j3 I have been using mostly core and only k2 if absolutely necessary.
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Can you make the screenshot a bit bigger - as its Friday I can't seem to see where its from :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Front end article Editor/ publishing tab.
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Think this goes to show how much I avoid using front end editing :)

I can't seem to get those settings to display like that

Can you publish a bigger screenshot please

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I limit my managed clients to frontend editing. No need for them to be in the backend :-)


ScreenShot2014-02-16at11.23.14AM.png


ScreenShot2014-02-16at11.22.29AM.png
  • ODiN Mayland's Avatar
  • ODiN Mayland
  • LIfetime Developer - Big Bamboo
  • 818 posts
  • 10 Thanks
  • Karma: 8
The administrator has disabled public write access.
Right - worked out the problem of why I couldn't see the tags - an override in old version of T3

Are we looking at the cross being the problem?

#mainWrap .chzn-container-multi .chzn-choices .search-choice {padding: 3px 20px 3px 5px; border: 1px solid #aaaaaa;}

#mainWrap .chzn-choices .search-field {
white-space: nowrap;
margin: 0;
padding: 0;
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers