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

    Both 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?


    1. issue2
    2. issue1-ie
    Ninja Lead Moderator
    #550600

    I 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:104

    But 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. google_font__block
    hjalte1983 Friend
    #550694

    ahh more of those http:
    should that help, i see no changes ?

    Ninja Lead Moderator
    #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 ;
    }

    hjalte1983 Friend
    #550748

    Look like it solved it 🙂 ty

Viewing 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