wp1605982g2n
Forum Replies Created
-
Take my sincere apology, I made a mistake in the code… I forgot to wrap the template with additional [].
Sorry again and thank you for your good work!
Yes, that’s the one.
No need for PRO version.
- Install Lazy Blocks
- Create a block and use PHP as Output method
- In php use template as provided in the Lazy Blocks docs:
<InnerBlocks template="[ [ 'core/heading', { content: 'Blocks locking example:', level: 4 } ], [ 'core/paragraph', { content: 'This paragraph you can\'t move and remove', className: 'custom-classname-here', lock: { remove: true, move: true, } } ], [ 'core/paragraph', { content: 'This one can be freely removed' } ], ]" />
4. Use block in a post, try with and without Block Editor Bootstrap Blocks active
If above does not work, let me know to give you access to a staging site I’m working on.
Thank you!
??
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Non-latin tab titles supportMay I recommend another feature? In Row block, user can select gutter size. Since Bootstrap has support for both gx-* and gy-*, it would be logical to split this setting into two – horizontal and vertical gutter. From my experience with Bootstrap, it is very common to add gy-* classes, while horizontal gutter can be left default. That’s why it’s more convenient to have split gutter setting.
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Non-latin tab titles supportIt worked!
Thank you for making a quick fix.Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Non-latin tab titles supportBtw, ability to override the tab ID is not a bad idea at all. It can avoid potential issues like having elements with same IDs on the page.
Forum: Plugins
In reply to: [Block Editor Bootstrap Blocks] Non-latin tab titles supportAt the moment I solved it by editing the code in block code editor. It does return “This block has unexpected content…” but it works in front end.
Until you implement the solution ??
Thank you.
@mrclayton thank you, you have been extremely helpful!
Not only your guide helped me solve the problem, but I have learned a couple of things along the way.
Thumbs up for your quick replies, too.Kind Regards!
Have you considered not using the checkout form submit as the event to proceed to the next step? Semantically it might make sense to use your own next step button that way you have full control over the event and it’s propagation….
Yes, but that means I would need to create some other validation system that might fail, when I submit the form I fully rely on Woocommerce validation and make sure everything is fine before going to next step.
…The credit card form’s validations are kicked off by the click event on the place order button.
Actually, I am using my own button, but I don’t think the credit card form’s validations are kicked by the click event.. Might I be wrong? My button has different id and class than “confirm order” button, and I see no click events bound on it.
I rely on Woo validation since I use$( document.body ).on('checkout_error', function(){...
but Woo validation is not taking place at all since the form is not submitted.I use this approach for multi-step thing: https://www.digamberpradhan.com/woocommerce-2-step-checkout/
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredYes, you are right. At first I was using it without flattening option, but pdf did not look right, because the fields were outlined and grey, indicating that viewer can change them, so I have decided to flatten it.
I tried again, without flattening, and the letters show just fine, and the solution to avoid highlighting was to mark the field as Read only in my pdf.
So, I can confirm this works well now!Many thanks for your hint, wish you very well 2020!
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredSure, I’ve just sent it.
Forum: Plugins
In reply to: [PDF Forms Filler for CF7] Cyrillic letters ignoredThanks for your reply!
However, I don’t think it has to do with the viewer, I’m opening the created file with Adobe Acrobat and all the fields I filled with cyrilic letters are simply blank. Resaving the file does not solve the problem..I just saw your post on Upwork and wanted to apply for the job, then I saw this thread ??
You still need help?Forum: Plugins
In reply to: [WooCommerce Force Default Variant] Is it posible disable on product pageI need inverse function, I’d like to disable it on shop/category/archive pages ??
Any progress with this?