#267 Posted in ‘Showtime Image Gallery’

Latest post by Lefteris Kavadas on Tuesday, 13 November 2018 12:20 EET

Steinlein Werbeagentur GmbH
 In IE11 the wall theme is not displayed correctly. When I open the page the wall images are all 100% wide, not in the grid defined in the properties. After resizing the window all is arranged correctly.
Link:
http://kapwest.steinlein-werbeagentur.de

Any idea

Lefteris Kavadas
Hi,

Can you please check the browser console for any errors? I just tested with IE11 (using the Edge simulator) and everything worked fine for me.

Regards

Steinlein Werbeagentur GmbH
Immidiatly after I start the developper tools all is arranged perfectly

Steinlein Werbeagentur GmbH
How can I check this?

Steinlein Werbeagentur GmbH
Windows 10 and Edge works.
Windows 7 and IE11 doesn't (even in edge mode)

Lefteris Kavadas
I am not sure yet why this happens, but I have an idea to solve the issue quickly. Since it works when the browser is resized you can try to trigger the resize event manually using javascript:
jQuery(window).trigger('resize');

Place this in a script at the bottom or your page or use it in the head with the DOM ready declaration.
If you choose to place it in the head the code should look like:
jQuery(document).ready(function() {jQuery(window).trigger('resize');});


Let me know if that solves the issue.

Regards

Steinlein Werbeagentur GmbH
Sorry but that didn't fix it. Or I did something wrong with the code.

Lefteris Kavadas
Please create a new private ticket and include administrator and FTP access to your site so I can take a look.

Regards

Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request.  In case you just want to ask a question, you can also use the contact form .

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review