Simone Maranzana
Forum Replies Created
-
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Some suggestionsHi there,
sorry for the late reply.Concerning your first suggestions @rinart73 and @amddtim you are right, the default should be omitted but since we have only one CSS declaration that rely on custom properties we need to specify it in order to keep the grid functionality on nested columns intact.
@amddtim These values are generated by the block options, so are not intended to be customized via CSS.
Anyway, you can control the style in your stylesheet if you need it, just refer to the generic custom property, for example, if you want to customize globally the columns gap you can do it with something like this:
.grids-section { --_gs-gap: 2em }
The block options will save the value corresponding to the specific media query, so if in your custom theme you need to have more control you can leave empty the grid block options and style everything with CSS (without using the !important statement).@rinart73 concerning your last question, unfortunately there isn’t yet a way to customize the advanced grid on different media queries and the use of the auto-fill or auto-fit mode is not straightforward for a casual user. We are experimenting some advanced grid functionalities in a new plugin that basically extend the core columns block so if we found a proper and easy (for the end user) way to use these properties we will improve Grids.
Thanks again for your suggestions!
Let me know if you have any other questions.
Best,
SimoneForum: Plugins
In reply to: [Grids: Layout builder for WordPress] Background images grid areasHi Roberto,
thanks for spotting this one!
We will release an update with a fix tomorrow.Best,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Area padding on mobile not workingHi there,
thanks for reporting, we have fixed this issue in the new 1.3.6 version.
Let me know if everything works as expected.
Best,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Section Background CSS SpecificityHi there,
thanks for reporting, we are working to fix this specificity issue for the next update.
Regards,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Grid Blowout on version 1.3.0 >=Hi there,
thanks for pointing out!
In the next update we will define the grid declaration with theminmax(0,1fr)dimension, so this should fix your issue.Thanks again for your feedback.
Regards,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Section Background CSS SpecificityHi there,
thanks for reporting, we are working on a new Grids version in order to make it compatible with the new Site editor. We will definitely take a look at the nested sections in order to fix this issue.
Best,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Differences to GenerateBlocks?Hello there,
sorry for the late reply.
Concerning your question, Grids have the grid designer mode, that allows you to design precisely a two dimensional grid, GenerateBlocks grid block is based on rows.Regards,
Simone
Hi Greg,
thanks for reporting, we are working on a fix that will be released as soon as possible.
Regards,
Simone
Hello there,
thanks for reporting, we will further investigate in order to fix this issue as soon as possible.
Regards,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Layout not shownHi there,
we have released an update with a fix for this issue, can you please confirm that everything is working properly now?
Regards,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] Layout not shownHello there,
thanks for reporting, we will further investigate in order to fix this issue.
Best,
Simone
Hello Philip,
we have released a new update that probably should fix you issue, can you please tell us if everything is working after the update to v1.2.25?
Thanks,
Simone
Hello there,
are you able to create a page with this issue and send us a link to [email protected] so that we can take a look better into the problem?
Talk to you soon,Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] missing layout tab from wordpressHello there,
the layout and background settings should be available in the page settings sidebar https://i.ibb.co/v1jYzMs/Schermata-2020-10-27-alle-10-19-21.png
You can access to the Grids section settings by selecting your section block.
Let me know if you have any other questions.Best,
Simone
Forum: Plugins
In reply to: [Grids: Layout builder for WordPress] BordersHi there,
sorry for the late reply.
Unfortunately we haven’t added yet a styling option for borders, but you can achieve that by adding some custom CSS in your theme.
Let me know if you have any other questions.
Regards,
Simone