*

Brandso

  • ****
  • 108 posts
Hi, is it possible to show check mark next to the attribution on item details page if the attribution input method is text or numeric.
Because when we have multiple attributes with different inputs it looks little odd when some attributes have check mark and some don't.

Thanks

*

Brandso

  • ****
  • 108 posts
Re: Is it possible to show check mark for text & numeric input?
« Reply #1 on: June 10, 2022, 04:58:21 PM »
Okay so that's possible with free plugins but not possible with paid plugins, very strange. As I just downloaded Product Attributes and checked and it shows tick next to attribute which had a text input. Should have checked all free attributes before purchasing this Paid Attributes plugin because without the tick next to text and numeric input the listing page looks very bad.

*

MB Themes

Re: Is it possible to show check mark for text & numeric input?
« Reply #2 on: June 10, 2022, 08:34:59 PM »
It is not clear what kind of tick you mean.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Brandso

  • ****
  • 108 posts
Re: Is it possible to show check mark for text & numeric input?
« Reply #3 on: June 10, 2022, 08:57:34 PM »
As you could see in the attached image there is a tick mark next to the attributes which had select box input. And the attributes which have text and numeric input as marked doesn't have any check box. So from this image you will know how the user interface looks when few attributes have tick mark and few doesn't.

Thanks

*

MB Themes

Re: Is it possible to show check mark for text & numeric input?
« Reply #4 on: June 13, 2022, 11:49:14 AM »
@Brandso
It's probably just plugin styling (or comes from theme) and I do not see it would have any extra value in this, but as you have not sent URL cannot check that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Brandso

  • ****
  • 108 posts
Re: Is it possible to show check mark for text & numeric input?
« Reply #5 on: August 23, 2022, 03:20:52 PM »
As you could see in the attached image there is a tick mark next to the attributes which had select box input. And the attributes which have text and numeric input as marked doesn't have any check box. So from this image you will know how the user interface looks when few attributes have tick mark and few doesn't.

Thanks


Finally solved this problem by removing existing check and cross icons and replacing them with a symbol. Now this symbol is showed in all types of attributes like Select, Radio, Checkbox, Text, Numeric, Date, etc. so the attribute field doesn't looks weird anymore as you can see in the above image shared by me and the present attribute looks much better which can be seen in the below attached image.

I used the following code at 4 places in attributes > function.php file.
And I deleted the existing code that links to the attribute image.

Code: [Select]
.'<a style="color:green; font-size: 15px;">ยป</a>' .'&nbsp;' .'&nbsp;'

*

MB Themes

Re: Is it possible to show check mark for text & numeric input?
« Reply #6 on: August 24, 2022, 09:02:52 AM »
@Brandso
Good job ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots