Quote from Gary on September 25, 2020, 00:35
My woof has lost the ability to add the image extension. I had it. Then I very slightly modified the css for the images in order to make them slightly more separated. After this the “Product categories” went to radio buttons and the images disappeared.
The change I made was margin: 3px 3px 3px 3px; instead of margin: 0 3px 3px 0;
width: 100px;
height:50px;
margin: 0 3px 3px 0;
background-size: 100% 100%;
background-clip: content-box;
border: 2px solid #e2e6e7;
padding: 2px;
color: #292f38;
font-size: 0;
text-align: center;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color .35s ease;
transition: border-color .35s ease;
I did this for each of the 4 100x50 images and clicked save. After that I have lost the ability to tick and save the extensions so I can use the images again.
The loss of ability happened right after I saved. Maybe it is a coincidence and not related however.
Please help.
My woof has lost the ability to add the image extension. I had it. Then I very slightly modified the css for the images in order to make them slightly more separated. After this the “Product categories” went to radio buttons and the images disappeared.
The change I made was margin: 3px 3px 3px 3px; instead of margin: 0 3px 3px 0;
width: 100px;
height:50px;
margin: 0 3px 3px 0;
background-size: 100% 100%;
background-clip: content-box;
border: 2px solid #e2e6e7;
padding: 2px;
color: #292f38;
font-size: 0;
text-align: center;
cursor: pointer;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-transition: border-color .35s ease;
transition: border-color .35s ease;
I did this for each of the 4 100x50 images and clicked save. After that I have lost the ability to tick and save the extensions so I can use the images again.
The loss of ability happened right after I saved. Maybe it is a coincidence and not related however.
Please help.