Install the module as described in the documentation
module is displayed, but the visitor can not close it
please tell me how to fix
forvox wrote:please tell me how to fix
forvox wrote:plug-ins from gavick or system joomla ?
#gk-newsletter-popup-close {
z-index: 100;
}
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-newsletter-popup-close').click(function(){
$('#gk-newsletter-popup').hide();
});
});})(jQuery)</script>
sharpns wrote:Well, I understand, but what about the fact that it does not close? Or do you close it?
sharpns wrote:It's clear. I'm talking about the fact that the window does not close when you click on the cross. You want to say that it should be?
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-newsletter-popup-close').click(function(){
$('#gk-newsletter-popup').hide();
});
});})(jQuery)</script>
teitbite wrote:Hi
Please add this to css:
- Code: Select all
#gk-newsletter-popup-close {
z-index: 100;
}
and this to /layout/blocks/head.php
- Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-newsletter-popup-close').click(function(){
$('#gk-newsletter-popup').hide();
});
});})(jQuery)</script>
teitbite wrote:Hi
Please add this to css:
- Code: Select all
#gk-newsletter-popup-close {
z-index: 100;
}
and this to /layout/blocks/head.php
- Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-newsletter-popup-close').click(function(){
$('#gk-newsletter-popup').hide();
});
});})(jQuery)</script>
#gk-newsletter-popup-close {
z-index: 100;
}
<script type="text/javascript">(function($) {$(document).ready(function() {
$('#gk-newsletter-popup-close').click(function(){
$('#gk-newsletter-popup').hide();
});
});})(jQuery)</script>