test
Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • hjalte1983 Friend
    #200962

    Hi Guys.
    Working with this template and Mijoshop has been a challenge. I still got a few issues i hope you can help me with.

    1. there might be a bug with the cart.
    When adding a item to the cart it just says 1 in the cart in the top right corner, and some text/code shows below
    see image:

    When pressing the cart and unpressing it shows right. like this:

    2. The Flags:
    My language switcher is showing out of the screen, depending how big your screen is. on a Macbook it show like this:

    And in Internet Explorer the language switcher doesn’t even show.

    I would really like to move the switcher, maybe before the Home. or even down in the green header_oc bar.

    3. Responsive issues.

    How can i fix the search bar?, also as you can see there is a issue with the language switcher and menu.

    Also on an ipad there should be plenty of room for my 3 menues : Home Shopping Cart Checkout, but not showing anything.

    4. margin issue from old thread.
    <em>@hjalte1983 443494 wrote:</em><blockquote>@Ninja Lead i’ve been working back and forth with the margins, and its now set to -150 which look good in top.
    But i’m having trouble at the bottom:

    Also when going responsive it look like this:

    Can you help me out,

    Regards.</blockquote>

    Been stuck with this for weeks., hope you can help me out 🙂
    Launching the site is getting closer

    regards-


    1. cart
    2. correct-cart
    3. Screen-Shot-2014-08-05-at-15.26.24
    4. Phone1
    5. Ipad2
    Ninja Lead Moderator
    #548098

    How can you add left category in Product page?

    I see the left category on your site could not support responsive. When I set back to default theme from Mijoshop theme and it could not work too.


    1. left_category
    hjalte1983 Friend
    #548142

    Just using the default Category module in Mijoshop


    1. column-left
    Ninja Lead Moderator
    #548246

    I’m so sorry about this, JA Decor template only supports responsive as in our concept and covers all popular layouts, it may not be possible to provide responsive layouts for all options. I tried to find from Mijoshop forum but I could not see the info about default Mijoshop theme supporting responsive layouts, you can raise this problem to Mijoshop forum here hope you will get best answer there.

    hjalte1983 Friend
    #548282

    @ninja Lead Okay, what about issue 1 and 2?

    Ninja Lead Moderator
    #548411

    <em>@hjalte1983 444234 wrote:</em><blockquote>@Ninja Lead Okay, what about issue 1 and 2?</blockquote>

    #1: This is a problem of our product, I have raised this bug for development team to fix here

    #2: This is a customize languageswitcherload position in your layout but you can try to fix it with my solution below

    Open templates/ja_decor/css/custom.css file

    find and change

    .dropdown-menu {
    min-width: 50px;
    }

    div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    top: 10px;
    }

    to

    .dropdown-menu {
    min-width: 60px;
    }

    div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    top: 10px;
    }

    .t3-header .main-container .pull-right {
    margin-right: 60px;
    }

    hjalte1983 Friend
    #548460

    Thanks,
    about nr. 4
    margin issue from old thread.
    Is this something you can help me with ?

    hjalte1983 Friend
    #548681

    Hi @ninja Lead
    The language switcher won’t show on ipad and macbook “13


    1. Screen-Shot-2014-09-08-at-09.49.42
    Ninja Lead Moderator
    #548692

    The problem of language switcher on ipad and mackbook “13, I just fixed it with the solution below :

    Open templates/ja_decor/css/custom.css file

    Change

    div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    top: 10px;
    }

    To

    div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: inline-flex;
    top: 10px;
    }

    and #4 of your problem, you can try to use the solution below

    Open templates/ja_decor/css/custom.css file

    find and change

    .ja-product-grid {

    margin-bottom: -150px;

    }

    To

    .box_oc .featuredproducts > .ja-product-grid {

    margin-bottom: -150px;

    }

    Let me know if it helps

    hjalte1983 Friend
    #548710

    Thanks A LOT ! 🙂

    hjalte1983 Friend
    #550373

    hey @ninja Lead , any update on the bug?
    http://pm.joomlart.com/browse/JADECOR-216

    Ninja Lead Moderator
    #553564

    <em>@hjalte1983 446837 wrote:</em><blockquote>hey @ninja Lead , any update on the bug?
    http://pm.joomlart.com/browse/JADECOR-216</blockquote>

    Apologies for this late response, somehow I missed this thread.

    You can try to use temporary fix with this bug

    Open templates/ja_decor/css/custom.css file and add the css style below

    #header_oc #cart .heading a {
    overflow: hidden;
    }

    Let me know if it helps

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

This topic contains 12 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 1 month ago.

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