Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Calendar icon not showing as button style (version 3.1) #79

Open
dghweb opened this issue Jul 24, 2024 · 0 comments
Open

[BUG] Calendar icon not showing as button style (version 3.1) #79

dghweb opened this issue Jul 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dghweb
Copy link

dghweb commented Jul 24, 2024

Describe the bug

The calendar icon is not showing as a button style because of a typo in the $style_list array in the source code.

Describe your environment

uw_wp_theme version 3.1

Steps to reproduce

[uw_button style="calendar" color="purple" target="#"]calendar button[/uw_button]

Expected behavior

Button with calendar icon

Current Behavior

Button with no icon

Possible Solution

Fix typo in theme file: inc/shortcodes/class.button-shortcode.php
update array item 'calendat' to 'calendar' in array $style_list (Ln 37)

Kind regards,
Jasper Bleijs
Dept. of Global Health

@dghweb dghweb added the bug Something isn't working label Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant