ranbuch / accessibility

add accessibility to your website
MIT License
291 stars 39 forks source link

Persistence across pages #5

Closed brianteeman closed 4 years ago

brianteeman commented 5 years ago

Hi

I was looking to integrate this script with the next major release of Joomla https://github.com/joomla/joomla-cms/pull/24112#issuecomment-496163389 but unfortunately it seems that any change you make eg font size is lost as soon as you load the next page.

Am I missing something?

brianteeman commented 5 years ago

Anything?

brianteeman commented 5 years ago

@eldadflux - any ideas?

ranbuch commented 4 years ago

Hi @brianteeman, sorry for the late response. I don't know if it's still relevant but one thing you can do is just override the style attribute you want change in your css like so:

body ._access-menu ul li {
    font-size: 22px;
}

If you cant I guess I can find the time to add the icons font size to the options.

ranbuch commented 4 years ago

I have just realized that my replay doesn't really answer your question.

What you want is a session feature, I guess I can do that.

Just let me know if your request is still relevant.

brianteeman commented 4 years ago

yes that is correct. Without it the script is useless

ranbuch commented 4 years ago

I've upgrade the npm version to 3.0.1.

This version contains more features by @SeFeX .

Let me know if that is what you need.

brianteeman commented 4 years ago

Thanks - the session thing works. Now I can work on the integration with Joomla.