Jonathan Bardo
Forum Replies Created
-
Hi!
Thanks for reaching out. If you can Github issues is the best place because that is where the development work happens.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Reusable blocksHi! Thanks for reporting this. This is indeed very interesting. We will need to take another look at the function that identify the CoBlocks namespace here.
@bsmurphy thanks for reporting this. This would be the safari browser that adds its custom css style.
I will create an issue for this. For the time being I would suggest you add custom css using the guide here.
Simply paste the following css rule:
summary::-webkit-details-marker { display: none; }
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Icon block : no search icon ?!Thanks for the feedback. Icons are being pulled from this Github repo. As of now there is not a search icon unfortunately but it’s a great suggestion.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] SVG images problemHey all, We found the issue. We will be issuing a patch real soon.
@atora oh I see what you are referring now. The links inside the text are white indeed. Those are just regular links inside the paragraph block. The theme (in your case Inspiro) is normally in charge of styling those correctly not the CoBlocks plugin. I suggest you override the color temporarily by selecting the text and highlighting it the color you want.
@atora The v2.21.2 will hit www.ads-software.com in the next few hours, it is being built right now.
Regarding the button, I’m really sorry but I don’t quite get it still. Are you able to do a screen recording of what you are seeing?
@atora You can look for the release v2.21.2 hitting www.ads-software.com very soon. As for the link color, I’m not currently sure I understand the issue unfortunately.
- This reply was modified 2 years, 10 months ago by Jonathan Bardo.
@atora Actually I think we did find the issue to your problem. Expect a patch release really soon.
@atora ok thanks for doing that. It really is strange that the icon markup doesn’t even show up in the page. It’s not just a CSS issue it seems like. Are you able to look at the code editor inside the page?
Normally you should see something like:
<!-- wp:coblocks/icon
@atora I did try to reproduce your layout with Inspiro and it does seem to work just fine. In the Gutenberg Editor are you able to remove the block and try to recreate it to see if that solves your issue?
@atora and the person that is publishing the page is a administrator or some other role?
Hi @atora
Thanks for reporting this. I see you are using the “features” block inside of the cover block which in theory has an icon over the title like you mentionned. Are you able to tell me which version of the Go and CoBlocks you are currently using? We did change how the icon blocks renders in the recent version. In previous version some WordPress roles wouldn’t be able to save the icon as they needed some specific permission which is no longer the case in the current version.As a site note I did try to reproduce your layout using Twenty Twenty Two and I can see the icon without being logged in on the latest version of the theme and plugin.
This was next on my list actually. I had to dig into the reason why scripts were set on init hook instead of enqueue_block_editor_assets where they should reside. I’m changing this now and issuing a PR. Also tested the fix in query monitor and it seems to fix it ??
See this PR: https://github.com/godaddy-wordpress/coblocks/pull/2243
- This reply was modified 2 years, 10 months ago by Jonathan Bardo.
Forum: Plugins
In reply to: [Page Builder Gutenberg Blocks – CoBlocks] Failed to load resourceThis was reported here: https://www.ads-software.com/support/topic/massive-spike-in-404s-detected-after-2-20-0/. A fix is coming today.