Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • karocki Friend
    #194904

    Hi There,

    I really like Purity iii and enjoying testing it out. I have noticed three issues though.

    1. on my iPad Retina display the mega menu goes off the screen making the site impossible to navigate on it…
    2. The images are very blurry on the retina display. Is there a way to load differnt images for devices like the iPad Retina?
    3. I followed the instructions to add the BACK TO TO BUTTON but did not work. I have now removed the changes I made but would you mind seeing why it did not work?

    Thank you in advance for your assistance.

    Regards,
    Mark

    rvillela Friend
    #523272

    I too think this template is Awesome!

    I also noticed a MegaMenu issue on the iPad/mobile phone. The MegaMenu seems to conflict with JomSocial styles.
    On desktops regardless of browsers the sub-menus work well with JomSocial, but on my iPad and mobile phone (Android), the sub-menus do not expand.

    Try this URL on a desktop http://www.bikingzone.us/my-profile and hover over the the Mountain for Road menus, the submenus dropdown just fine.
    No do the same thing at the same URL on an iPad or mobile phone and you will notice that the sub-menus DO NOT expand. Now on the same iPad or mobile phone go to http://www.bikingzone.us and you will notice the sub-menus drop down just fine.

    Sorry I don’t know how to troubleshoot this issue on a mobile device.

    Nazario A Friend
    #523359

    Hi Mask,

    <blockquote>1. on my iPad Retina display the mega menu goes off the screen making the site impossible to navigate on it…</blockquote>
    A – I just checked and see that your site did not use the megamenu, collapse navigation for small screens and Off-canvas Sidebar.

    As default, on the iPad, the menu will show as in this screnshort:

    You need to enable “Collapse navigation for small screens” in template manager >> Navigation in the backend of your site.

    Also, please create a new file called “custom.css” in /templates/purity_iii/css/ path then add this rule:

    @media (max-width: 768px){
    .logo {
    position: absolute;
    }
    .navbar {
    min-height: 65px;
    }
    .head-search .search .fa-search {
    top: 25px;
    }
    .head-search .form-control {
    height: 65px;
    }
    }

    <blockquote>2. The images are very blurry on the retina display. Is there a way to load differnt images for devices like the iPad Retina?</blockquote>
    Please show where are the images you mentioned on your site?

    <blockquote>3. I followed the instructions to add the BACK TO TO BUTTON but did not work. I have now removed the changes I made but would you mind seeing why it did not work?
    </blockquote>

    Here are steps:
    – Open the file: /templates/purity_iii/tpls/blocks/footer.php then add this rule:

    <!-- BACK TOP TOP BUTTON -->
    <div id="back-to-top" data-spy="affix" data-offset-top="300" class="back-to-top hidden-xs hidden-sm affix-top">
    <button class="btn btn-primary" title="Back to Top"><i class="fa fa-caret-up"></i></button>
    </div>
    <script type="text/javascript">
    (function($) {
    // Back to top
    $('#back-to-top').on('click', function(){
    $("html, body").animate({scrollTop: 0}, 500);
    return false;
    });
    })(jQuery);
    </script>
    <!-- BACK TO TOP BUTTON -->

    – Open the file: /templates/purity_iii/css/custom.css then add this rule:

    .back-to-top {
    bottom: 40px;
    right: 20px;
    top: auto;
    }

    Let me know how it goes.


    1. karocki-3
    2. karocki-2
    3. karocki-1
    4. karocki-4
    karocki Friend
    #523875

    Thanks for the help.

    Yeah, I turned Megamenu off as was not working on iPad retina display. It works fine on a normal iPad (generation 1 and 2) but anything later and this template does not look/work well. The retina is 2048px x 1536px so it is by no means a small screen so your code for smaller screens does not apply to it.

    Its not an issue anymore though as I have decided not to use the mega menu.

    But the main issue that all the images (and I mean all) look blurry on it as the iPad retina blows them up so they are not tiny. Its a problem with all images on the retina display. I need to add some code that detects the retina display and then uses a different image. I found this http://www.ostraining.com/blog/joomla/retina-js/ but not sure where to add the,

    <script src=”/<?php echo $this->baseurl; ?>/templates/<?php echo $this->template; ?>/js/retina.js” type=”text/javascript”></script>

    code.

    Thank you,
    Karocki

    karocki Friend
    #523885

    Hi,

    After some more testing, i think my server may be the issue… I noticed when I created a demo site on the Joomlart server it’s fine.

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  karocki 10 years, 2 months ago.

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