agg2
Forum Replies Created
-
I second the above fix as soon as possible. I’ve encountered this error several times now and it’s very confusing and throws me off when I’m having to troubleshoot an unrelated problem.
Fatal error: Uncaught Error: Call to undefined function ReactPress\Admin\repr_log() in ...
Developer, please – it is many weeks now annoying many of my customers by spamming multiple emails. Please assist!
Same for me two weeks later – emails are being sent twice.
Please, @developer please help us.
Thanks for the quick response. I’m always impressed when developers respond promptly.
I was able to see what you mean – the autosuggest does appear in the top left hand corner, as you say.
It’s a real pain for me, as I have a category list of hundreds and even thousands of rows, so having to scroll up for every row adds a lot of work. Hopefully you guys can get it fixed soon! Appreciate it. ??
Thank you. What do you mean by the “Review Funnel feature”?
Oscar? I want to know answer this Capucine’s question too.
Forum: Plugins
In reply to: [Invoices for WooCommerce] Disable download invoice link on Thank you page?Turns out I had long ago installed this code in my functions.php file and forgot about it:
# https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/download-link-on-the-thank-you-page/ add_filter('woocommerce_thankyou_order_received_text', 'wpo_wcpdf_thank_you_link', 10, 2); function wpo_wcpdf_thank_you_link( $text, $order ) { if ( is_user_logged_in() ) { $order_id = method_exists($order, 'get_id') ? $order->get_id() : $order->id; $pdf_url = wp_nonce_url( admin_url( 'admin-ajax.php?action=generate_wpo_wcpdf&template_type=invoice&order_ids=' . $order_id . '&my-account'), 'generate_wpo_wcpdf' ); $text .= '<p><a href="'.esc_attr($pdf_url).'">Download a printable invoice / payment confirmation (PDF format)</a></p>'; } return $text; }
This implies there was no setting to enable/disable a download link from within the plugins GUI interface. Is this still the case? Shouldn’t there be an option to easily enable/disable the download link on the Thank You page from within the plugin’s GUI interface?
- This reply was modified 5 years, 8 months ago by agg2.
Forum: Themes and Templates
In reply to: [AcmePhoto] Issue on CustomizerIt would be nice if the developer would explain the changes that he made.
I figured it out, so I’ll answered my own question – unfortunately I was unable to find this in the documentation – perhaps developers should include in documentation:
WooCommerce PDF Invoices > Documents > Invoice > Allow My Account invoice download
I have this problem too. The numbers given don’t correspond to anything. This is frustrating.
I feel enough people are affected that you should post a public solution. Thank you.
Duplicator – Bootloader version: 1.3.2
Setup Notice:
An error has occurred. In order to load the full installer please resolve the issue below.
Archive file size warning.
The expected archive size should be around [8.67GB]. The actual size is currently [686.26MB]. The archive file may not have fully been downloaded to the server. Please validate that the file sizes are close to the same size and that the file has been completely downloaded to the destination server. If the archive is still downloading then refresh this page to get an update on the download size.I sent to support (at) wp-staging.com?, did you get it?
@renehermi Forgive my question but I’m a newbie – can you please tell me how tables are typically removed? Where do I go and how do I do it? Thanks.
@renehermi I need to know how to delete the staging environment manually, cleanly so as to leave no remnants of files or databases. Can you advise how and which files/folders to delete?
<3