The upcoming major release will be including some accessibility improvements, among many other new features and bug fixes. One of the changes will already include a pagination update similar to what you're looking to do manually.
You can override any function within the file (or any helper file) via your child theme -- just not the entire file itself. For example, the function "nectar_pagination" can be copied to your child functions.php.
Hi Awesome Person,
I am using https://www.wpadacompliance.com/ to ensure ADA compliance on my site and I've come across a few issues I need help addressing.
I need to pull '/nectar/helpers/pagination.php' and format the pagination like it says on https://design-system.w3.org/components/pagination.html.
I know how to pull the salient core template files according to https://themenectar.com/docs/salient/overriding-salient-wpbakery-element-template-files-through-a-child-theme/, but I need to override a helper in the parent theme.
Hi there,
Thanks for writing to us.
Please allow me to escalate this to the developer to assist you better.
Thanks.
Hey cchphealthplan,
The upcoming major release will be including some accessibility improvements, among many other new features and bug fixes. One of the changes will already include a pagination update similar to what you're looking to do manually.
If you'd like to access the version early, you can download a pre-release copy here: https://www.dropbox.com/s/ntw64razskaqd6d/salient.zip?dl=0
Kind regards
Thank you so very much for sharing the dropbox link with me.
That being said, I still feel it would be important for me to have the know-how to properly override any helper files in my child theme if I need to.
You're welcome
You can override any function within the file (or any helper file) via your child theme -- just not the entire file itself. For example, the function "nectar_pagination" can be copied to your child functions.php.
Kind regards