Supervreni
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Layout problems in Safarii have the same problem. I have the problem with different themes on different computers. The problem is only with safari since the last Update. With firefox or Chrome all backends are ok.
Forum: Plugins
In reply to: [Web Directory Free] Old Codecanyon-License, no updatesI have the same problem. :-/
I have temporarily used the current FREE version and some errors are gone, but of course I would have liked to continue using the Pro version, because here all the translations have already been made.
I hope a solution will be found soon.
Forum: Plugins
In reply to: [Web Directory Free] Old Codecanyon-License, no updatesi don’t know. it’s not solved at the moment. I have no actual pro version. 🙁
Forum: Plugins
In reply to: [Web Directory Free] Old Codecanyon-License, no updatesWith the free version I cannot enter a purchase code and with the PRO version I cannot make any settings because the individual sub-items cannot be clicked.
I would probably be best helped if I could simply download a current PRO version somewhere, there I could then also store the purchase code.
Thank you
Forum: Plugins
In reply to: [Web Directory Free] Old Codecanyon-License, no updatesBut I can only download the Free version (demo) and then I have to deactivate my PRO version, because not both versions can run?
I just do not understand how to do it correctly. Where exactly can I download the new PRO version?
Forum: Plugins
In reply to: [Download Manager] Block Cookie wpm_clientPerfect – it works – thank you!
Forum: Plugins
In reply to: [Download Manager] Block Cookie wpm_clientIs it possible to delete the already set cookie for all? (or only via your own browser)?
Message from the actual post:
DEBUG: 14024 -> CRON EVENT SCHEDULED at Do, 26 Jan 2023 10:00:00 +0100 (1674723600) with options Array ( [expireType] => draft [id] => 14024 ) , no errors foundat the moment I work with FuturePress Version 2.8.3
Hi Riza! I still have the same problem (just didn’t have time to reply). I followed the troubleshooting steps (1-4), I also have a green check mark on the CronJobs, but the posts are still not deleted.
How can I fix this?
i have installed 2.7.8 because I read the entries before. But there’s no change 🙁
Forum: Plugins
In reply to: [Order Status History for WooCommerce] Hide fieldsI used the plugin “Germanized Pro”
There you can place “variables” on the Packaging slip. But I don’t know how can I place the number of all orders of the customer.They gave me a snippet to place custom fields, but I don’t know what to put in place of “my-product_attribute” to show the number of orders.
Here’s the snippet for example:
add_filter( 'storeabill_document_item_product_data_shortcode_result', 'my_child_adjust_document_item_product_shortcode', 10, 4 ); function my_child_adjust_document_item_product_shortcode( $result, $atts, $document, $shortcodes ) { if ( $atts['data'] !== 'my_product_attribute' ) { return $result; } if ( $product = $shortcodes->get_document_item_product() ) { if ( $product->is_callable( 'get_attribute' ) ) { return $result; } $result = $product->get_attribute( $atts['data'] ); } return $result; }Forum: Plugins
In reply to: [Order Status History for WooCommerce] Hide fieldsThe plugin currently shows the number of orders of the respective customer.
Is it possible to include this number on the delivery note (packaging slip?)?Forum: Plugins
In reply to: [Order Status History for WooCommerce] Hide fieldsThank you for that information. 🙂
Only one short question.
Is it possible to place the total number of orders on the delivery note?i have the same problem and the re-install doesn’t work. 🙁