Page 2 of 3

I have same problem as the other

Posted: Wed Jul 08, 2015 8:38 am
by Alena Prykhodko

Try with button name, works for me

pre[dsid="buttonName"]
{background-image: url(../../../../files/resources/image/no-image.jpg) !important;}/pre


I have same problem as the other

Posted: Wed Jul 08, 2015 8:48 am
by Ana Rewis

Hello Alena,

I'm very glad to hear that it works fine for you.
I have tried this code.

.btnFav{

Code: Select all

 width: 20px;  
 height: 20px;  

 [dsid="btnFav"]     
 {background-image: url(../../../../files/resources/image/no-image.jpg) !important}; 

}

But, it shows an error on CSS, and doesn't display the image... :(


I have same problem as the other

Posted: Wed Jul 08, 2015 8:53 am
by Alena Prykhodko

Ana,

Code you've posted is not correct.
Have you tried my code?

[quote:]But, it shows an error on CSS, and doesn't display the image[/quote]

Please check errors in CSS, custom code is actually something outside the scope (http://devcenter.appery.io/support-po...) of our support.


I have same problem as the other

Posted: Wed Jul 08, 2015 8:58 am
by Ana Rewis

Your code is this:

[dsid="buttonName"]
{background-image: url(../../../../files/resources/image/no-image.jpg) !important;}

My code is this:

.btnFav{

width: 20px;
height: 20px;

[dsid="btnFav"]
{background-image: url(../../../../files/resources/image/no-image.jpg) !important};

}

What did I make a mistake?


I have same problem as the other

Posted: Wed Jul 08, 2015 9:02 am
by Alena Prykhodko

Use should use either selector or class, try this:

pre[dsid="btnFav"]{

width: 20px;
height: 20px;
background-image: url(../../../../files/resources/image/no-image.jpg) !important;}/pre


I have same problem as the other

Posted: Wed Jul 08, 2015 10:20 am
by Ana Rewis

I have added the code to CSS.

The CSS file is like this.

[dsid="btnFav"]{
width: 20px;
height: 20px;
background-image: url(../../../../files/resources/image/no-image.jpg) !important;}

.gridNav{

Code: Select all

 top:5%; 
 z-index:10;       

position:absolute;

}

It still doesn't work, please let me know what I made a mistake again.


I have same problem as the other

Posted: Wed Jul 08, 2015 10:59 am
by Alena Prykhodko

Make sure your button name is btnFav.


I have same problem as the other

Posted: Wed Jul 08, 2015 11:03 am
by Ana Rewis

Of course I did like that. button name is btnFav and class name is btnFav too.


I have same problem as the other

Posted: Fri Jul 10, 2015 3:01 pm
by Ana Rewis

Hi Alena,

How are you?

Can you please still help me to solve the problem?


I have same problem as the other

Posted: Fri Jul 10, 2015 3:03 pm
by Ana Rewis

I can share my screen or project if you can help me to solve the problem.