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

    (@timersys)

    Hi Bishop, I think I replied in the premium support about the purchase. Regarding your other issue please try the following.

    In public,js line 147 change this:

    // add link listener for this box
    		$('a[href="#' + $box.attr('id') +'"]').click(function() { 
    
    			toggleBox(id, true, false);
    			return false;
    		});

    Into (premium version only) :

    $('a[href="#spu-' + id +'"], '+triggerClass).on('click',function() {
    
    			toggleBox(id, true, false);
    			return false;
    		});
    Thread Starter bishop412

    (@bishop412)

    Hi Damian, public.js edited but the problem remains.

    Regarding the pending sale, we made another purchase and it’s ok now.

    Plugin Author Damian

    (@timersys)

    Not sure why is not working, must be something else affecting it. Try using the premium feature to trigger by class.

    Change that subscribe link to <a href="" class="spu-subscribe">SUBSCRIBE</a>

    The configure the popup to trigger by class and add spu-subscribe in the field

    Thread Starter bishop412

    (@bishop412)

    Hi Damian, if I paste this code directly into the footer.php, it works but I need the link to be in a list with the social media icons so the link must be in Appearance>Menu>Footer Menu. In there, the link doesnt work. Any ideas how I can achieve this?

    Thread Starter bishop412

    (@bishop412)

    Hi Damian, we really would appreciate it if you could help us on this problem. Right now we couldnt get the popup to work as we intend it to. Thanks

    Plugin Author Damian

    (@timersys)

    Hi Bishop remember to contact me via support page if you have premium license. We answer way more faster than here as we don’t monitor this forums everyday

    Do you want to give me login details and I check it for your? Send them using support forum https://wp.timersys.com/support/

    In Appeareance menu you can also add a class to menu items. That is not working or you don’t know how to add the class in Appeareance -> menu ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not popping-up from link’ is closed to new replies.