byannis
Forum Replies Created
-
Thanks for the reply. I have already deleted GT Tranlate but I don’t know how I can delete anything from the database.
Can you help me;Forum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorNo CSS folder
I did it in the customizer of the oceanwp theme I useForum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorHi
Go to
Customizing ▸ Header-Mobile Menu
and change the Custom Hamburger Button to “3D X”.
That fixed it for me.Forum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorAll good I fixed it
I only had to select another Custom Hamburger Button
I used “3D X” and now the report says NO ERRORS
Thanks for the help…Forum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorI am so sorry Amit.
I did what you said but I can’t find the error line
(Error Line 145, Column 8:
<i class=”fa fa-bars”></i> ) in mobile-icon.php that you suggested..It seems I was wrong and I gave you the wrong info.
Below you can find the report I get in https://achecker.ca/ (accessibility errors checker)(and this is my site https://medblends.com/)
Please helpAccessibility Review (Guidelines: WCAG 2.0 (Level AA))
Export Format: Report to Export:
Known Problems(1)Likely Problems (0)Potential Problems (414)HTML Validation (0)CSS Validation
1.4 Distinguishable: Make it easier for users to see and hear content including separating foreground from background.
Success Criteria 1.4.4 Resize text (AA)
Check 117: i (italic) element used.
Repair: Replace your i elements with em or strong.
Error Line 145, Column 8:
<i class=”fa fa-bars”></i>Forum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorForum: Themes and Templates
In reply to: [OceanWP] Fa fa-bars accessibility errorI also found this solution in the same site https://fontawesome.com/v4.7.0/icon/bars
<i class=”fa fa-bars” aria-hidden=”true”></i>
an icon being used as a link to a navigation menubut I still don’t know how and where to use this solution can you please help