Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • seaneo Friend
    #476286

    Hello, then why in the extension manager, does it says 1.0.1?

    http://easycaptures.com/fs/uploaded/749/8618245082.jpg

    Saguaros Moderator
    #476384

    Hi seaneo again,

    I got your point, the problem is default Joomla still cache the old version, please try to purge all caches and refresh again. Default Joomla updates is used for free extensions only, if you want to check update of our JA extensions, please use our JA Extension Manager.

    seaneo Friend
    #476418

    I am looking forward to your reply, and most importantly, if you can help me resolve the original intent of this thread, because while the browser waits for hotel images to load at http://173.254.15.37/accomodations/17861-where-to-sleep , I still need something like this to appear under the pending graphic while it waits for it to load:http://www.codeinsects.com/wp-content/uploads/2011/09/loading-452.jpg

    You may be wondering why I am asking for this, because maybe the images load so quickly for you because maybe you are on a fast internet connection. The reality is that here in Argentina, the web can be horribly slow sometimes, and I need this image to appear when I am showing the site to prospective clients inside Argentina, prospective clients that I am trying to convince to pay to be on the site:)

    Thanks

    Wall Crasher Developer
    #476597

    Hi seaneo,

    You can add a waiting gif like this on your site.
    Open /templates/ja_wall/css/template.css and add those block code to the end of file.

    p img {
    background: url("../images/loading-img.gif") no-repeat scroll center center transparent;
    }

    It would be cool if you can set a CSS class for the the parent container on editor in backend. If you have that class, then the rule should be change to

    .classname img {
    background: url("../images/loading-img.gif") no-repeat scroll center center transparent;
    }

    This will be more correct and does not cause other issue.

    One more, you can change the loading gif to your desired one.

    Regards

    seaneo Friend
    #476665

    Hi Wall Crasher,

    I have added this code to template.css

    .item-page img {
    background: url(“../images/loading-img.gif”) no-repeat scroll center center transparent;
    }

    But for some strange reason, the css doesn’t seem to work. Could there be a conflict with lazyload?. Because the images are being lazyloaded but the the loading.gif is not added to them as it should on the front page.

    Thanks

    Wall Crasher Developer
    #476722

    Hi seaneo,

    I did a test yesterday and see it work.
    On a slow internet connection, we will see the loading icon as in frontpage.
    I just checked on your site but I do not see you add the rule above to template.css
    Have you removed it ?

    Please add it again so I can check or please provide ftp access information, I can help. :laugh:

    Regards

    seaneo Friend
    #476940

    yes thank you – i guess i am a bit confused here

    I just sent you credentials via PM

    many thanks!

    arucardx Friend
    #476950

    Hi Wall Crusher,

    What do you mean by the above rule is not added to template.css? When I look at ja_wall/css/template.css via the page’s source, the rule is there.

    .item-page img {
    background: url("../images/loading-img.gif") no-repeat scroll center center transparent;
    }

    But when I check with firebug, for some strange reason that rule is not being picked up.

    Wall Crasher Developer
    #477000

    Hi,

    I am sorry, I got the browser cache.
    Here what I see when I look at the template.css file in your ftp.

    #masonry-container .no-content .item-main { display: none; }
    }

    There is a ‘}’ which cause the last rule does not have effect. Now it is ok.

    Regards

    seaneo Friend
    #477117

    Guys this works beautifully now thank you!

Viewing 10 posts - 16 through 25 (of 25 total)

This topic contains 25 replies, has 4 voices, and was last updated by  seaneo 11 years, 11 months ago.

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