riangraphics
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Hotelier] Reserve redirecting to wordpress DashboardI suggest you to change your credentials, I believe a lot of people received your message via email.
Forum: Plugins
In reply to: [Book Now] Make No Follow link?yes thats correct
Forum: Plugins
In reply to: [Book Now] Make No Follow link?Hi you can edit the plugin,
find line 294 in book-now.php and edit from
<a href='$myurl' target='$target'>$mytext</a>
to
<a href='$myurl' target='$target' rel='no-follow'>$mytext</a>
hope it helps
best regards
Forum: Plugins
In reply to: [Book Now] Minor Error (Fixed)Thank you, i’ll fix it
Best regards
Forum: Plugins
In reply to: [Book Now] HTTPSHi Duarteosrm,
The plugin doesn’t require any http resource, try to check in the plugins editor if there’s any http link that causes the problem.
Best regards
Forum: Plugins
In reply to: [Book Now] Hide on mobile?Hi kingwild, use this code on your custom css
@media screen and (max-width:768px) { #rg-book { display:none; } }
Forum: Plugins
In reply to: [Book Now] errorHello valste10,
Try to update now, I fixed the error.
Best regards
Forum: Plugins
In reply to: [Contact Form 7] Pulling page title into contact from 7 as a referenceHi @mkpas,
i suggest this plugin for that particular task “Contact Form 7 Dynamic Text Extension”
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Broken “Book now” buttonthis is the error:
booking.js?ver=10.3:1014 Uncaught TypeError: Cannot read property 'count' of null at changeTotalPrice (booking.js?ver=10.3:1014) at reservation_info (booking.js?ver=10.3:1006) at Object.success (booking.js?ver=10.3:713) at i (jquery.js?ver=1.12.4:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2) at y (jquery.js?ver=1.12.4:4) at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
- This reply was modified 7 years ago by riangraphics.
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Broken “Book now” buttonThere’s some jQuery errors in booking.js
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Broken “Book now” buttoni’ve noticed that you need to click on a date on the calendar in order to the submit button to appear.
but if you need it always on just add the above code to you css
regards
Forum: Plugins
In reply to: [Booking calendar, Appointment Booking System] Broken “Book now” buttonyour button css is in display: none;
add this custom css or change the original file
.wpdevart-submit { display: block!important; }
Forum: Plugins
In reply to: [Book Now] Mobile versionHi @vernica9,
flag the bottom or not option
Forum: Plugins
In reply to: [Book Now] how can i cancel button in booking page ?Hi @mehmetkara33,
I’ve updated the plugin, please update to the latest version and set page ids to be excluded
Best Regards
Forum: Plugins
In reply to: [Book Now] how can i cancel button in booking page ?Hi, i’ll update the plugin with this feature