Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Some services not working when switching to library 2.1

Hello Adam,
if styles changed, then you need to find new selector to match your expectation

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Some services not working when switching to library 2.1

Hello Egor,
Your answer is unfortunately not very helpful as it is too general to me. Could you please be more specific? No styles were changed. I just have changed the Jquery library version in Appery project settings and this styling you provided recently, stopped working.
Please help me. I'm stuck.

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Some services not working when switching to library 2.1

Please Appery. It is definitely the longest thread on this forum. 2 months and still counting... I remember one person who was always able and eager to solve any issue here - Maryna Brodina. Can I kindly ask for her support in this case?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Some services not working when switching to library 2.1

Hello Adam,

Sorry for silence here.
We will get back as soon as possible.

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Some services not working when switching to library 2.1

Hello Adam,

1) You have mistakes in css file
http://gyazo.com/9d1b5705b225fdd16ac2...

2) Join your css files to improve performance
http://gyazo.com/680b3b92e32302481c09...

3) If you added class name to component, this means you can use this class name to create a css selector, cause you identified your component somehow. This means you need to use it in css selectors, not as a name of the file.
In Blog Illya provided this difference is shown.
http://gyazo.com/f15033c47d5d72aced5b...

4) try to add next line
ul.imageListItem li.ui-li-has-thumb [name=GroupListItem] img {
max-height: 23px !important;
max-width: 23px !important;
}
it is based on list item structure
http://gyazo.com/294eff3d81989e5547b2...

Please note, that debugging and styling components are outside of the support's scope.

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Some services not working when switching to library 2.1

Hello Egor,

Thanks for that!

ul.imageListItem li.ui-li-has-thumb [name=GroupListItem] img {
max-height: 23px !important;
max-width: 23px !important;
}

It finally made the thumbnail the size I wanted. But still, I am struggling with the list item size. It is too big:

Image

Can you please help me with that issue too?

As to the scope of support. Please note that Appery promised here:

https://blog.appery.io/2014/09/brand-...

to help developers with any issuess related to platform upgrade. So I am not asking about anything unusual or outside scope.

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Some services not working when switching to library 2.1

Appery, could you please answer to this post?

Adam Garbinski
Posts: 0
Joined: Sat Sep 28, 2013 5:33 pm

Some services not working when switching to library 2.1

I have been a fierce promoter of your solution. Now I am really thinking of becoming a detractor... Why do you simply ignore my kind request??? Simply say: nobody is going to help you since we have new policy and we do not give damn about problems you have with your app because we got a brand new platform...

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Some services not working when switching to library 2.1

Hello Adam,

We are working hard to reply to all customers as fast as possible.
Sometimes it takes time.
We will get back with update as soon as have news.

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Some services not working when switching to library 2.1

Adam,
try next css

.ui-listview .ui-li-has-thumb.ViewList_GroupListItem .ui-btn, .ui-listview .ui-li-static.ui-li-has-thumb{
min-height: 1.625em;
}

Return to “Issues”