ARJAM – Just A Modal Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
This plugin is meant to deliver one thing and that’s a simple modal that renders whenever a user visits your site for the first time. It has no third-party dependencies, no paid features, nothing.
The minimal JavaScript code is written in vanilla JS without jQuery for a faster and lighter experience. Code is meant to load all modal assets (including the image) only when necessary, to avoid burdening your pages with unneeded requests.
It uses cookies to store a hash that will hide the modal after the first visit. This hash can be invalidated from the admin section to force a re-render of the modal. Useful for when you want to push a new message/information.
Features
- Set a title, an image and text (all optional fields, so you can mix and match them).
- Modal can be shown after a delay.
- Invalidate browsers cache to re-render the modal.
- Responsive layout.
- No PRO features!
Style override
You can eaily override the plugin’s style by using the following IDs in your custom css file:
* arjam-modal-title – Title of the modal window.
* arjam-modal-image – Image of the modal window.
* arjam-modal-richtext – Text of the modal window.
* arjam-modal-background – Dark background behind the modal window.
* arjam-modal-content – The modal window itself.
* arjam-modal-close – Close button of the modal window.
Cookies and local storage
This plugin stores on the visitor browser the hash that is meant to check whether the user has seen the current modal or not. This hash is stored in a key in the local storage called arjam_hash.
Besides that, no other cookie or local storage entry is created.




