Keyword

Issues with the edit item popup/iframe

  • Suba
  • Suba's Avatar Topic Author
  • Visitor
10 years 11 months ago #119693 by Suba
Hi, there are a few small issues with the editor.

1. Sometimes the box floats far to way to the top, so I can not reach the upper parts of the form because it's hidden by the browser. See the attachment.

Attachment not found



2. There is a big unused margin around the editor, which only takes up space and creates more scrolling. I cant find the correct css for it.
Attachments:

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 11 months ago #119694 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: Issues with the edit item popup/iframe
Hello Dani,

There is a conflict with your template's stylesheet. Some values are inherited by the form.
You can check your stylesheet or you can choose not to load it when the template is the component.
$tmpl = JRequest::getCmd('tmpl');

if($tmpl == 'component') {
 //unset your stylesheet
} else {
 //OR load all other stylesheets. Both will work I prefer this method though.
}

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

  • Suba
  • Suba's Avatar Topic Author
  • Visitor
10 years 11 months ago #119695 by Suba
I am using the Chrome browser's inspector, and I am unable to find the css to disable, except for iframe body {padding-top:50px;}. The further down on the page an item is listen that I click Edit item on, the further upwards the editor floats, so when I click to edit the last item on the category view page, then the editor flies up and I can only see the bottom of the editor.

I can pm you login details if you don't mind.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum