When you want to add new contacts and you notice that, there is no save button on that page. So here is the simple way to solve that .. 1) Go to Components > Contacts > Categories ..like this...
No save button in contact Joomla backend !
Show jQuery popup only first time visit of website page?
Here are the way to show popup for first time visit and the difference between them are.. 1) Localstorage - Assigned value stored after browser close.2) SessionStorage - Assigned value removed after browser or tab close. 1) Localstorage Localstorage...
Show popup once for new website page visitors !
So if you want to show the popup on the website for first time visitors then follow this.. First of all add this code to theme footer.php file .. <div id="letcont" class="modal fade" role="dialog"> <div class="modal-dialog"> <!-- Modal content--> <div...