@balamax
designer, developer and wantreperneur who loves web, mobile and coffee
working as a UX designer and UI developer, I love tinkering different new things around. Coffee, cricket, coding and cooking are my favorites :)
Nothing here yet.
No blogs yet.
after following @Robert 's suggestion I figured out that the code .page-title , .product-view .product-essential .product-name { background-image : url ( '../images/background-title.jpg' ); background-repeat : no-repeat; background-size : cover; box-shadow : inset 0px 0px 30px 0px #999 ; -webkit-box-shadow : inset 0px 0px 30px 0px #999 ; -moz-box-shadow : inset 0px 0px 30px 0px #999 ; -o-box-shadow : inset 0px 0px 30px 0px #999 ; border-bottom : none; } was the one giving that problem. after commenting this everything looks to be fine.. not sure what is wrong with this though.
looks like .page-title, .product-view .product-essential .product-name{ background-image: url('../images/background-title.jpg'); background-repeat: no-repeat; background-size: cover; box-shadow: inset 0px 0px 30px 0px #999; -webkit-box-shadow: inset 0px 0px 30px 0px #999; -moz-box-shadow: inset 0px 0px 30px 0px #999; -o-box-shadow: inset 0px 0px 30px 0px #999; border-bottom: none; } was the issue after commenting this out it works.. not sure what is the problem with this though
It is very sad that Parse is shutting down. Yes definitely using these kind of platforms gives a problem one day or another. But we should not forget the advantages that these provides us. Parse had various advantages like a ready to go backend for your apps which saves a lot of effort for you. Lets say you are validating your ideas, parse gave us a lot of edge than rolling your our own API, DB, Server stack, push notifications etc. So I have a bit of different thought here, instead of making your apps vendor-independent, make it flexible enough to switch, and switch to our own stack one by one when the time is right.