-
AuthorPosts
-
hjalte1983 Friend
hjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 23, 2014 at 8:41 am #201538Both In firefox and IE some of my categories shows incorrect. There is no issue in Chrome.
its not all the categories.. Must depending on the text size ?
How can i fix this?
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2014 at 8:36 am #550600I got this bug from your site when I debug it
[blocked] The page at 'https://ellisellisshop.dk/index.php/da/lamper/pendler' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Raleway:700,300': this content should also be loaded over HTTPS.
pendler:103
[blocked] The page at 'https://ellisellisshop.dk/index.php/da/lamper/pendler' was loaded over HTTPS, but ran insecure content from 'http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700': this content should also be loaded over HTTPS.
pendler:104But I just fixed it directly on your site with solution below
Open templates/ja_decor/tpls/blocks/head.php file
Find and change
<link href='http://fonts.googleapis.com/css?family=Raleway:700,300' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>To
<link href='//fonts.googleapis.com/css?family=Raleway:700,300' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>You can check it again, let me know if it helps
-
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 25, 2014 at 7:06 am #550694ahh more of those http:
should that help, i see no changes ?Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 25, 2014 at 10:00 am #550730<em>@hjalte1983 447244 wrote:</em><blockquote>ahh more of those http:
should that help, i see no changes ?</blockquote>You can try again with this fixes below
Open components/com_mijoshop/opencart/catalog/view/theme/decor/stylesheet/stylesheet.css file
Find and change
.ja-product-grid .product-item {
padding: 30px;
border-right: 1px solid #f0f0f0 ;
border-bottom: 1px solid #f0f0f0 ;
}
To
.ja-product-grid .product-item {
padding: 24px;
border-right: 1px solid #f0f0f0 ;
border-bottom: 1px solid #f0f0f0 ;
}
1 user says Thank You to Ninja Lead for this useful post
hjalte1983 Friendhjalte1983
- Join date:
- September 2012
- Posts:
- 328
- Downloads:
- 7
- Uploads:
- 105
- Thanks:
- 101
- Thanked:
- 9 times in 1 posts
September 25, 2014 at 1:54 pm #550748Look like it solved it 🙂 ty
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by hjalte1983 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum