Title: grimesweb's Replies | WordPress.org

---

# grimesweb

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Plugin not working with WordPress 6.3](https://wordpress.org/support/topic/plugin-not-working-with-wordpress-6-3/)
 *  [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-wordpress-6-3/#post-17208655)
 * Same here! in my favorites page, if anyone hits the add to cart button inside
   of site.com/favorites, it just reloads the page and doesn’t add anything.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checking if field is empty not working](https://wordpress.org/support/topic/checking-if-field-is-empty-not-working/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/checking-if-field-is-empty-not-working/#post-17102595)
 * Just for the sake of clarity. This works >
 *     ```wp-block-code
       // Check if field is not empty and show custom message
       ($field_name !== '')
       ```
   
 * [https://ibb.co/c1B1gHz](https://ibb.co/c1B1gHz)
 * And just switching to this doesn’t.
 *     ```wp-block-code
       // Check if field is empty and show custom message
       ($field_name == '')
       ```
   
 * [https://ibb.co/5hW8Xkh](https://ibb.co/5hW8Xkh)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Checking if field is empty not working](https://wordpress.org/support/topic/checking-if-field-is-empty-not-working/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/checking-if-field-is-empty-not-working/#post-17102511)
 * Good morning! Thank you for the reply. Here is my Dilemma. I do see in the messages
   tab in the, i can edit the validation messages for email, url, number.
 * [https://ibb.co/2MDpnzJ](https://ibb.co/2MDpnzJ)
 * I also do see that i can set the custom validation messages for “all” text fields
   in the messages tab.
 * [https://ibb.co/qMhwYhX](https://ibb.co/qMhwYhX)
 * ![](https://ibb.co/qMhwYhX)
 * My issue is I just need to target the text field with the name “your-name” and
   no other text fields. The crazy part is my code works if I’m checking if the 
   field is not empty. If I check if its not empty, add a character inside the your-
   name input field, and then hit submit, it gives me my custom error message.
 * But if i change the one line to check if it IS empty, nothing happens and it 
   reverts to the default “Please fill out this field”.
 * Is there a different way I should be checking if the field is empty than just
   simply >
 *     ```wp-block-code
       if ($field_name == '')
       ```
   
    -  This reply was modified 2 years, 9 months ago by [grimesweb](https://wordpress.org/support/users/grimesweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Disable click events on calendar](https://wordpress.org/support/topic/disable-click-events-on-calendar/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/disable-click-events-on-calendar/#post-16650141)
 * Well…I definitely read that setting wrong…. That worked perfectly. You got an
   easy question for the day haha 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Disable click events on calendar](https://wordpress.org/support/topic/disable-click-events-on-calendar/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/disable-click-events-on-calendar/#post-16650001)
 * On a side note, adding this did the trick, but not sure if there is an option
   in the plugin itself to do this or is this the best way, thanks.
 *     ```wp-block-code
       #pgcalendar .fc-view {
       	pointer-events:none !important;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Show Month Title in mobile.](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/#post-16648279)
 * Awesome, thanks for confirmation!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Show Month Title in mobile.](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/#post-16641703)
 * Good morning! I just wanted to inform you that I was able to get the title showing
   from an answer provided on another support thread with a user having the same
   issue. Looks to be a setting in the pgcaj.js file Located at plugins > pretty
   calendar > public > js > pgcaj.js.
 * I changed line 58 from center:”” to center: toolbarCenter and that worked wonderfully.
 * Here’s a screenshot for anyone else who may see this. [@lbell](https://wordpress.org/support/users/lbell/),
   I wonder if it’s something that can be added as a setting somehow in the settings
   to adjust that parameter in the JS file if someone wants to show or hide the 
   title on mobile? Not sure if that’s possible or not. Thanks!
 * [https://ibb.co/B2kGk95](https://ibb.co/B2kGk95)
    -  This reply was modified 3 years, 3 months ago by [grimesweb](https://wordpress.org/support/users/grimesweb/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Show Month Title in mobile.](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/#post-16633870)
 * Crazy right? I tested in all 3 (Chrome, firefox, and safari).
 * I even added a test event just to make sure it wasn’t showing the title because
   there were no events for this month, and still not showing the title (but shows
   fine on desktop).
 * [https://ibb.co/Vg2Pg1z](https://ibb.co/Vg2Pg1z)
 * When I inspect the title on desktop, i can see it outputted with a h2 tag and
   a class of fc-toolbar-title.
 * When I load the page up on mobile, that tag/class isn’t even on the site anymore.
 * Desktop >
 * [https://ibb.co/5xSqxv6](https://ibb.co/5xSqxv6)
 * Mobile >
 * [https://ibb.co/CWH5YDd](https://ibb.co/CWH5YDd)
 * I’m stumped lol!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Pretty Google Calendar] Show Month Title in mobile.](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/show-month-view-in-mobile-or-longer-range-list/#post-16632954)
 * Hi there 🙂
 * Please see the following quick screen-cast I made >
 * [https://drive.google.com/file/d/1c5thPZgG0rTnsisQD29VxW4kCQf7FIo0/view?usp=sharing](https://drive.google.com/file/d/1c5thPZgG0rTnsisQD29VxW4kCQf7FIo0/view?usp=sharing)
 * You’ll see what I mean where the top header never shows the title in between 
   the buttons and arrows. Let me know your thoughts, thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Most PDF’s for orders not generating](https://wordpress.org/support/topic/most-pdfs-for-orders-not-generating/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/most-pdfs-for-orders-not-generating/#post-16589935)
 * [@yordansoares](https://wordpress.org/support/users/yordansoares/) Interesting!
   Please take a look at this screenshot.
 * [https://ibb.co/FmSsc23](https://ibb.co/FmSsc23)
 * Should I remove any of these from here? I basically want an invoice generated
   that we can view on the backend of the site for any order except failed orders.
   Should I then remove all of the options except for failed and refunded in that
   disable for box?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PDF Invoices & Packing Slips for WooCommerce] Most PDF’s for orders not generating](https://wordpress.org/support/topic/most-pdfs-for-orders-not-generating/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/most-pdfs-for-orders-not-generating/#post-16585521)
 * Hi! Here you go! I saw a few fatal error logs that contains some info about the
   PDF plugin, here is one of those days logs. Thank you!
 * [https://drive.google.com/file/d/1bowcCDrC-2VCOTA2mqWzkqB_YGihGYtk/view?usp=sharing](https://drive.google.com/file/d/1bowcCDrC-2VCOTA2mqWzkqB_YGihGYtk/view?usp=sharing)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Getting publicy displayed error message on site after 5.7 update](https://wordpress.org/support/topic/getting-publicy-displayed-error-message-on-site-after-5-7-update/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/getting-publicy-displayed-error-message-on-site-after-5-7-update/#post-16290887)
 * [@shoppie70](https://wordpress.org/support/users/shoppie70/) thank you! If I 
   navigate that correctly, this will be fixed in 5.7.1?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] 6.03 causes Critical Error just like 6.02 did.](https://wordpress.org/support/topic/6-03-causes-critical-error-just-like-6-02-did/)
 *  [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/6-03-causes-critical-error-just-like-6-02-did/#post-16253385)
 * [@abzlevelup](https://wordpress.org/support/users/abzlevelup/) confirming on 
   my end atleast that updating to 6.0.5 after reverting back to 6.0.1 for a little
   bit stopped the server from crashing and everything seems to be running well 
   again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Spam order / attack to WooCommerce](https://wordpress.org/support/topic/spam-order-attack-to-woocommerce/)
 *  [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/spam-order-attack-to-woocommerce/#post-16240810)
 * Hi all! I wanted to keep this open as this has happened to 2 of our sites now.
   Thousands of fake orders in in 20min timespan.
 * It always changed the name for the order, changes the email, etc. Examples >
 * Iamhna Alokgan
    Iamhna Factory 215 Mac Arthur New York, NY 10010
 * Iaahnm Klagano
    Iaahnm Factory 215 Mac Arthur New York, NY 10010
 * Hiaanm Aanolgk
    Hiaanm Factory 215 Mac Arthur New York, NY 10010
 * That will go for about 1000 orders, and then the next 1000 use a different city
   state, I believe it was a California address and zipcode.
 * The client uses Cardpointe for their payment gateway. Last time this happeend(
   back in late 21), we went in and foudn out AVS wasn’t enabled at the gateway 
   level. That led to attacker trying 5 more orders, failing, and went away. Not
   it’s Nov 2022 and it’s happening all over again.
 * We do have Wordfence installed on the site as well and everything is updated 
   to the fullest (All plugins, WP to 6.1.1, WC to 7.1, etc).
 * I went a couple of pages down, and can see that they also started trying to change
   the IP address each time so it’s hard to block by IP. It can go from a group 
   of IP address from Kyrgyzstan, and then immeditaley after a few they change it
   to a California IP, after a few they change it to a Hong Kond IP.
 * I’m lost on where to go next. Any help is appreciated.
 * What was the general idea on where we should go next with this?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] 6.0.2 and 6.0.3 causing website to crash 503,504 erros](https://wordpress.org/support/topic/6-0-2-and-6-0-3-causing-website-to-crash-503504-erros/)
 *  Thread Starter [grimesweb](https://wordpress.org/support/users/grimesweb/)
 * (@grimesweb)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/6-0-2-and-6-0-3-causing-website-to-crash-503504-erros/#post-16212767)
 * Hi [@abzlevelup](https://wordpress.org/support/users/abzlevelup/) ! After seeing
   some of your other posts, we definitely do use Yoast on all our sites so I’m 
   thinking that was actually the case. I will test out on a staging site and see
   how it goes, thank you! If it breaks again, I’ll provide the logs for you in 
   regards to BB if that comes up again. It may have just been a freak coincidence.
   Thanks.

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

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