FAKTOR VIER
Forum Replies Created
-
Forum: Plugins
In reply to: [F4 Total Stock Value for WooCommerce] Published/scheduled/privateHi
That sounds logical. We will implement this in the next plugin release.
Best regards
Forum: Plugins
In reply to: [F4 Shipping Phone and E-Mail for WooCommerce] Checkout blockHi @mahdiy
Currently not, but well see if we can add this compatibility in one of our next releases.
Forum: Plugins
In reply to: [F4 Post Tree] Idea: Add flexible widthHi @jtheofel
Maybe we’ll add this feature in the future. As for now, you can only change the width of the tree with a hook that you can put in your functions.php:
add_action('admin_head', function() { if(!\F4\TREE\Tree\Helpers::is_tree_enabled()) { return; } echo '<style> :root { --tree-width: 450px; } #f4-tree-container { width: var(--tree-width); } #wpcontent, #wpfooter { margin-left: calc(var(--tree-width) + 160px); } @media screen and (min-width: 961px) { /* WPBakery */ body:not(.vc_fullscreen) .vc_subnav-fixed { left: calc(var(--tree-width) + 160px) !important; width: calc(100% - (var(--tree-width) + 160px)) !important; } /* Block editor */ .interface-interface-skeleton, .components-snackbar-list { left: calc(var(--tree-width) + 160px) !important; } } </style>'; });
You can change the –tree-width: 260px; to the desired width. The rest should be calculated automatically. Let me know if that works for you.
- This reply was modified 7 months, 2 weeks ago by FAKTOR VIER.
- This reply was modified 7 months, 2 weeks ago by FAKTOR VIER.
Forum: Plugins
In reply to: [F4 Simple Checkout Fields for WooCommerce] After Order notesHi @ugenijus
Thanks for reporting this. We’ll have a look and fix this issue asap.
Forum: Plugins
In reply to: [F4 Post Tree] Bug and suggested fixHi @cvladan
Thanks for reaching out. We’ll have a look at this problem and see if we simply can add this fix, without breaking too much.
Hi @rahulpragma
Our pluging only adds shipping phone and emails to display it, but we (currently) don’t send any emails. So this is not possible at the moment.
You can make the email field optional in the WooCommerce ->Account settings.
I hope this helps.
Hi @irishetcher
Our plugin is now compatible with COT/HPOS.
Forum: Plugins
In reply to: [F4 Total Stock Value for WooCommerce] HPOS compatibleWe just released a new version that adds the compatibility for HPOS.
Forum: Plugins
In reply to: [F4 Total Stock Value for WooCommerce] HPOS compatibleWe’re working on an update. We should be able to release a new version in the next 10 days.
Forum: Plugins
In reply to: [Regenerate Thumbnails] User edited images losing informationThanks for the reply. We’ll just have to wait then. Luckily it doesn’t happen often that images are rotated and then the thumbnails are regenerated.
Forum: Plugins
In reply to: [Force Regenerate Thumbnails] User edited images losing informationHi @adamewww
Thanks for the quick reply. Looks like the problem is with the image itself. If I try other images, there are no problems…
I think we can mark this as resolved, I’ll have to find out why exactly this image is resetted every time..
Hi @sixaxis
Thanks for the quick reply. Looks like the problem is with the image itself. If I try other images, there are no problems…
I think we can mark this as resolved, I’ll have to find out why exactly this image is resetted every time..
Hi @irishetcher
Thanks for the hint, we’ll have a look. Keep an eye out for a plugin update soon.
Forum: Reviews
In reply to: [F4 Post Tree] WOW, a dream come true!Thanks! We’re glad you like this plugin. We’re always open for ideas, maybe we’ll add an “always expanded” option in one of our next releases.
Forum: Plugins
In reply to: [Polylang] Translated and untranslated post types in the same get_postsHi @chouby
Thanks for clearing that up!