Home › Forums › Basel support forum › Pop up promo custom
Pop up promo custom
- This topic has 13 replies, 4 voices, and was last updated 7 years, 5 months ago by Artem Temos.
-
AuthorPosts
-
July 7, 2017 at 12:59 pm #16083
snkrsdropParticipantGood 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,
LucasPs : Sorry i put the same message in an old post…
July 7, 2017 at 1:22 pm #16088
Artem TemosKeymasterHi,
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
July 12, 2017 at 11:26 am #16238
bconnessoParticipantHi, how to enable pop up? Where is the setting for pop up?
July 12, 2017 at 11:57 am #16239
Bogdan DonovanKeymasterHello,
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.Regards
July 13, 2017 at 7:19 am #16254
bconnessoParticipantHi I have done that however pop up is not shown. Would you mind to login and check for me?
July 13, 2017 at 7:35 am #16262
Artem TemosKeymasterWe just checked and see that popup works correctly on your website https://gyazo.com/f97a4a96fb935a9ef891ffe91dcd8cac
What is wrong with it?July 13, 2017 at 7:47 am #16264
bconnessoParticipantHi it is weird that I can’t see from my laptop. I tried to clear cookies and can’t see that too. Any idea?
July 13, 2017 at 8:39 am #16267
Artem TemosKeymasterTry to visit your page in a private tab to be sure that all cookies are cleared.
July 14, 2017 at 6:46 am #16392
bconnessoParticipantHi, 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.
July 14, 2017 at 6:48 am #16393
Artem TemosKeymasterOf 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.
July 14, 2017 at 6:59 am #16394
bconnessoParticipantBut 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.
July 14, 2017 at 9:25 am #16417
Artem TemosKeymasterThe cookies for this option is stored for one week and then it will be displayed again.
July 25, 2017 at 3:53 pm #16790
bconnessoParticipantHow can we change it to 1 day? Where shall I edit the 1 week to 1 day?
July 25, 2017 at 6:15 pm #16797
Artem TemosKeymasterYou 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
-
AuthorPosts
Tagged: Pop up promo
- You must be logged in to create new topics. Login / Register