dcbuffalo
Forum Replies Created
-
PART OF THIS HAPPENED AGAIN. Same thing, except this time it’s just that the CSS doesn’t save correctly in version 2.3.1. Upon saving, all custom CSS is deleted.
Forum: Plugins
In reply to: [Bold Page Builder] Accordion jumps to the bottom on openAt desktop, the accordion in the left column is styled to not work exactly like an accordion – it’s forced open with CSS, but if you click on the “Filter Results” title, it scrolls to the bottom of the content. At 768px or smaller, the accordion works as intended, and is set to be closed by default. When you open it, it scrolls to the bottom of the content, every time.
By what you’re saying, anything in an accordion would automatically scroll to the bottom of the accordion. I assure you, this is the only time I’ve ever experienced this issue with an accordion. If I open this, I would absolutely want to start at the top of this content, not the bottom, so no matter what happens to the page height, as a user I want to see the BEGINNING of this content at first, not the END of it.
And there is ONLY one accordion item, so it’s not jumping around strangely because of differing content heights.
Please inspect the code if you don’t think this is a Bold Builder accordion – I assure you that it is.
Forum: Plugins
In reply to: [Bold Page Builder] Accordion jumps to the bottom on openMinor modification – I figured out how to just have one accordion and used css to handle the swap. Still jumps to the bottom when I open it.
Forum: Plugins
In reply to: [Custom CSS and JavaScript] “Security Token Expired”The site is https://www.justbuffalo.org
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PHP 7.4 HUGE errorSo the original back-end developer isn’t responding. I checked the code, and added the new “line 1” to the custom invoice, but otherwise it looks fine to me. All of the errors are being generated based on custom field values that are being called in from the TM Extra Product Options plugin. The field values are being correctly imported and printed on the invoices, but these giant sequences of errors are being generated whenever someone clicks to generate and download an invoice. We cleared the error log out a couple of weeks ago, and it’s already back up to almost 800MB.
Is there a chance that someone there could take a look?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PHP 7.4 HUGE errorI will have the back-end developer take a look. We created a custom invoice to pull in variables from the TM Extra Product Options plugin. It’s all working on the front-end just fine, so I’m sure there’s just some wacky extra or missing syntax somewhere.
Thanks!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] PHP 7.4 HUGE errorBy HUGE – what I mean is, the php error log got up to 5.8 GB, and it was increasing by about 1-2MB per minute. Constant errors.
Forum: Plugins
In reply to: [WP Fastest Cache] WooCommerce Bookings Products SpinningROCK – thank you.
Forum: Plugins
In reply to: [WP Fastest Cache] WooCommerce Bookings Products SpinningGREAT! So does that replace the one in the example jpeg that is set for every 3 days, or is it in addition to? I’m guessing that if I’m doing that every 10 hours, you don’t need every 3 days.
GREAT catch. Yes, signups have been going through anyway. I’m quite certain that’s the problem. I’m going to reconfigure how I’m loading the form into different pages, because I know you can’t have two forms on a page – thanks for that insight!
Sorry if I wasn’t clear, it’s also being passed through the order emails. I am going to want/need to do a little bit of email customization, and this is the bit in email-order-items.php (sorry again, quoted the wrong file above) that seems related:
// allow other plugins to add additional product information here. do_action( 'woocommerce_order_item_meta_start', $item_id, $item, $order, $plain_text ); wc_display_item_meta( $item, array( 'label_before' => '<strong class="wc-item-meta-label" style="float: ' . esc_attr( $text_align ) . '; margin-' . esc_attr( $margin_side ) . ': .25em; clear: both">', ) ); // allow other plugins to add additional product information here. do_action( 'woocommerce_order_item_meta_end', $item_id, $item, $order, $plain_text ); ?>
I tested it again and the info is actually getting passed through to the orders now. (Who knows.) Could you possibly tell me . . . what portion of the WooCommerce Order email code in email-order-details.php relates to this metadata?
I think it’s been hanging out under the radar. But someone on his mailing list tried to add a new email address to the list today and they got an error – the form wouldn’t submit and it kept saying “Enter an email address.”
It looks like maybe they were blocked because of Germany? I recently installed a Sucuri firewall. I’ve put in a ticket with them as well to check, but in the meantime, here’s the info from the block:
Your IP: 62.226.73.199
URL: https://www.curtisstigers.com/thanks-for-signing-up/
Your Browser: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
Block ID: GEO01
Block reason: Access from your Country was disabled by the administrator.
Time: 2020-09-08 09:31:39
Server ID: 15009Forum: Plugins
In reply to: [SpeakUp! Email Petitions] Problem downloading CSVThis solution did not work for me. After I update the /includes/csv.php file, nothing happens when I hit the button to download the signatures. Our petition has gathered over 10k signatures, and I really need to be able to download them easily in a usable format. Any suggestions?
Thanks….