-
AuthorPosts
-
seaneo Friend
seaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
December 14, 2012 at 11:10 am #476286Hello, then why in the extension manager, does it says 1.0.1?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 16, 2012 at 3:13 am #476384Hi 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.
1 user says Thank You to Saguaros for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
December 17, 2012 at 2:48 am #476418I 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 18, 2012 at 4:41 am #476597Hi 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
1 user says Thank You to Wall Crasher for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
December 18, 2012 at 12:21 pm #476665Hi 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 DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 19, 2012 at 2:55 am #476722Hi 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
1 user says Thank You to Wall Crasher for this useful post
seaneo Friendseaneo
- Join date:
- December 2009
- Posts:
- 421
- Downloads:
- 4
- Uploads:
- 49
- Thanks:
- 244
- Thanked:
- 12 times in 1 posts
December 20, 2012 at 12:21 pm #476940yes thank you – i guess i am a bit confused here
I just sent you credentials via PM
many thanks!
arucardx Friendarucardx
- Join date:
- July 2010
- Posts:
- 346
- Downloads:
- 0
- Uploads:
- 10
- Thanks:
- 21
- Thanked:
- 138 times in 104 posts
December 20, 2012 at 1:15 pm #476950Hi 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.
1 user says Thank You to arucardx for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
December 21, 2012 at 1:48 am #477000Hi,
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
1 user says Thank You to Wall Crasher for this useful post
-
AuthorPosts
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