grimesweb
Forum Replies Created
-
Forum: Plugins
In reply to: [TI WooCommerce Wishlist] Plugin not working with WordPress 6.3Same 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
In reply to: [Contact Form 7] Checking if field is empty not workingJust for the sake of clarity. This works >
// Check if field is not empty and show custom message ($field_name !== '')And just switching to this doesn’t.
// Check if field is empty and show custom message ($field_name == '')Forum: Plugins
In reply to: [Contact Form 7] Checking if field is empty not workingGood 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.
I also do see that i can set the custom validation messages for “all” text fields in the messages tab.
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 >
if ($field_name == '')- This reply was modified 2 years, 7 months ago by grimesweb.
Forum: Plugins
In reply to: [Pretty Google Calendar] Disable click events on calendarWell…I definitely read that setting wrong…. That worked perfectly. You got an easy question for the day haha 🙂
Forum: Plugins
In reply to: [Pretty Google Calendar] Disable click events on calendarOn 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.
#pgcalendar .fc-view { pointer-events:none !important; }Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Awesome, thanks for confirmation!
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.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 , 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!
- This reply was modified 3 years, 1 month ago by grimesweb.
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.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).
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 >
Mobile >
I’m stumped lol!
Forum: Plugins
In reply to: [Pretty Google Calendar] Show Month Title in mobile.Hi there 🙂
Please see the following quick screen-cast I made >
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!
@yordansoares Interesting! Please take a look at this screenshot.
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?
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
@shoppie70 thank you! If I navigate that correctly, this will be fixed in 5.7.1?
Forum: Plugins
In reply to: [The Events Calendar] 6.03 causes Critical Error just like 6.02 did.@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
In reply to: [WooCommerce] Spam order / attack to WooCommerceHi 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 10010Iaahnm Klagano
Iaahnm Factory
215 Mac Arthur
New York, NY 10010Hiaanm Aanolgk
Hiaanm Factory
215 Mac Arthur
New York, NY 10010That 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
In reply to: [The Events Calendar] 6.0.2 and 6.0.3 causing website to crash 503,504 errosHi @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.