David Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Equal Spacing around Drop CapsThanks for reaching out.
It looks like you have a CSS layout problem. Unfortunately we’re not able to provide CSS support in this forum. That’s because each Theme comes with different styles and thus it’s nearly impossible to provide support like this.
I would reach out to your Theme developer for help here and see if they can help.
Sorry not to have been more help.
All the very best
Sorry to hear you’re experiencing this. I’d like to help get to the bottom of it.
Could you provide a screenshot or video of what you are seeing please?
Where do these errors appear? In the developer console or within the editor itself?
I will also ask one of the team involved in the Gallery block to see if they are aware of any bugs similar to this one.
Let’s leave this thread open and see what we can find out.
Forum: Plugins
In reply to: [Gutenberg] How do I add global CSS from a Full-Site Editor plugin?Hi @sdwire
That sounds like a cool project. I’ve reached out to some of the developers who worked on this feature to see if they can point you in the right direction.
Alternatively you could leave a question on the Core Editor agenda for Wednesday’s chat and it will be discussed during the meeting. That will get your question some attention. If you can attend yourself, so much the better.
Let’s wait and see if we get some input from the developers.
Forum: Plugins
In reply to: [Gutenberg] how to disable autosave in the editor?Hi @loralora
Thanks for your question.
I understand you would like to save your post when you want to and want to disable autosave.
One way to do this might be to add the following to your.
wp-config.php
filedefine('AUTOSAVE_INTERVAL', 86400);
The number
86400
is the number of milliseconds between each autosave. If you increase that to a high value it will effectively disable autosaving.You could also use a Plugin.
I hope this helps?
Forum: Plugins
In reply to: [Gutenberg] Titles aren’t being filtered – Gutenberg crashesForum: Plugins
In reply to: [Gutenberg] Placing the ‘Read More’ link outside the Excerpt BlockGiven that we have Issues pending that look to address this I’m going to go ahead and close this one out.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Media & Text Block leaving margin top and bottomHi @braddobson1
Thanks for your question.
It looks like you are using Kadence blocks?
A quick look at your site shows me that it is in fact margins on the top and bottom of the
<section>
preceding your media and text block that cause the illusion that there is a margin on the top of the media text block.This video shows what I mean.
Using dev tools to remove the margins on that section causes the gaps above the media text block to disappear.
I recommend reaching out to the authors of Kadence blocks (or your Theme) for support on this one.
All the very best
Forum: Plugins
In reply to: [Gutenberg] non valid json response coming from two gutenberg blocksIt looks like you haven’t had time to respond here so I’m going to go ahead and close this one out.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Titles aren’t being filtered – Gutenberg crashesBe Thrilled and Chilled for “Hunktoberfest” as Chippendales Create the Sexiest and Spookiest Playground for Halloween?
I tried copying/pasting this exact text and it seemed to be clean in both editor and front end.
Also, it’s not stripping out carriage returns. Anything pasted into the title field should result in one continuous line of clean characters.
I pasted in a string of text with carriage returns in it and it creates
1. A title containing the content before the CR.
2. A paragraph block containing the content after the CR.I believe that is an intention feature rather than an error.
If you see this error still exists then it would be greatly appreciated if you could raise an Issue report on the Gutenberg Github repo. Please include all the information the template requests to ensure it can be reproduced and debugged.
Looking forward to getting to the bottom of this.
Forum: Plugins
In reply to: [Gutenberg] content uneditableHi @vibethemes
It looks like you haven’t been able to respond here.
I’ll go ahead and close this one out for now but if you experience any further issues please do raise a new post.
Many thanks
It sounds like you are using the Astra WordPress theme? Have you tried reaching out to the Theme authors for support as it’s likely they will be best placed to help you.
I tried a quick search on their support forums and found this page which might help.
I’m not sure if this is a Theme that supports Global Styles and the Site Editor (ie: “Full Site Editing”), but if it does then it should be possible to configure font sizes across your site from the Gutenberg UI.
If not then your best bet is custom CSS or asking your Theme author for support. One option might also be adding theme support for custom font sizes.
If your custom CSS isn’t overriding the default styles then you’ll need to increase its specificity by applying more/different types of selectors.
I’m going to close this one out as I believe this relates more to the Theme than the Gutenberg Plugin.
All the very best of luck with your site.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg image block some image not ShowHi @jahedmirctg
The link you’ve shared doesn’t work so I can’t quite see what you’re referring to.
The image block is designed to allow you pick an existing image from your Media library or to upload a new one.
does not show some images
Can you describe in what way this is happening? Steps to reproduce the error would be very much appreciated.
Ideally a screencapture/video would be a great help.
Looking forward to hearing back.
Many thanks
Forum: Plugins
In reply to: [Gutenberg] Align columnsHi @agamelas
I took a look at this for you and I couldn’t find a simple way to achieve it without custom CSS.
I’m going to reach out to folks in the design team to see I can get someone to provide any advice.
Thanks for your patience.
Forum: Plugins
In reply to: [Gutenberg] Looking for a product slider exactly like this, anyone?Hi @blclda
Have a look at the Block Plugins in the Block Directory.
However, this isn’t a support question about the Plugin itself so I’m going to close this one out.
Many thanks for your understanding.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg plugin Working GoodThanks for your feedback @vandanapriya. Glad it’s working out for you.
The Plugin does feature the very latest features but that comes with some possibility of instability.
All the best with your site!