when creating an upload then the Tabs in the form disappear,disappears the tabs that I clicked to last.
I would remove all tabs except the file upload , but can not remember what ' layout ' I have to work . However, this disappearance is just strange
ops I forget:
I use joomla 3.5.1 jdownloads 3.2.45 and the template is acacia from rocketheme
Hi
Thanks for extra details. I cannot reproduce on my test site but have seen problem on your site. Will try to get acacia template from rocketheme.
Colin
Hi
I have isolated the fault in the acacia template and will advise rocketheme to see if they have a solution.
The two pictures attached show the initial state and the state after clicking on the Description tab. Basically the Publication tab has 'vanished'
Now the generated code at the initial state before selecting another tag is:
<ul class="nav nav-tabs">
<li class="active"><a href="#publishing" data-toggle="tab">Pubblicazione</a></li>
<li><a href="#editor" data-toggle="tab">Descrizioni</a></li>
<li><a href="#files" data-toggle="tab">Files</a></li>
<li><a href="#images" data-toggle="tab">Immagini</a></li>
<li><a href="#additional" data-toggle="tab">Addizionali</a></li>
<li><a href="#metadata" data-toggle="tab">Metadati</a></li>
</ul>
After selecting the Description tab the code generated is now as below. Note the inclusion of style="display: none;" in the <li related to publication. This causes the tab to disappear.
<ul class="nav nav-tabs">
<li class=""><a aria-expanded="false" style="display: none;" href="#publishing" data-toggle="tab">Pubblicazione</a></li>
<li class="active"><a aria-expanded="true" href="#editor" data-toggle="tab">Descrizioni</a></li>
<li><a href="#files" data-toggle="tab">Files</a></li>
<li><a href="#images" data-toggle="tab">Immagini</a></li>
<li><a href="#additional" data-toggle="tab">Addizionali</a></li>
<li><a href="#metadata" data-toggle="tab">Metadati</a></li>
</ul>
If the style="display: none;" part is manually removed with Firefox Inspector then as expected the tab reappears.
Whilst I am thinking this is a template problem it could be another extension that is designed to modify tabs as perhaps a one time 'shot'. Are you aware of any such extensions. It might be related to menus.
Colin
[gelöscht durch Administrator]
Hi
Have tested with acacia template on my site. You need to update the latest version of Acacia (1.10) and Gantry Framework (4.1.31) as that might solve problem.
Colin