Aaron Ware
Forum Replies Created
-
Thank you so much @dogdogma, glad the change is helping you out. If you have a chance. Please leave a rating/review, it would really help the team out as we try to plan out future updates and we try to get more users.
@dogdogma I had a note to revisit your comment. With Mesh 1.2.5 we have native support for the Flex and XY grids in Foundation 6.4.X
Forum: Plugins
In reply to: [Mesh - Page Builder] Export Import of Mesh sections not workingHi @andrespr I know that this is something you needed quite some time ago. I’ve been thinking about the underlying architecture of Mesh and creating a CRUD system in order to easily access data.
Mesh Rows and Columns are simply Posts and all information about blocks and rows are stored as taxonomy terms and post meta. I wonder if some of our placeholder content is the cause of this though Titles and Content should be able to be duplicated.
Sorry we weren’t able to address this when you needed it. Typically we haven’t really ever had the need to export/import mesh content but if it’s something you use in your process, I’d like to learn more. Granted based on how long it’s been you may have uninstalled mesh and moved to a different solution.
1.2.5.1 is out and addresses this issue.
Well glad you found a workaround. If your workaround didn’t involve uninstalling Mesh, on that site give Mesh an update after 1.2.5 is released and take a look at the new features.
@besabestin No joke this is finally resolved in 1.2.5 which is releasing tonight. It has a ton of other features but I wanted to at least circle back to this one. You can see what is pending release here https://github.com/linchpin/mesh/tree/release/1.2.5
Forum: Plugins
In reply to: [Mesh - Page Builder] Firefox compatibilityI just realized that I never responded to you all after 1.2.3 was released. This issue should have been fixed back then. Obviously this is a little late to say it was fixed! I just double checked it for 1.2.4 which was just released earlier today
Forum: Reviews
In reply to: [Mesh - Page Builder] Works great@ecaron thanks for the positive review! We have some ideas in the pipeline to make Mesh even more user friendly and extendable. You can also share any thoughts on github https://github.com/linchpin/mesh as well. We’re evaluating taking these idea of Mesh and making it even better potentially making the plugin work as a block in Gutenberg.
Forum: Plugins
In reply to: [Mesh - Page Builder] Firefox compatibilityHi @moichim,
The team and I will take a look. We typically test across all popular browsers using locally install, virtual machines or BrowserStack. I haven’t made an issue yet but you can either submit one on https://github.com/linchpin/mesh or once I do make one I’ll post a link here.
Forum: Plugins
In reply to: [Mesh - Page Builder] Issues I have discovered.Ahh yes there is a fix in a branch on github that I planned on merging in soon.
Forum: Plugins
In reply to: [Mesh - Page Builder] Issues I have discovered.@besabestin #3 has been addressed and released in 1.2
#2 We actually have planned for the next release.
#1 This is open in github as well. Structure row/column classes do change BUT but we are not enqueueing or printing any css styles by default so the labelling I realized isn’t all that clear. It should say “Use Bootstrap built into my theme”.If you’re still using the plugin please give the update a try. If you’ve moved on please give it another try. I am going to Mark this specific issue as resolved but open up another issue specifically to bootstrap.
Forum: Plugins
In reply to: [Mesh - Page Builder] Issues I have discovered.Hey @besabestin,
I’ve added #3 to our github and have started to debug it. If you want to follow the issue you can view it here https://github.com/linchpin/mesh/issues/135.
I’ll be adding in the other items to github as well.
Forum: Plugins
In reply to: [Mesh - Page Builder] Issues I have discovered.Hi @besabestin, thank you so much for the feedback.
1. Going to take a look at this. It should change the css class output.
2. We actually consider that a feature! The data is saved to the post in order to be accessible with the built in search functionality. In our opinion even if you decide to not use Mesh. You should still have your content, it doesn’t belong to the mesh plugin and it should not be deleted. Maybe we can make an option to the settings to say delete all data on uninstall, and maybe we add in an option to “post content” on deactivate as well.
3. Taking a look into this as well.Forum: Plugins
In reply to: [Mesh - Page Builder] Mesh Sections not displaying on front pageHey @palomnik I’m not sure I entirely follow the first question.
I want the page and the sections to show up as select pages featured as dropdowns on the main page of a twenty seventeen based child theme.
If you are doing custom dev work. Are you doing a custom loop and using
the_content();
? If so the Mesh sections *should* display as well. BUT if it doesn’t and you are “under the hood” so to speak. You can take a look at get_mesh_section(); on github. You have the ability to pull in the sections of any post.Also is it possible to create a content type that is only mesh sections without a page body
Out of the box Mesh doesn’t disable “The Editor” though we have had requests for it. I am not keen on removing any default functionality from WordPress core ever based on functionality in Mesh. There are other plugins out there that can do that for you though. Additionally there is nothing stoping you from keeping the page content blank.
Forum: Reviews
In reply to: [Responsive Page Tester] Watch Out! Big errorHey @belgian-foodie sorry you came across such an issue with the plugin. The responsive page tester has actually been sunset since WordPress 4.5. The reason for this is due to responsive testing was built in using the WordPress theme customizer. The plugin will actually try to deactivate itself on any install 4.5 or higher.
Also sorry it took so long for a response