Replies: 2 comments 1 reply
-
What version of the plugin are you using? In the latest version, the close button works out of the box using Bootstrap CSS framework. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry for long response. I would just write jQuery code to hide this alert message after button click or native js function to handle this. Another approach would be to just hide this button with CSS. I just use the default Demo Theme, to test plugin. It uses Bootstrap 5.3. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Mall Theme and pop up alert work but when I am in contact page and filled in the field and clicked send to test the pop up alert, The popup alert did show but when I clicked the close button, nothing happen. This code works for Mall plugin but am I missing something that cause the form's alert not close on click?
{% flash %}
<script>
$(function() {
$.oc.flashMsg({type: '{{ type }}', text: '{{ message }}'})
})
</script>
{% endflash %}
Beta Was this translation helpful? Give feedback.
All reactions