*

Vlad7

  • ****
  • 244 posts
Checkbox not showing
« on: April 14, 2022, 04:12:37 PM »
hello checkbox not showing when selecting paid services in php8

*

MB Themes

Re: Checkbox not showing
« Reply #1 on: April 14, 2022, 04:54:28 PM »
I would say you need to update font awesome family or font weight, should be fixed in latest version of plugin, but there could be some incompatibility in theme.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: Checkbox not showing
« Reply #2 on: April 14, 2022, 05:44:14 PM »
You're right. I have the Gamma theme installed and the flags do not work in it. in the Beta theme, checkboxes are displayed.

*

MB Themes

Re: Checkbox not showing
« Reply #3 on: April 14, 2022, 05:51:30 PM »
@Vlad7
As I told usually you just need to update font-family or font-weight, not quite sure why they made it such difficult to migrate from font awesome 4 to v5... and I see now that v5 to v6 is also complicated, as v6 looks closer to v4.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Vlad7

  • ****
  • 244 posts
Re: Checkbox not showing
« Reply #4 on: April 14, 2022, 06:40:19 PM »
I solved the problem this way: In Osclass_Pay/css/user.css folder
there are two lines

.osp-options label > div:after {cursor: pointer; text-indent: 0px; font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 13px; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 500; text-shadow: none; position: absolute; top: 0px; left: 0px; border-radius: 2px;}
.osp-options label > div:hover:before { border-color:rgba(0,0,0,0.25);background:rgba(255,255,255,0.15);}
.osp-options label > div:hover:after {cursor: pointer; font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 13px; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 500; text-shadow: none; position: absolute; top: 0px; left: 0px;border-radius: 2px;}

font-weight: 500   Need to change to   font-weight: 900;
« Last Edit: April 14, 2022, 07:30:42 PM by Vlad7 »

*

Ivan Kataev

  • ***
  • 54 posts
Re: Checkbox not showing
« Reply #5 on: April 15, 2022, 12:20:53 PM »
Same with Delta theme.

*

MB Themes

Re: Checkbox not showing
« Reply #6 on: April 15, 2022, 01:14:45 PM »
Thanks for sharing feedback  8)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots