Viewing 11 posts - 46 through 56 (of 56 total)
  • Author
    Posts
  • hjalte1983 Friend
    #557361

    Yes, the slider is displayed in popup of Terms and Condition

    that’s exactly what i’m trying to do, but it wont work.

    Saguaros Moderator
    #557463

    I just added CSS rule to hide this slider:


    /*hide slider in popup Terms & Cond*/
    .view-checkout .ls-wp-container {
    display: none !important;
    }

    P/s: this question relates more to 3rd party extension, it’s best if you contact its provider.

    And if you have further question, please post a new thread, these doesn’t relate to the topic 🙂

    hjalte1983 Friend
    #558489

    Thanks again @saguaros

    one last question in this thread about the margins you fixed before.
    Its still showing that margin / empty space in checkout / success

    I like the slider is there, but can you help me fix the margins?

    Regards


    1. order-success
    Saguaros Moderator
    #558491

    How can I fulfill info to check out?

    hjalte1983 Friend
    #558492

    just add a product and complete. the site is still in beta.. so when the creditcard comes up you just press one of the test cards.

    hjalte1983 Friend
    #558496

    Just noticed its the same when you search for a product and press enter

    Thanks again.

    Saguaros Moderator
    #558672

    This thread keeps so long.

    The search module belongs to Mijoshop, it’s different from default search module of Joomla which you can decide where/which page the search results should display. At this moment, on your site, the search is showing on Home page. Please contact Mijoshop for help on how to control search results or redirect to a specific menu item page and you can remove slide from that page. And also the ‘layerslider’ – it’s 3rd party slide, not our JA Product.

    Sam Samiei Friend
    #564475

    hi, I’ve added the following code to the header and it works fine in Safari but in Firefox and Chrome it doesn’t work.

    my website is: https://www.northlondonappliancerepairs.co.uk

    many thanks

    <!– HEADER –>
    <script src=”http://stickyjs.com/jquery.sticky.js”></script>
    <script>
    jQuery(document).ready(function(){
    jQuery(“#t3-header”).sticky({topSpacing:0});
    });
    </script>

    Saguaros Moderator
    #564531

    As I can see that the menu on your site is sticky now, did you get it sorted?

    Sam Samiei Friend
    #564597

    i have fixed the issue with firefox and chrome, but the problem i have now is with mobile and tablet view (responsive mode). the header stays there but the menu (Off-Canvas) icon doesnt.

    any help appreciated.

    Saguaros Moderator
    #564646

    Try adding this css rule into: /templates/ja_your_default_template/css/custom.css

    @media (max-width: 1024px) {
    .off-canvas-toggle {
    position: fixed;
    padding: 0px 65px;
    }
    }

Viewing 11 posts - 46 through 56 (of 56 total)

This topic contains 56 replies, has 6 voices, and was last updated by  Saguaros 9 years, 2 months ago.

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