Art
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Twenty-Three] Set home, 404, etc. templates to pagesWell ok, so if I go to edit Home template and I remove the title, I expect that on my page that has been selected as home of the website, should have the h1 title removed. But this is not the case
The code I used is:
function my_custom_popup_scripts() { ?> <script type="text/javascript"> (function ($, document, undefined) { $('#sib_signup_form_3').submit(function (e) { $('#popmake-000000').trigger('pumSetCookie'); }); }(jQuery, document)) </script><?php }
Notice the submit instead of click
Hi, thanks for replying. I did all what you said but I am not sure it recognises the subtmit button of my Sendinblue form. It just autocloses after the timeout specified in the code. Are you sure that is the code that recognises the SUBMIT button?
Maybe shall I use one of these two?: https://github.com/PopupMaker/Library/tree/master/Creating_Cookies
EDIT: I tried with cookie-time-on-form-submit.php but it didn’t work as wanted. So I used set-cookie-on-element-click.php and that one worked! I set a cookie when a user clicked submit.
I noticed the HTTP authentication appear also in other fields, like edit user profile within wp-admin, and other pages. So I suppose it is an issue with this http block implementation, instead of the popup maker ??
It was an issue of LocalWP installation, something wasn’t working properly. Once I put the same website online, everything worked back again. Sorry for bothering
Forum: Plugins
In reply to: [Booking Activities] Delete all bookings & entries in bulk via GUIOk I hope the feature will be implemented soon! Thank you for detailed response.
Oh ok, haven’t noticed that setting where I can select that. I will look better. Thank you
BTW, it is not related to this topic but I noticed this right now: I am migrating a website and I noticed that your plugin declared an abspath somewhere in the DB. I suggest to not use abspaths because those can greatly differ with respect to various hosting providers. For instance the old one is: /customer/www/mydomain.com/public_html/
while the new one is /home/myusername/public_html/
so in that case, running a search & replace for old and new domain would have not been sufficient because abspath also has changed.
Ok fine for the feature suggestion. But what about that screenshot I gave you? have you seen that the image are being cropped and zoommed at the middle so the image on desktop appear properly, but it does not appear properly on mobile
What I mean is that the slider does not keep the proportion of the photo. In addition it behaves differently based on having thumbnails at the bottom or having navigation dots at the botton in comparison of having neither of these two.
Look at this screenshot so it is more clear: https://www.swisstransfer.com/d/96f7412f-a688-4451-abd6-ce14b65f489d
pw:sliderbug
30 days validityEDIT:
Moreover I would like to suggest a feature: in the slider settings (edit page), the option: “Slider height in pixels” could be removed or hidden and the slider may adapt to the height of the image. So if the image is 587px height, slider height would be 587px. If the image is 235px, the same will be the slider height.
That’s a complex workaround but thank you for providing me that. Eventually I solved by changing the CONSENT element with checkbox and/or radio element, so the user selects one of two options: Acconsento or Non Acconsento.
It is less beautiful maybe on the front-end, but it works for what I needed so I think we can close this.
I appreciate your support, keep up the good work you are doing!
Strangely enough but it doesn’t do that anymore. I mark this resolved.
Yes: https://gofile.io/d/8q81HW
Yes the form is correct, I only edited the email recipients thereForum: Plugins
In reply to: [Helpful] Find out who voted whatHi Kevin, just to clarify. Do I still need that custom code you wrote above my latest reply or with the latest plugin updates you enabled that directly in settings?
Forum: Plugins
In reply to: [Helpful] Find out who voted whatIT WORKS!!! Amazing. Thank you Kevin!