-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 1, 2014 at 7:45 am #200962Hi 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 closerregards-



Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 3, 2014 at 7:39 am #548098How 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.
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 3, 2014 at 12:11 pm #548142
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 4, 2014 at 7:21 am #548246I’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
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 5, 2014 at 7:22 am #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;
}1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 5, 2014 at 1:02 pm #548460Thanks,
about nr. 4
margin issue from old thread.
Is this something you can help me with ?hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 8, 2014 at 8:40 am #548681
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 8, 2014 at 9:35 am #548692The 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
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 8, 2014 at 10:53 am #548710Thanks A LOT ! 🙂
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 22, 2014 at 10:49 am #550373hey @ninja Lead , any update on the bug?
http://pm.joomlart.com/browse/JADECOR-216
Ninja Lead
Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 20, 2014 at 6:53 am #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
AuthorPostsViewing 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, 3 months ago.We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Bugs and responsive problems
Viewing 12 posts - 1 through 12 (of 12 total)




