• Hi,

    I am needing help. No matter what I do the popup is not showing. I disable the wp-cache still not showing. I already checked all the the settings applied and found no issues. The pop up is set to just displaying on homepage and nothing more. I can see the after 5sec the screen has trasparent foreground but the form of pop up is not showing.

    Please help. Thanks in Advance

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Damian

    (@timersys)

    Looks like you have a javscript error in your theme that is preventing this to work. The error is in here:

    /*====================================================*/
    /* FILE /sedlex/inline_scripts/4e1bf95bd5b33291b3dbb7f9f838bdfc5ca24f9d.js*/
    /*====================================================*/
    		jQuery(document).ready(function () {	
    		
    			jQuery(window).resize(function () { 
    				jQuery('a.gallery_colorbox').colorbox({
    									maxWidth: Math.min(640, Math.floor(0.95*jQuery(window).width())-80), 
    					maxHeight: Math.min(900, Math.floor(0.95*jQuery(window).height())-80)
    				
    				}) ; 
    			});
    				
    			jQuery('a.gallery_colorbox').colorbox({ 
    				slideshow: true,
    								title: false,
    								slideshowAuto:false,
    								slideshowSpeed: 5000 ,
    				slideshowStart: 'Play',
    				slideshowStop :  'Pause',
    				current : 'Image {current} of {total}', 
    				scalePhotos : true , 
    				previous: 'Previous',	
    				next:'Next',
    				close:'Close',
    													maxWidth: Math.min(640, Math.floor(0.95*jQuery(window).width())-80), 
    					maxHeight: Math.min(900, Math.floor(0.95*jQuery(window).height())-80),
    												
    				
    				opacity:0.8 , 
    				onComplete : function(){ 
    					jQuery("#cboxLoadedContent").css({overflow:'hidden'});
    					jQuery("#colorbox").css({overflow:'visible'});
    								},
    				rel:'group1' 
    			});
    		});	
    						
    		
    

    I would try to fix that issue or disable that sedlex script if possible

    Thread Starter rmorandantejr

    (@rmorandantejr)

    I am not really good at java script, I know this is out tune as this is theme issue but if you can help me, that would be great. Thanks

    Thread Starter rmorandantejr

    (@rmorandantejr)

    Hi there,

    are you able to give me steps to correct this issue with pop up and the javascript?

    I am not really good at java script, I know this is out tune as this is theme issue but if you can help me, that would be great. Thanks

    Plugin Author Damian

    (@timersys)

    Hi @rmorandantejr, unfortunatly errors with javascript in your theme it’s out of the scope of the plugin support. You could try with the theme support or if you need to hire a developer you can write to https://timersys.com/contact-us/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘popup not displaying’ is closed to new replies.