Title: riangraphics's Replies | WordPress.org

---

# riangraphics

  [  ](https://wordpress.org/support/users/riangraphics/)

 *   [Profile](https://wordpress.org/support/users/riangraphics/)
 *   [Topics Started](https://wordpress.org/support/users/riangraphics/topics/)
 *   [Replies Created](https://wordpress.org/support/users/riangraphics/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/riangraphics/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/riangraphics/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/riangraphics/engagements/)
 *   [Favorites](https://wordpress.org/support/users/riangraphics/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/riangraphics/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/riangraphics/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/riangraphics/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Hotelier] Reserve redirecting to wordpress Dashboard](https://wordpress.org/support/topic/reserve-redirecting-to-wordpress-dashboard/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [6 years ago](https://wordpress.org/support/topic/reserve-redirecting-to-wordpress-dashboard/#post-13008003)
 * I suggest you to change your credentials, I believe a lot of people received 
   your message via email.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] Make No Follow link?](https://wordpress.org/support/topic/make-no-follow-link/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/make-no-follow-link/#post-12491479)
 * yes thats correct
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] Make No Follow link?](https://wordpress.org/support/topic/make-no-follow-link/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/make-no-follow-link/#post-12490130)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] Minor Error (Fixed)](https://wordpress.org/support/topic/minor-error-fixed/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/minor-error-fixed/#post-10865043)
 * Thank you, i’ll fix it
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] HTTPS](https://wordpress.org/support/topic/https-75/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/https-75/#post-10780567)
 * Hi 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] Hide on mobile?](https://wordpress.org/support/topic/hide-on-mobile-10/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/hide-on-mobile-10/#post-10081587)
 * Hi kingwild, use this code on your custom css
 *     ```
       @media screen and (max-width:768px) {
             #rg-book {
                 display:none;
              }
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] error](https://wordpress.org/support/topic/error-1030/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/error-1030/#post-10007862)
 * Hello valste10,
 * Try to update now, I fixed the error.
 * Best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Pulling page title into contact from 7 as a reference](https://wordpress.org/support/topic/pulling-page-title-into-contact-from-7-as-a-reference/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/pulling-page-title-into-contact-from-7-as-a-reference/#post-9880888)
 * Hi [@mkpas](https://wordpress.org/support/users/mkpas/),
 * i suggest this plugin for that particular task “Contact Form 7 Dynamic Text Extension”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking calendar, Appointment Booking System] Broken “Book now” button](https://wordpress.org/support/topic/broken-book-now-button/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/broken-book-now-button/#post-9669630)
 * this 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 8 years, 8 months ago by [riangraphics](https://wordpress.org/support/users/riangraphics/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking calendar, Appointment Booking System] Broken “Book now” button](https://wordpress.org/support/topic/broken-book-now-button/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/broken-book-now-button/#post-9669616)
 * There’s some jQuery errors in booking.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking calendar, Appointment Booking System] Broken “Book now” button](https://wordpress.org/support/topic/broken-book-now-button/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/broken-book-now-button/#post-9667074)
 * i’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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Booking calendar, Appointment Booking System] Broken “Book now” button](https://wordpress.org/support/topic/broken-book-now-button/)
 *  [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/broken-book-now-button/#post-9666922)
 * Hi [@bergentrappedesign](https://wordpress.org/support/users/bergentrappedesign/),
 * your button css is in display: none;
 * add this custom css or change the original file
 *     ```
       .wpdevart-submit {
          display: block!important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] Mobile version](https://wordpress.org/support/topic/mobile-version-89/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-version-89/#post-9563124)
 * Hi [@vernica9](https://wordpress.org/support/users/vernica9/),
 * flag the bottom or not option
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] how can i cancel button in booking page ?](https://wordpress.org/support/topic/how-can-i-cancel-button-in-booking-page/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-can-i-cancel-button-in-booking-page/#post-9542941)
 * Hi [@mehmetkara33](https://wordpress.org/support/users/mehmetkara33/),
 * I’ve updated the plugin, please update to the latest version and set page ids
   to be excluded
 * Best Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Book Now] how can i cancel button in booking page ?](https://wordpress.org/support/topic/how-can-i-cancel-button-in-booking-page/)
 *  Plugin Author [riangraphics](https://wordpress.org/support/users/riangraphics/)
 * (@riangraphics)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/how-can-i-cancel-button-in-booking-page/#post-9542776)
 * Hi, i’ll update the plugin with this feature

Viewing 15 replies - 1 through 15 (of 36 total)

1 [2](https://wordpress.org/support/users/riangraphics/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/riangraphics/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/riangraphics/replies/page/2/?output_format=md)