End of Support for Joomla 3 - Forum closed
[SOLVED] failure Sidebar -b position
- baam
- Topic Author
- Visitor
- Thank you received: 0
i have a problem with the snowflake templates, but only in the safari browser Version 7.1.5.
all modules on the position "Sidebar-b" moves one below the other untder the maincontent position. Please could you help me?
see r15joomla.uhcm.ch/
all modules on the position "Sidebar-b" moves one below the other untder the maincontent position. Please could you help me?
see r15joomla.uhcm.ch/
by baam
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Sorry but I could not see any problem with Safari, see image attached.
Please check if your Firewall dont block any scripts!
Please check if your Firewall dont block any scripts!
Attachment safari_2015-04-30.jpg not found
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Attachments:
Please Log in or Create an account to join the conversation.
- baam
- Topic Author
- Visitor
- Thank you received: 0
Thank u for ur fast reply. But unfortunately the setup in my firewall is correct. If have the same problem with the google chrome browser on my Imac also on the google chrome browser in my company which runs on windows OS.
If got for a other Joomlawebsite a template from yootheme wich runs with the same wrap framwork version. with this templates everthing works fine on all browsers.
regards Marco
If got for a other Joomlawebsite a template from yootheme wich runs with the same wrap framwork version. with this templates everthing works fine on all browsers.
regards Marco
Attachment Bildschirmfoto2015-05-04um21.51.11.png not found
Attachment Bildschirmfoto2015-05-04um21.51.48.png not found
by baam
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
its a script error, because the sidebars do not calculate the height and width.
See image attached
You have many different extensions installed ( gavick, unite slider and so on)
Please check these extensions and disable these extensions one by one and check if the issue is gone.
There is an ongoing discussion in the Joomla community on how to prevent loading jQuery multiple times across extensions. We have already taken steps and measures by implementing a widely accepted solution. We register through JApplication whether jQuery is loaded or not. In case a 3rd party extension loads the jQuery library you can use the following code snippet to prevent Widgetkit or Warp theme from loading it twice:
More tips:
If you've detected a JavaScript error on a page you need to find its origin. Usually the errors are caused by an extension or combination of multiple extensions. The browser's debug console will help you to identify the scripts and their related files on your webserver. Once you have identified the extension you can try disabling it to make sure your page works without any errors again. If the error is gone, you've found the extension causing the conflict. Now you can look for the extensions configuration option and see if it lets you enable/disable loading a JavaScript library like jQuery to resolve the errors.
its a script error, because the sidebars do not calculate the height and width.
See image attached
Attachment script_2015-05-05.jpg not found
You have many different extensions installed ( gavick, unite slider and so on)
Please check these extensions and disable these extensions one by one and check if the issue is gone.
There is an ongoing discussion in the Joomla community on how to prevent loading jQuery multiple times across extensions. We have already taken steps and measures by implementing a widely accepted solution. We register through JApplication whether jQuery is loaded or not. In case a 3rd party extension loads the jQuery library you can use the following code snippet to prevent Widgetkit or Warp theme from loading it twice:
// load jQuery, if not loaded before
if (!JFactory::getApplication()->get('jquery')) {
JFactory::getApplication()->set('jquery', true);
// add jQuery
...
}
More tips:
If you've detected a JavaScript error on a page you need to find its origin. Usually the errors are caused by an extension or combination of multiple extensions. The browser's debug console will help you to identify the scripts and their related files on your webserver. Once you have identified the extension you can try disabling it to make sure your page works without any errors again. If the error is gone, you've found the extension causing the conflict. Now you can look for the extensions configuration option and see if it lets you enable/disable loading a JavaScript library like jQuery to resolve the errors.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:9 years 6 months ago
by joomlaplates
Attachments:
Last edit: 9 years 6 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- baam
- Topic Author
- Visitor
- Thank you received: 0
Hi
I found the error. indeed i had a extension problem. I have to disable the widgetkit from yootheme. Now all is running fine. I'm verry thankful.
Best regards
I found the error. indeed i had a extension problem. I have to disable the widgetkit from yootheme. Now all is running fine. I'm verry thankful.
Best regards
by baam
Please Log in or Create an account to join the conversation.
- baam
- Topic Author
- Visitor
- Thank you received: 0
Moderators: joomlaplates