Viewing 15 posts - 1 through 15 (of 24 total)
  • Author
    Posts
  • rani Friend
    #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,
    Rani

    phong nam Friend
    #506821

    Hi 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/

    rani Friend
    #506870

    i 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 Friend
    #506916

    Hi 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.

    rani Friend
    #506937

    Thanks Leo.

    mian Friend
    #507393

    Hi.
    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 Friend
    #507399

    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 !

    mian Friend
    #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 Friend
    #508829

    Hi 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 Friend
    #509492

    No solution yet ? Think about so many safari users around ……

    phong nam Friend
    #509558

    Hi 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 Friend
    #509632

    Hey 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.


    1. script.zip
    doco_design Friend
    #510564

    Hi,
    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 Friend
    #510565

    Hi 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 Friend
    #510775

    Hi Leo,
    do you find any issues?

    Regards

Viewing 15 posts - 1 through 15 (of 24 total)

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