Hi.
The text over the flexgallery images doesn't wrap for me on IE (11.332.15063.0). I tested it on Trinity template. It doesn't wrap on my test installation neither on the j51 demo server.
Is there anything I can do?
Thank you in advance.
Kornél
- bakonyikornel
-
- Commercial Templates
- Friday, 02 June 2017
- Subscribe via email
Hello.
It doesn't wrap on the j51 demo server neither on my test installation: http://trinity.cooltech.hu
I could test it with IE 11.332.15063.0 running on win 10 v. 1703 (build: 15063.332) and 1607 (build 14393.1198)
BR, Kornél
It doesn't wrap on the j51 demo server neither on my test installation: http://trinity.cooltech.hu
I could test it with IE 11.332.15063.0 running on win 10 v. 1703 (build: 15063.332) and 1607 (build 14393.1198)
BR, Kornél
- more than a month ago
- Commercial Templates
- # 2
Hi Kornél
Testing with IE, Chrome and Firefox we are unable to notice any difference with your FlexGallery module. Could I ask you to post a a screenshot of the issue so we may better understand your issue.
Ciarán
Testing with IE, Chrome and Firefox we are unable to notice any difference with your FlexGallery module. Could I ask you to post a a screenshot of the issue so we may better understand your issue.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
Hi Ciarán,
I attach a picture about the problem.
My experience testing it on 4-5 machines (all running Windows 10) is that on IE everything works fine except this wrap issue.
On Edge everything works fine. This must be a push from MS
Thx for the help.
Kornél
I attach a picture about the problem.
My experience testing it on 4-5 machines (all running Windows 10) is that on IE everything works fine except this wrap issue.
On Edge everything works fine. This must be a push from MS
Thx for the help.
Kornél
- more than a month ago
- Commercial Templates
- # 4
I just found a strange issue with IE again.
Please look at the attached picture. On the left side it is running on our server, a very fresh, untouched "out-of-the box" installation of Trinity, using your installer pack. On the right side it is your demo server. I triead again on more machines and all show me the same with IE. With Chrome and Firefox it works fine.
The site is the same, so I think there must be a difference on the server side. Can't it be some kind of wrong PHP setting that plays with us? I tried to change the PHP version from 7.0.7 back to 5.6.22, but no change.
I attached also the System info downloaded from the admin section from trinityori.cooltech.hu test installation, hope it helps.
Thank you.
Kornél
Please look at the attached picture. On the left side it is running on our server, a very fresh, untouched "out-of-the box" installation of Trinity, using your installer pack. On the right side it is your demo server. I triead again on more machines and all show me the same with IE. With Chrome and Firefox it works fine.
The site is the same, so I think there must be a difference on the server side. Can't it be some kind of wrong PHP setting that plays with us? I tried to change the PHP version from 7.0.7 back to 5.6.22, but no change.
I attached also the System info downloaded from the admin section from trinityori.cooltech.hu test installation, hope it helps.
Thank you.
Kornél
- more than a month ago
- Commercial Templates
- # 5
Hi Ciarán,
Thank you for the Solution, even though it is IE 11 and not 10, it Works. So thanks again.
What concerns the other issue, the screen resolution is 1366x768 pixels and yes, it's the same machine and the same IE (11.332.15063.0)
BR, Kornél
Thank you for the Solution, even though it is IE 11 and not 10, it Works. So thanks again.
What concerns the other issue, the screen resolution is 1366x768 pixels and yes, it's the same machine and the same IE (11.332.15063.0)
BR, Kornél
- more than a month ago
- Commercial Templates
- # 6
Hello
Unfortunately IE10 has very limited of flexbox which is widely used throughout most templates. Regarding your FlexGallery module you could try adding the following to the Custom CSS field of your templates parameters which should resolve this issue...
CIarán
Unfortunately IE10 has very limited of flexbox which is widely used throughout most templates. Regarding your FlexGallery module you could try adding the following to the Custom CSS field of your templates parameters which should resolve this issue...
.j51flexgallery figcaption {
display: block !important;
}
CIarán
- more than a month ago
- Commercial Templates
- # 7
Regarding your second query is this also IE10? What screen resolution are you having this issue?
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 8
Hi Kornél
Strange. At 1366px only your desktop menu should be displayed unless you have set otherwise in the 'Responsive Options' tab of your templates parameters?
Ciarán
Strange. At 1366px only your desktop menu should be displayed unless you have set otherwise in the 'Responsive Options' tab of your templates parameters?
Ciarán
- more than a month ago
- Commercial Templates
- # 9
Sorry, maybe I was missunderstandable.
The dual picture was taken from the sreen, it is not a montage. I splitted the screen with the two browser window, exactly 50-50%.
The problem is that my fresh and untouched installation does not change the menu to the mobile version, when the IE window is reduced, but it keeps the original desktop menu. This happens only on my installation on my server, not on your demo server what you can see in the right window.
The responsive options are unchanged, it is set to 1140 px and turned on.
I thought it is again some kind of a browser issue, but when I saw that it is working on your demo server, I became uncertain about it. Now I can think of some kind of a server side setting difference. Anyhow I tested it on more machines again and seems that this issue is not sticked to my pc only.
This is the link of my original untouched Trinity installation: trinityori.cooltech.hu
Does it work on your IE?
Thank you, Kornél
The dual picture was taken from the sreen, it is not a montage. I splitted the screen with the two browser window, exactly 50-50%.
The problem is that my fresh and untouched installation does not change the menu to the mobile version, when the IE window is reduced, but it keeps the original desktop menu. This happens only on my installation on my server, not on your demo server what you can see in the right window.
The responsive options are unchanged, it is set to 1140 px and turned on.
I thought it is again some kind of a browser issue, but when I saw that it is working on your demo server, I became uncertain about it. Now I can think of some kind of a server side setting difference. Anyhow I tested it on more machines again and seems that this issue is not sticked to my pc only.
This is the link of my original untouched Trinity installation: trinityori.cooltech.hu
Does it work on your IE?
Thank you, Kornél
- more than a month ago
- Commercial Templates
- # 10
Hi Kornél
Admittedly we are currently unable to replicate this issue. Switching the menus is controlled by browser side CSS media queries so it would be safe to assume that this is not a server side issue.
A bit of a shot in the dark but could you try adding the following to the Custom CSS field of your templates parameters...
Failing that may I ask does refreshing the page at the split screen width resolve the issue?
Ciarán
Admittedly we are currently unable to replicate this issue. Switching the menus is controlled by browser side CSS media queries so it would be safe to assume that this is not a server side issue.
A bit of a shot in the dark but could you try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 1140px) {
.hornav > ul {display:none !important;}
.slicknav_menu {display:block;}
}
Failing that may I ask does refreshing the page at the split screen width resolve the issue?
Ciarán
- more than a month ago
- Commercial Templates
- # 11
Hi Ciarán,
Thank you for the Solution. Finally your suggestion was almost perfect except that the !important flag in the 2nd line is not needed. It affects the menu background image to be undersized. But finally it Works
Just a last question
I positioned the language switcher module to header-1. But mobile menu hides it as it goes on top of the top part of the header and not above it. It also covers the top of the "diamond" which is just a little flaw in beauty. Is there a way to put the mobile menu above the header or shall I put the language switcher somewhere else?
Thanks, Kornél
Thank you for the Solution. Finally your suggestion was almost perfect except that the !important flag in the 2nd line is not needed. It affects the menu background image to be undersized. But finally it Works
Just a last question
I positioned the language switcher module to header-1. But mobile menu hides it as it goes on top of the top part of the header and not above it. It also covers the top of the "diamond" which is just a little flaw in beauty. Is there a way to put the mobile menu above the header or shall I put the language switcher somewhere else?
Thanks, Kornél
- more than a month ago
- Commercial Templates
- # 12
Hi Kornél
Yes changing the header-# position on mobile should be possible with some minimal custom CSS. Would you have a URL directly to an example of your language switcher in this position?
Ciarán
Yes changing the header-# position on mobile should be possible with some minimal custom CSS. Would you have a URL directly to an example of your language switcher in this position?
Ciarán
- more than a month ago
- Commercial Templates
- # 13
Yes, sure. It's under construction, but now you can reach it at http://v2.cooltech.hu
Thanks, Kornél
Thanks, Kornél
- more than a month ago
- Commercial Templates
- # 14
Thank you
To amend try adding the following to the Custom CSS field of your templates parameters...
Ciarán
To amend try adding the following to the Custom CSS field of your templates parameters...
@media only screen and (max-width: 1140px) {
.header-1 {
float: right;
margin-right: 5px;
margin-top: 60px;
}}
Ciarán
- more than a month ago
- Commercial Templates
- # 15
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »