Home Forums Basel support forum Promo popup not showing

Promo popup not showing

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #864

    Bulld Digital
    Participant

    Hi, when I activate the Promo Popup in theme settings it does not show on the front. Tested on MS Edge, Chrome and Firefox.

    I tried emptying cache etc.

    #869

    Artem Temos
    Keymaster

    Hi,

    It seems that promo popup is not enabled or you did some changes in php functions. Firstly try to clear your wordpress cache if it wont help provide us your admin access and FTP (if possible) so we could make a closer look.

    #870

    Bulld Digital
    Participant

    I’m very sorry I bothered you with this question… It seems I forgot to update my functions.php
    I had some custom code added in the old version, and did not expect it to have changed with the new version. Silly me! 😉

    I just saw the extra lines for the pop-up:

    'enable_popup' => ( basel_get_opt( 'promo_popup' ) ) ? 'yes' : 'no',
    			'popup_delay' => ( basel_get_opt( 'promo_timeout' ) ) ? (int) basel_get_opt( 'promo_timeout' ) : 1000,
    		);
    
    #871

    Artem Temos
    Keymaster

    Okay, great that you solved this 🙂

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Promo popup not showing’ is closed to new replies.