Hi there
After upgrading to Joomla 3.4.4 the Edit display using the Isis template does not format the tabs.
See attachment.
Consistent across all my instances. Did a controlled upgrade one site from 3.3 where it worked to 3.4.4 and the formatting was lost.
Tabs format fine on Hathor template
Wallyhowe
After upgrading to Joomla 3.4.4 the Edit display using the Isis template does not format the tabs.
See attachment.
Consistent across all my instances. Did a controlled upgrade one site from 3.3 where it worked to 3.4.4 and the formatting was lost.
Tabs format fine on Hathor template
Wallyhowe
Hi WallyHowe,
I just checked* on my test site and it appears to be working OK.
Joomla! 3.4.4. + CC 4.0.1_J3 + Isis template
Are there any JavaScript errors showing on the page? There may be a conflict with something else?
Bob
* I had to duplicate the /administrator/components/com_chronoconnectivity/versions/j3.3 to /j3.4 to get view the component.
I just checked* on my test site and it appears to be working OK.
Joomla! 3.4.4. + CC 4.0.1_J3 + Isis template
Are there any JavaScript errors showing on the page? There may be a conflict with something else?
Bob
* I had to duplicate the /administrator/components/com_chronoconnectivity/versions/j3.3 to /j3.4 to get view the component.
Well this is quite strange. No Javascript errors show.
I have now found one instance on my localhost which is 3.4.4 and it displays correctly. The chronoconnectivity htmltabs css gets called into play.All others on my local host do not display correctly.
I have tried 2 other instances on one hosting provider and it does not display the tabs.
I freshly installed chronoconnectivity on a completely different website which does not use chronoconnectivity listings and the display does not work there either.
In all of these instances I cannot see the chronoconnectivity css getting called but this may be because the format is not tabbed.
Looks like i will just have to live with it.
Wallyhowe
I have now found one instance on my localhost which is 3.4.4 and it displays correctly. The chronoconnectivity htmltabs css gets called into play.All others on my local host do not display correctly.
I have tried 2 other instances on one hosting provider and it does not display the tabs.
I freshly installed chronoconnectivity on a completely different website which does not use chronoconnectivity listings and the display does not work there either.
In all of these instances I cannot see the chronoconnectivity css getting called but this may be because the format is not tabbed.
Looks like i will just have to live with it.
Wallyhowe
Hi wallyhowe,
By all means PM me a site URL and a SuperAdmin login and I'll take a quick look to see if I can spot anything.
Bob
By all means PM me a site URL and a SuperAdmin login and I'll take a quick look to see if I can spot anything.
Bob
Problem solved with help from bob pointing in right direction.
Issue was not the Joomla upgrade but one of the security settings I added to .htaccess:
Removing this from .htacess allowed the required css file to load.
Coffee on the way Bob.
Wally
Issue was not the Joomla upgrade but one of the security settings I added to .htaccess:
## Begin Securitycheck Pro Prevent access to .ht files
<FilesMatch "^.ht">
Order deny,allow
Deny from all
</FilesMatch>
## End Securitycheck Pro Prevent access to .ht files
Removing this from .htacess allowed the required css file to load.
Coffee on the way Bob.
Wally
This topic is locked and no more replies can be posted.