DavidIborra
Forum Replies Created
-
Hi
I’m having the same error since the last update, no emails sent since yesterday, I’m on Siteground cloud account and no other changes to the site or DNS records. Version 2.5.9.2 just released does not fix it
I see a similar problem with CF7 checkboxes they disappear since the last update, I’m running version 3.42.2 of Salon Booking plugin.
salon-booking-calendar-shortcode css forces this rule making all checkboxes to hide
input{ -webkit-appearance: none; }
In case someone needs a quick fix while waiting for new plugin version with a fix. this will override the salon booking css rule
input[type="checkbox"]{ -webkit-appearance: checkbox !important; appearance: checkbox !important; }
Hi guys,
Thanks a lot for the quick response, especially with what’s going on right now! I hope you guys stay safe!
That solved the problem thanks, one more thing though since yesterday AJAX query stopped working and not sure why, it shows this permalink with result (0)
https://www.rogersremovals.co.uk/wp-admin/admin-ajax.php?lang=en&sln_step_page=services
The only thing that have changed since installation is that I’ve deleted all test bookings not sure if that could affect the DB somehow.
I’ve tried with all plugins disabled and 2019 WP theme and same behaviour.
Any ideas what can be causing this?
Thanks in advance for your help!
Kind regards
David
Hi guys,
I know is a bit too late but this is how I fixed the offset issue on modal
.modal-dialog { right: auto; left: auto;
I hope it helps
Forum: Plugins
In reply to: [Contact Form 7] Goal tracking when adding Google recaptcha to CF7Update:
I think I’ve managed to identify the actual issue, when recaptcha is enabled the form AJAX submission won’t work therefore event won’t fire and page will redirect to /#wpcf7-f3-p4-o1
Digging around I’ve found this article about it: https://contactform7.com/why-isnt-my-ajax-contact-form-working-correctly/
I’ve created a test site to further debugging and the issue persists, script loads correctly (cf7 and recaptcha) and no markup issues.
https://www.getcrafted.org.uk/sandbox/sandbox/test-1/
running on:
WordPress 4.9.8
Theme twenty seventeen ver 1.7
CF7 rer 5.0.5
PHP ver 7.1
No other plugins installedThis is script I’m using for recaptcha:
var onsubmitcallback = function( token ) { document.querySelector( '.g-recaptcha-response' ).value = token; document.querySelector( '.wpcf7 form' ).submit(); }; ( function( $ ) { $( '#thesubmit' ).click( function( event ) { grecaptcha.execute( 0 ); event.preventDefault(); } ); } )( jQuery );
Thanks in advance for your help!
David
Forum: Plugins
In reply to: [Contact Form 7] Goal tracking when adding Google recaptcha to CF7Hi Chris,
Thanks for your input, unfortunatelly we don’t use any of the features of the paid version, only the tracking implementation. I’m trying to find out if any of you guys had the same problem and managed to find a solution or if it’s a known plugin / recaptcha incompatibility.
Cheers
Forum: Plugins
In reply to: [Simple Lightbox] Disable scrolling when lightbox is visibleHi guys,
Thanks for coming back to me on this issue and apologise for the slow reply, I forgot to enable notifications for this post…
The standard behaviour makes total sense, it’s more flexible but in this case what I’m trying to achieve is to cover 100% of the viewport regardless the screen size, be able to navigate pre next image and when I close the lightbox the main content stays at the same point even if you try to scroll while lightbox is enable.
I’ve tried using the script below to lock scroll adding the class to the html tag with the script, that way It achieves the effect desired but I can’t get to disable when you close the lightbox. Must be a conflict with another theme script but I haven’t manage to find out, I’ve tried with both click background and also with the close button and no joy… Here’s the script:
( function($) { $(document).ready(function() { $(".gc-noscroll").click(function(e) { e.preventDefault(); $("html").css("overflow","hidden"); }); $(".slb_viewer_overlay").click(function(e) { e.preventDefault(); $("html").css("overflow","auto"); }); }); }) (jQuery);
Right now what I did is to add the class slb_viewer_overlay to the first div of my template that way It achieves the effect desired, even though you can see the main content scrolling in the background which is fine and when you close the lightbox the page goes back to the last point… but then pre and next buttons don’t work, anywhere you click it’ll close the lightbox, I’ve tried to force the z-index of navigation div but no luck.
Thanks in advance for your help so far your plugin rocks!
David
- This reply was modified 6 years, 8 months ago by DavidIborra.
- This reply was modified 6 years, 8 months ago by DavidIborra.
Thanks Nate!
No problem we will keep the locations that can accept bookings and use a different template with schema markup to display locations.
Cheers
Thanks Nate!
The issue was in the set-up, I’ve mistake the location email address with the admin notification email address. Once I’ve filled up the admin email notification with the correct email, reservations started to come through! Thanks for your assistance!
Also is it possible to hide locations from the reservations form drop down? I’ve created locations that currently can’t take reservations so I don’t want to show those as an option in the reservations form, I’ve tried to change status to draft or private but it is still showing.
Thanks again for your help!
Cheers
David
I Had the same issue and just added this to my css to force the one column layout on mobile:
@media only screen and (max-device-width: 480px) { .rtb-booking-form fieldset{
float:none;
width:100% !important;
margin:0px !important;
}
}I hope this is a good solution if you want to show the form in one column on mobile devices.
David
Thanks Nate,
Much better now thanks for helping me on this!
Cheers
David
Hi Nate,
sorry for not replying earlier forgot to check the notifications for this thread. I don’t need to enqueue an script but to trigger the Analytics by Yoast script to send a goal completion
This is what i’m currently doing:
I’m modifying this file
restaurant-reservations/includes/template-functions.php
here on line 73
<form method="POST" onsubmit="__gaTracker('send', 'pageview', '/goals/reservations');" action="<?php echo esc_attr( $booking_page ); ?>">
I’m using Analytics by Yoast plugin so instead of the standard GA hook I use __gaTracker
I’d appreciate your help to achieve this without tampering the plugins functions and be able to update without loosing the goal tracker.you can see it working here: https://www.praderarestaurant.com/reservation/
Thanks in advance for your help
Thanks
David
Forum: Plugins
In reply to: [WP Splash Image] Size on mobile deviceHi Ben
This what I see when I disable the splash screen on mobiles ??
Fatal error: Cannot redeclare is_mobile_browser() (previously declared in /home/digit380/public_html/bracewellsestateagent.co.uk/wp-content/plugins/wsi/wsi/front/scripts/detectmobilebrowsers.php:4) in /home/digit380/public_html/bracewellsestateagent.co.uk/wp-content/plugins/wsi/wsi/front/scripts/detectmobilebrowsers.php on line 10
Forum: Plugins
In reply to: [WP Splash Image] Size on mobile deviceHi Ben,
Firstly thanks for your plugin! we used for our Christmas greetings last year and trying to use it again this year, is it me or it use to work well on mobiles?
Do you have a date for the next update?Thanks
David
Hi
I’m also interested on being able to add the google analytics goal track as we do with CF7
would it be something you would consider adding in future updates?Currently I’m manually modifying the link but I have to come back and change it again every time I update.
Otherwise is there a way to add it from the functions.php?
Thanks
David