JohnDBB
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Custom block style preview not working since 5.9Thank you @bcworkz Are you sure? I’m speaking about previews of custom styles created for a block. They are now inside an iframe since WP 5.9. I mean custom styles created like this:
wp.blocks.registerBlockStyle( 'acf/cover-news', { name: 'basic', label: 'Basic', isDefault: true, } );
I cannot see the front end styles enqueued inside that iframe.
It may be a question of how the editor styles css should be added now?Best Regards,
Juan……..
- This reply was modified 2 years, 8 months ago by JohnDBB.
Ok thank you Miemie
Great Thanks miemie,
If I create a component called Meals for First week may I have for example 15 meals where user can choose one of some or two of other one etc, for example? (instead of choosing just one meal out of 15). I have installed the plugin and it seems that I can only choose one item per group created.
Thank you in advance and sorry for so many questions.
Forum: Plugins
In reply to: [WooCommerce] Different bundle for each weekThank you Mirko!
Thank you
We have already implemented that code. It allows us to go into Media Library (before that it took forever to go into Media Library). But the problem now is when we search an image. It may take above 3 or 4 minutes to show results.
Thank you in advance.
It works great, thanks a lot Joseph!
Forum: Plugins
In reply to: [AMP] AMP disables itself after changing post templateOk, thanks a lot for your support!!
Forum: Plugins
In reply to: [AMP] AMP disables itself after changing post templateThan you for your prompt answer!
AMP is disabled for that one post. The secuence is:
– AMP is enabled when the post is created. The user starts creating the post.
– The user changes the post template for that particular post. AMP is still enabled.
– The user saves the draft post. Then AMP is suddenly disabled. It only happens if previously the user have changed from the default template to a different one.This is a newspaper with many users writing posts and that behaviour only generates posts without AMP version.
Is there anyway to avoid this, or to force AMP to be always active?
Thank you in advance!
Best,
- This reply was modified 3 years, 10 months ago by JohnDBB.
Ok thank you Chris
Best Regards,
Thank you Chris
Is there anyway to access programatically the data showed inside the dashboard?
Ok thank you. I understand that it’s only for the pro version That’s right? As the free version gets the popular posts based on the number of comments or shares.
Thank you Sorry I thought it was working but it isn’t
If I paste just an Instagram url it doesn’t work
Should I paste all the Instagram embed code with its scripts etc? If I do it it works but it’s not what I was looking for.
Thank you in advance
Soory It’s working now. Thank you.
Hello again I think that I know why the line I have inside your show_notice function in notify.js is not working for unchecking the metabox checkbox: With your new version the show_notice function is not being fired, and the usual notice in not been showed. Is this a bug on your side?
- This reply was modified 4 years, 1 month ago by JohnDBB.
Thank you for your answer. It is turned off. So we manually turn it on when we want a post to be notified. The problem is that once notified it continues on, so if there is a new post update and we forget to turn it off the gets notified again and again. That’s why I added a line in your file notify.js inside the show_notice function for unchecking it once the post has been notified. The problem is that it seems that this function is not being fired in the last version…
Is there any way for unchecking that metabox once the post has been notified?
Thank you in advance.