• Resolved forthiceht

    (@forthiceht)


    Hello!

    I have tested some pages of our website for accessibility based on Web Content Accessibility Guidelines (WCAG) 2.1 Level AΑ.

    Unfortunately, it has returned that some parts of the source code were loaded outside of the appropriate area. For example:

    <style type=”text/css”>
    #foogallery-gallery-31885 .fg-image {
    width: 600px;
    }
    </style>

    The above code was loaded outside the <head>. This caused a regulations issue for our website.

    Are there any suggestions?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support elviiso

    (@elviiso)

    Hi @forthiceht

    First, I’d like to let you know that FooGallery is actually Level AAA compliant. In your case, this is being caused by the extra code you or your developer added to FooGallery’s “Custom CSS” area shown in the linked image below: https://prnt.sc/26nsd6v

    You can move this code to your main.css file or your child theme’s CSS file to prevent this.

    Thanks

    Kind regards,
    Elvis.

    Thread Starter forthiceht

    (@forthiceht)

    Hi! Thanks for the quick reply.

    I have checked the custom CSS fields of my galleries and of the plugin’s settings. It appears that no CSS has been injected.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Accessibility’ is closed to new replies.