Lacko123
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Does anyone know a solution to the “? Replytocom” problem?I installed Jeff Starr Plugin: Bad Bot. Now I wait a day and see what happens. In the meantime, thank you for your help.
Forum: Everything else WordPress
In reply to: Does anyone know a solution to the “? Replytocom” problem?And it shouldn’t be there in the URL:? Replytocom = 722
Forum: Everything else WordPress
In reply to: Does anyone know a solution to the “? Replytocom” problem?I mean, it’s going to be hard because the domain page of email addresses is okay, so from existing mail Like yahoo.com, gmail.com, aol.com and so on. And the newsletter sender can only check if this domain is correct and has @ characters and “.” In the address.
Well here is an example that will get me notified when someone signs up:
Dear Webgalamb Administrator!
Webgalamb registered a new subscriber in the “Article Notifier Subscribed” group.
The subscriber provided the following information:Identification number: 16513
IP address: xxxxxxxxxxxx
Email: [email protected]
Subscription URL: https://xxxxxxxxxxxxxxxxxx.hu/how-to-how-to-use-file-file/?replytocom=722Accepting data management: I consent to xxxxxxxxxxxxxxxxx.hu sending me an e-mail. NAIH-73026 / 2014. *
Privacy Notice: I have read and accept the Privacy Notice. *
Where to subscribe: The virtualBox is the second articleIf you want to edit the subscriber’s data, click here.
Regards
The WEBGALAMB software
https://www.xxxxxxxxxxxxxxxxx.huWEBGALAMB = WEB PIGEON
- This reply was modified 3 years, 8 months ago by Steven Stern (sterndata).
- This reply was modified 3 years, 8 months ago by Steven Stern (sterndata).
Forum: Everything else WordPress
In reply to: Does anyone know a solution to the “? Replytocom” problem?I don’t fully understand the question, but I’m trying to answer it. Everything is always updated regularly. WP and DIVI are the latest. The newsletter sender is also up-to-date on my own server running a completely separate program, and the forms are pasted into a block of code. By the way, this is a Hungarian development which is still very good.
I’ll think of MailerLite later, but so far I haven’t switched to the previous newsletter sender for almost 15 years. Which has also always been updated. Now I’m still thinking that if you stayed on it, an SMTP would connect to it because the list is pretty big by now. Although the current server is still good, as the quota is 50,000 letters per month.
Forum: Plugins
In reply to: [Popups for Divi] Size of the close XHi,
This css works for me
With that, I took the button out of the box and rounded it up, and the “X” is bigger..et_pb_section.popup .evr-close_wrap { position: absolute; right: -30px; top: -30px; opacity: .2; z-index: 100; text-align: right; transition: opacity .6s .3s; } .et_pb_section.popup .evr-close { display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; font-family: "Courier New",monospace; font-size: 30px; /* font-weight: 700; */ cursor: pointer; color: #fefefe; background: #333; opacity: .7; box-shadow: 0 0 3px 1px #00000008; transition: all .3s; border-radius: 50px; border: #fefefe 2px solid; }
Very super. Thank you in advance, I look forward to it.
These are the possibilities. {Customer_name} and {customer_full_name} return exactly the same result.
This could be solved somehow so that one is {customer_first_name} and the second is {customer_last_name}.
And then it could be used in the email if I want to print the full name like this: {customer_first_name} {customer_last_name},{customer_name}
{site_name}
{account_area_url}
{user_login}
{user_pass}
{reset_password_url}
{customer_note}
{customer_full_name}
{order_id}
{order_created_date}Forum: Plugins
In reply to: [Popups for Divi] ExitHello,
Yes you can start.
Section Module Configuration.
On the advanced tab
For CSS class, type: popup on-exitForum: Plugins
In reply to: [Popups for Divi] Automatic triggerHi, yes you can. If I remember correctly there is an article on the author’s website. But I can’t find it right now. So I’m showing my own saved script. Displays a pop-up window after 5 seconds.
<script> window.setTimeout(function(){ DiviPopup.openPopup('#get-newsletter') }, 5000); </script>
Displays a pop-up window after 200 Pixels scrolling.
<script> jQuery(window).on('scroll.popup', function() { if (jQuery(window).scrollTop() >= 200) { jQuery(window).off('.popup'); DiviPopup.openPopup('#get-newsletter'); } }); </script>
Put the required script into a code module within the popup section. Instead of (“# get-newsletter”) enter your ID here.
Forum: Plugins
In reply to: [Popups for Divi] The “Popup” tab doesn’t appear after installingHello, when do I have to show up? Or which menu item, perhaps by clicking a button?
Because the plugin has no configuration interface anywhere.
What you want to make pop up is that section in your options, in the advanced section of the CSS class you enter eg “popup on-exit”. And then there will be an exit popup from that section.- This reply was modified 4 years, 9 months ago by Lacko123.
Forum: Plugins
In reply to: [Popups for Divi] Exit popup not workedHi, I installed an update that seems to be fine now. Thanks
Forum: Plugins
In reply to: [Popups for Divi] BulletList not Shown.You would do exactly how the popup is and does not display the dotted list. Maybe I can help you out.
Forum: Plugins
In reply to: [Popups for Divi] No content…Very heartily
Forum: Plugins
In reply to: [Popups for Divi] No content…Forum: Plugins
In reply to: [Popups for Divi] No content…Hello,
That was what happened to me yesterday. For a part of the pop-up I made an external sign-up form. The Divi code module. And the form didn’t appear. I’ve put it into a text module and it has already appeared.I checked your page and in the popup section is a transparency or opacity of 0. I turned it on in the picture as I was connected to the google chromium stage. Then as soon as you see the content appears.