Viewing 15 posts - 16 through 30 (of 37 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #514940

    <em>@fmfame 401054 wrote:</em><blockquote>i hope so much that we can fix the whole jquery conflicts with jomsocial soon. i want to use only your templates and your framework but sometimes i think thats not possible</blockquote>

    Please pm me admin login details and FTP account of your hosting. I will help you to check this problem directly on your site.

    fmfame Friend
    #515091

    have sent.. do you have get my details?

    fmfame Friend
    #515092

    Oh and i saw i also cant open off-canvas in easyblog page..

    Ninja Lead Moderator
    #515189

    <em>@fmfame 401540 wrote:</em><blockquote>Oh and i saw i also cant open off-canvas in easyblog page..</blockquote>

    I helped you to fix it directly in your site, here is my solution:

    Open templates/dwla_main/tpls/blocks/header.php file and red mark is just addedd on your site.


    <button type="button" class="btn btn-navbar" data-toggle="collapse" data-target="fixel-nav-collapse">
    <i class="icon-reorder"></i>
    </button>
    <script type="text/javascript">
    jQuery(window).load(function(){
    jQuery('.btn-navbar').on('click', function(e){
    if (!jQuery('html').hasClass('off-canvas-ready')){
    jQuery('.fixel-nav-collapse').collapse('toggle');
    e.stopPropagation();
    return false;
    }
    })
    });
    </script>

    Please check it again, let me know it helps

    fmfame Friend
    #515226

    same as before…

    fmfame Friend
    #515231

    and on all sites off canvas will only open under 767px browser width. but the off-canvas button is shown till 979 width.

    fmfame Friend
    #515232

    i never had so much problems with templates like on yours, sorry.. and i am working over 8 Years with joomla templates.
    And also i never had to “stress” supporters of template clubs because my problems always already exists..

    Ninja Lead Moderator
    #515306

    :(( I’m so sorry this problem on your site. I have raised this bug to development team here.They will help you to check it.

    fmfame Friend
    #515371

    Hello,

    thank you. i will wait again.

    But note in pm post that the problem exists also with “enabled” off-canvas, not only on disabled

    testcouch Friend
    #515648

    <em>@fmfame 400461 wrote:</em><blockquote>Sorry this post isnt completely answered…

    I told you from js problem..

    now i tell you step by step to reproduce big error.

    Open with mobile phone my site, then go to “social” page, then scroll to bottom, then try to open off-canvas..
    If i dont scroll to bottom and being at the top of the page, off-canvas will open with new t-3 2.0 version. If i have scrolled little bit down and then try to open off-canvas. it never will be open until i go to top and reload the page.

    i get following errors on chrome firebug
    </blockquote>

    I got exactly the same issue..when will this fixed? Ticket is already added sinse 8days!

    Wall Crasher Developer
    #515690

    Hi

    @testcouch, you can apply this patch.

    Please extract the zip file and copy to associated folder in your template.
    header.php => tpls/block/header.php
    script.js => js/script.js

    @fmfame, the header.php file does not contain your customize. I also apply these change to your site.

    Hope it helps,

    Regards


    1. script.zip
    fmfame Friend
    #515736

    @testcouch

    8 Days.. ??

    I have this Problem since over 2,5 Months and are posting and posting and posting and first time no developer understands what i mean, and now they are understanding that i have a problem, but Problem already exists..

    fmfame Friend
    #515773

    I moved your changes in my ja_fixel template To the right Folder because your files you uploaded hereare Not working on my Site and
    Oh my god, i can open Off-canvas now!!!!

    But the links “News” and “Infos” on mobile phone dont working..

    and can you tell me, why the mainbar in your current version does the following:
    On my iphone or ipad if i click on the off-canvas on any site, the navbar (mainbar with translating effect 250px) is still 0,5 -1sec hidden and then is shown again at the top?

    In Version 1.0.1 the mainbar always were shown after opening off-canvas and Not shortly is hidden and then Shown again.

    Wall Crasher Developer
    #515837

    Hi fmfame,

    The off-canvas effect has some problems on some mobile devices so it requires absolute position.

    But this causes the conflict with the template.

    .t3-mainnav.light-mainnav {
    top: 0 !important;
    }

    Here are 2 ways you can apply to solve:

    1. Add position fixed !imortant to the rule above.

    .t3-mainnav.light-mainnav {
    top: 0 !important;
    position: fixed !important;
    }
    => With this method, you may be not able to click the button to close off-canvas on some old devices.

    2. Remove the entire rule and add / replace the current javascript file (/js/script.js) with this one.

    For the submenu.

    I have no problem with the News and Infos.

    Note: all sub menu items of News and Infos has been showing. I’m also able to click on these sub menu items as well as News and Info menu items.

    I also recommend you to keep Always Show option turned ON. Because when it’s turned off and clicking to open submenu again has conflict with JomSocial. This issue can not be fixed without destroying other function of Jomsocial.

    I am sorry about this.

    Regards


    1. script.zip
    testcouch Friend
    #515873

    <em>@Wall Crasher 402303 wrote:</em><blockquote>Hi

    @testcouch, you can apply this patch.

    Please extract the zip file and copy to associated folder in your template.
    header.php => tpls/block/header.php
    script.js => js/script.js
    </blockquote>

    thanks for your work on this, i’v added both files in the respective folders..cleaned the cache..but there is no changes!

    Steps to reproduce:

    1. open my page with safari browser and iPhone 5
    2. click the off-canavas menu ->> it works
    3. scroll the page up and down..click again the off-canavas menu ->> it does not work
    4. 5. click the off-canavas menu ->> it works
    5. reload the page
    6. turn the iPhone from edgewise to horizontal format
    7. click the off-canavas menu ->> it works not
    8. Send me a new bug fix 😉

Viewing 15 posts - 16 through 30 (of 37 total)

This topic contains 37 replies, has 5 voices, and was last updated by  Wall Crasher 10 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum