-
AuthorPosts
-
September 23, 2013 at 12:53 pm #190837
Hi,
There is an issue with main menu on safari which i have already reported and still not addressed in the new update of Fixel.
sub menu items of main main disappear when you hover over them.
Has any one got a fix for that?
Regards,
Raniphong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 24, 2013 at 4:20 am #506821Hi rani,
In this case, you can try to turn off Enable Development Mode in Template Manager and check out the sub-menu items on Safari then. As you can see that both J2.5 and J3.x demo of our JA Fixel templates still works fine with showing the sub-menu items on Safari.
Demo J2.5:http://joomla25-templates.joomlart.com/ja_fixel/index.php/
Demo J3.x: http://joomla30-templates.joomlart.com/ja_fixel/index.php/September 24, 2013 at 11:04 am #506870i just went to these URLs with safari and whenever i hover sub-menu it disappears. There is some thing wrong. I have also reset safari and tried again same issue. Sub-menu works fine on other browsers.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 25, 2013 at 12:35 am #506916Hi Rani,
Sorry my incorrect reply above. Yeah, I saw the sub-menu items disappeared when hovering them on Safari. I have already raised a bug report to our template dev team for the bug fix in the next update. And i will still keep tracking on it and remind you again when the new update is going to be available. At this time, you also can see the work flow of solving this bug at http://pm.joomlart.com/browse/JATCFIXEL-155 . Thank you for your feedback, we really appreciate it.
September 25, 2013 at 3:59 am #506937Thanks Leo.
September 28, 2013 at 8:16 pm #507393Hi.
I have same problem (OS X 10.6.8 + Safari 5.1.10).
“Sub menu items of main main disappear when you hover over them.”I hope you can fix this error as soon as possible. This bug does not allow to use the template.
Thanks a lot! 🙂
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
September 29, 2013 at 4:20 am #507399Hey guys,
As usual, the last days of a month is a busy period of time of our dev teams to develop the next monthly template (October) on time, so that the update of JA Fixel template and other extensions will be available few days after we completely release the next October template. Hope you guys can wait for us !
1 user says Thank You to phong nam for this useful post
October 11, 2013 at 10:10 am #508737<em>@Leo Burnetts 391571 wrote:</em><blockquote>Hey guys,
As usual, the last days of a month is a busy period of time of our dev teams to develop the next monthly template (October) on time, so that the update of JA Fixel template and other extensions will be available few days after we completely release the next October template. Hope you guys can wait for us !</blockquote>
Hi, Leo!Thanks for your support.
Is there any news, please?
Can i start to develop a new site in the meantime and then only update the template when the bug will be fixed?
Or is it better to wait until you solve the problem before, please?Thanks a lot.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 13, 2013 at 6:49 am #508829Hi mian,
Yes, just keep on your website’s developments in the meantime. When the bug fix update of JA Fixel template is going to be available, I will remind you and assist you to apply directly on your website.
You know, our developers are still working to release the downloadable October template next Monday or Tuesday. Thank you for your patience !
happyta5 Friendhappyta5
- Join date:
- December 2011
- Posts:
- 15
- Downloads:
- 33
- Uploads:
- 5
- Thanked:
- 2 times in 1 posts
October 18, 2013 at 2:04 pm #509492No solution yet ? Think about so many safari users around ……
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 19, 2013 at 11:10 am #509558Hi happyta5, guys,
Please wait until next Monday or Tuesday when our JA Fixel developer come back and update the bug fix on this issue. Thank you !
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 21, 2013 at 4:08 am #509632Hey guys,
The bug fix on this issue is available now, you just need to backup and open the templates/ja_fixel/js/script.js file, replace lines:
//ready
(function($){(function () {
if($.browser.safari && window.top != window.self){
var safarihack = document.createElement('style');
head = document.head || document.getElementsByTagName('head')[0];if(safarihack){
// add css
safarihack.type = 'text/css';
var cssText = '#fixel-grid > .items:first-child { -webkit-transform: translate3d(0, 0, 0); }';with
//ready
(function($){(function () {
if($.browser.safari){
var safarihack = document.createElement('style');
head = document.head || document.getElementsByTagName('head')[0];if(safarihack){
// add css
safarihack.type = 'text/css';
var cssText = '';if(window.top != window.self){
cssText += '#fixel-grid > .items:first-child { -webkit-transform: translate3d(0, 0, 0); }';
}cssText += '#t3-mainnav .t3-megamenu { -webkit-transform: translateZ(0); -webkit-font-smoothing: antialiased; }'
I do also attached the full script.js file in case you don’t want to edit the script codes.
doco_design Frienddoco_design
- Join date:
- October 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 29, 2013 at 3:54 pm #510564Hi,
I replaced the script file but It doesn’t work on the safari browser.The version of Safari is 5.1.7 on Osx 10.6.8
Regards
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 29, 2013 at 4:01 pm #510565Hi doco_design,
Can you try to clear browser cache ? You can send me PM with website’s admin login if the issue still exists so that I can check what is wrong with this.
doco_design Frienddoco_design
- Join date:
- October 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 31, 2013 at 11:04 am #510775Hi Leo,
do you find any issues?Regards
-
AuthorPosts
This topic contains 24 replies, has 6 voices, and was last updated by Saguaros 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum