Issues with the Accessibility plugin…

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support Forums Support (Legacy) Issues with the Accessibility plugin…

This topic is: Resolved
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1752

    Jakob
    Participant

    Hi there

    I have the following issues with the Accessibility tool

    – Help is still showing, the boxes in the settings are empty as required
    – Grayscale isn’t working on the Desktop, it’s working on mobile
    – There is no option to translate the “Reset”, I need this
    – The logo position (height) isn’t adjusting on mobile in vertical mode, it’s doing fine in horizontal mode

    – Where can I change the Logo?

    Thank you

    Jakob

    #1754

    Boaz
    Keymaster

    Hi Jakob,
    1. Do you want to hide the help option?
    2. Here is grayscale in desktop: http://i.imgur.com/teWgizS.jpg
    3. There is no built-in way to do this
    4. What value did you give?
    5. It’s an icon. you can change it in CSS.
    This is the value:

    .fa-wheelchair:before {
        content: "\f193";
    }

    You can choose from here: http://fontawesome.io/icons/#accessibility
    and just replace the font value.

    #1757

    Jakob
    Participant

    Hi Boaz

    1. Yes
    2. Hmm, it works in chrome but not in IE (I did empty the cache), everything else is working
    3. 😉 I know, I know as well that you know where I could change it. Just tell me where, I do it myself…
    4. 60px see here
    https://dl.dropboxusercontent.com/u/8273044/IMG_2696.PNG
    https://dl.dropboxusercontent.com/u/8273044/IMG_2698.PNG

    can I move the menu to the right so the accessibility symbol isn’t covering it?
    https://dl.dropboxusercontent.com/u/8273044/IMG_2697.PNG
    https://dl.dropboxusercontent.com/u/8273044/IMG_2699.PNG

    5. I use this with and without !important, but doesn’t work (/public_html/wp-content/themes/leader-child/assets/css/style.css)

    .fa fa-blind:before {
        content: "\f29d" !important;
    }

    Thank you Boaz

    #1763

    Boaz
    Keymaster

    Hi,
    First of all, you need to make the CSS changes under Design > Customize > LIVE CSS.

    1. To hide it you can add this:

    a.pojo-a11y-toolbar-link.pojo-a11y-link-help {
        display: none!important;
    }

    2. I will check this

    3. You can find it in the plugins > pojo accessibility > langauge.
    Make sure you are creating the same file inside the child theme (don’t edit the original file)

    4. Try to set the value in percents instead of pixels.

    5. Make sure you are changing it inside the LIVE CSS (not in a stylesheet)

    #1765

    Jakob
    Participant

    Hi Boaz

    I’m a little confused, in style.css here /public_html/wp-content/themes/leader-child/ it says

    * YOUR CSS CODE, PUT IN assets/css/style.css

    You tell me to put it in Design > Customize > LIVE CSS, which is now the correct way?

    1. Worked perfectly
    2. Thank you for checking
    3. So that would be here /public_html/wp-content/themes/leader-child/ like this /public_html/wp-content/themes/leader-child/plugins/pojo-accessibility/languages/
    4. Same result… works in landscape mode but no change in portrait mode
    5. No success, the symbol does not change
    6. can I move the menu to the right so the accessibility symbol isn’t covering it?
    https://dl.dropboxusercontent.com/u/8273044/IMG_2697.PNG
    https://dl.dropboxusercontent.com/u/8273044/IMG_2699.PNG

    Thank you Boaz

    #1766

    Boaz
    Keymaster

    3. Yes. And if you don’t have exactly the same folders inside the child theme, you should create them. The path should be identical.
    4-6. You can move the accessibility menu to the right.
    Go to Design > customize > accessibility – There you will find an option to move it to the right.
    5. I have changed it for you. Please check.

    #1768

    Jakob
    Participant

    Hi Boaz

    I guess no answer is a answer as well, I will do it as you say (Design > Customize > LIVE CSS) 😉

    3. OK
    4. I knew that, it’s not actually what I meant. Right now it’s OK, let’s see if they notice.
    – You may want to declare the height issue as a bug (works in landscape mode but no change in portrait mode)…
    5. Ups, I see what I did wrong…

    I guess, now only this issue is unresolved – Grayscale isn’t working on the IE on Desktop, it’s working in chrome and on mobile.

    Thank you very much Boaz

    Cheers

    Jakob

    #1771

    Boaz
    Keymaster

    Hi,
    What i meant is ALL CSS changes should be under customize.
    Don’t make changes inside the CSS file.

    As for the Grayscale in Explorer – It seems like there is no support in Explorer to this issue…

Viewing 8 posts - 1 through 8 (of 8 total)

The forum ‘Support (Legacy)’ is closed to new topics and replies.