Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #663725

    I have created a second ‘Ja Popup’ module in onepage position titled ‘our designs’. The problem I have – both on my Windows 8.1 notebook and my Ipad, irrespective of browser – is that the first three (out of four) items in row 2 are blank. I tried what happens if I change the order of the items and unpublish the first ‘Ja Popup’ module. It made no difference. I also tried entering the custom CSS code suggested in a similar thread, but to no avail. Row 1 and 3 look okay. It’s just row 2 that has the problem of displaying the 3 blank items.


    .ja-cp-main .ja-cp-group .ja-cp-item {
    height: 275px;
    }

    Ninja Lead Moderator
    #664184

    You can use my solution below

    Open modules/mod_jacontentpopup/assets/css/style.css file

    find and change

    .ja-cp-main .ja-cp-group .ja-cp-item {
    float: left;
    width: 25%;
    }

    to

    .ja-cp-main .ja-cp-group .ja-cp-item {
    float: left;
    width: 25%;
    height: 290px;
    }

    Ninja Lead Moderator
    #746224

    You can use my solution below

    Open modules/mod_jacontentpopup/assets/css/style.css file

    find and change

    .ja-cp-main .ja-cp-group .ja-cp-item {
    float: left;
    width: 25%;
    }

    to

    .ja-cp-main .ja-cp-group .ja-cp-item {
    float: left;
    width: 25%;
    height: 290px;
    }

    Andrew Winkler Friend
    #664515

    Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.

    Andrew Winkler Friend
    #746266

    Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.

    Ninja Lead Moderator
    #664813

    <em>@andrewwinkler 488563 wrote:</em><blockquote>Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.</blockquote>

    It’s very strange on your site maybe it uses caching on your site. I tried to add css style on your site but it did not work. I added css style below into your template.

    Now, you can see it’s working fine on your site.

    Ninja Lead Moderator
    #746349

    <em>@andrewwinkler 488563 wrote:</em><blockquote>Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.</blockquote>

    It may due to the cache on your site. I added css style below into your template.

    Now, you can see it’s working fine on your site.

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

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 3 months ago.

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