Hi zusammen, da ich sehr schwach Englisch spreche schreibe ich hier auf Deutsch und hoffe jemand kann mir helfen.
Ich habe Phoca Restaurant Menu Pro gekauft und hab zwei fehler Ansichten im Backend:
1. Wenn ich unter Wochenmenü Stapelverarbeitung auswähle (verschieben/kopieren) ist das Ansicht fenster so klein das ich kaum nach unten scrollen kann um eine Liste auszuwählen (Bild1)
2. Wenn ich auf meinem Monitor zwei Ansichten habe (halbes Bildschirm Joomla bzw. Phoca im Backend und halbes z.B. ein PDF Dokument
kann ich nicht nach unten Scrollen um meine Produkte zu bearbeiten? (Bild2)
Hier Link zur Bilder: http://eco-deco.de/fehler_phocca.jpg
Hat jemand ein Rat ??? Wäre Dankbar für eure Hilfe.
Fehler / Ansicht / Backend
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fehler / Ansicht / Backend
Hallo, ich werde es ansehen, da glaube ich, kann ich nichts machen, weil dies ist von Joomla! (in erstem Fall von JQuery Modal Box) dargestellt.
JQuery Modal Box hat keine Einstellung von Höhe, es macht die Höhe automatisch nach dem Inhalt:
BTW: In welchem Browser bekommst du solche Probleme, ich teste Firefox und Chrome, und bekomme Select Box auser Window
2) Bestätigt, dies sieht so aus, es hängt mit Responsivität, ich werde es ASAP anschauen ...
Jan
JQuery Modal Box hat keine Einstellung von Höhe, es macht die Höhe automatisch nach dem Inhalt:
Code: Select all
// Add a batch button
if ($user->authorise('core.edit'))
{
JHtml::_('bootstrap.modal', 'collapseModal');
$title = JText::_('JTOOLBAR_BATCH');
$dhtml = "<button data-toggle=\"modal\" data-target=\"#collapseModal\" class=\"btn btn-small\">
<i class=\"icon-checkbox-partial\" title=\"$title\"></i>
$title</button>";
$bar->appendButton('Custom', $dhtml, 'batch');
}
2) Bestätigt, dies sieht so aus, es hängt mit Responsivität, ich werde es ASAP anschauen ...
Jan
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Fehler / Ansicht / Backend
2) I will change it in next version. For now if you want to make quick fix, open:
administrator\components\com_phocamenu\views\phocamenugroups\tmpl\default.php
administrator\components\com_phocamenu\views\phocamenudays\tmpl\default.php
administrator\components\com_phocamenu\views\phocamenuitems\tmpl\default.php
and with help of text editor make search replace: search "hidden-phone" and replace with "" (nothing) for all instances e.g. so the change is quick.
I will change it in next version.
Jan
administrator\components\com_phocamenu\views\phocamenugroups\tmpl\default.php
administrator\components\com_phocamenu\views\phocamenudays\tmpl\default.php
administrator\components\com_phocamenu\views\phocamenuitems\tmpl\default.php
and with help of text editor make search replace: search "hidden-phone" and replace with "" (nothing) for all instances e.g. so the change is quick.
I will change it in next version.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 14 May 2016, 18:43
Re: Fehler / Ansicht / Backend
1) Ich habe das Problem in Firefox (vers.39.0.3)
2) Ok dann warte ich auf ein Update ;-)
2) Ok dann warte ich auf ein Update ;-)