Home Forums Basel support forum Pop up promo custom

Pop up promo custom

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #16083

    snkrsdrop
    Participant

    Good afternoon,
    I want to have exactly the same pop up promo than in your demo ?
    How can i create it ? I already tried on Mailchimp but i didn’t have the same results…

    Can you explain me the process ??
    Thank you !
    Regards,
    Lucas

    Ps : Sorry i put the same message in an old post…

    #16088

    Artem Temos
    Keymaster

    Hi,

    We suggest you to install our theme with all dummy content if you want to have a similar website with the same content. But if you want, you can manually create an HTML Block for the promo popup only. Here is a code for this block from our demo

    <div class="vc_row">
    <div class="vc_column_container vc_col-sm-6">
    <div class="vc_column-inner ">
    <figure style="margin: -20px;"><img src="http://placehold.it/760x800" /></figure>
    </div>
    </div>
    <div class="vc_column_container vc_col-sm-6">
    <div style="padding: 70px 25px 70px 40px;">
    <h1 style="margin-bottom: 0px; text-align: center;"><strong>HELLO USER, JOIN OUR</strong></h1>
    <h1 style="text-align: center;"><strong>NEWSLETTER<span style="color: #0f8a7e;"> BASEL & CO.</span></strong></h1>
    <p style="text-align: center; font-size: 16px;">Be the first to learn about our latest trends and get exclusive offers.</p>
    [mc4wp_form]
    
    </div>
    </div>
    </div>

    Regards

    #16238

    bconnesso
    Participant

    Hi, how to enable pop up? Where is the setting for pop up?

    #16239

    Bogdan Donovan
    Keymaster

    Hello,

    You can enable and configure a popup in the settings of our theme.
    Go to Dashboard => Theme Settings => Shop => Promo Popup and activate the option. In the popup text field you can enter the contents of promo popup. You can enter raw html provided above or create an html block (Dashboard => HTML Block => Add new) through the Visual Composer interface and insert the block’s id in the promo popup text field.

    Promo Popup

    Regards

    #16254

    bconnesso
    Participant

    Hi I have done that however pop up is not shown. Would you mind to login and check for me?

    #16262

    Artem Temos
    Keymaster

    We just checked and see that popup works correctly on your website https://gyazo.com/f97a4a96fb935a9ef891ffe91dcd8cac
    What is wrong with it?

    #16264

    bconnesso
    Participant

    Hi it is weird that I can’t see from my laptop. I tried to clear cookies and can’t see that too. Any idea?

    #16267

    Artem Temos
    Keymaster

    Try to visit your page in a private tab to be sure that all cookies are cleared.

    #16392

    bconnesso
    Participant

    Hi, I have cleared cookies and view in new tab. but the pop up is not shown. Please advise. You may try close the pop up and see nothing is shown again.

    #16393

    Artem Temos
    Keymaster

    Of course, the popup is shown only once, when you user sees the website at the first time. There is no reason to show it again and again.

    #16394

    bconnesso
    Participant

    But theme option settings, we shall be able to set how long it takes again (or user scroll) to see the pop up right?

    Can we set the pop up is once daily or weekly, rather once in life time.

    #16417

    Artem Temos
    Keymaster

    The cookies for this option is stored for one week and then it will be displayed again.

    #16790

    bconnesso
    Participant

    How can we change it to 1 day? Where shall I edit the 1 week to 1 day?

    #16797

    Artem Temos
    Keymaster

    You cam change this parameter in the file js/functions.js. But you will need to disable JS minification in Theme Settings -> Performance. Find the following code there

                                    $.cookie('basel_popup', 'shown', { expires: 7, path: '/' } );
    

    Regards

Tagged: 

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