Nick Murray
Forum Replies Created
-
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Active links in slider previewsSure, I just mean inside the Gutenberg editor, say you have a post slider and you have the image/title set to link to the post. When you are editing the page an you go to click on the block to make edits to it, you have to be careful where you click because you have to click on a block to edit it but if you accidentally click on the linked image you get taken away from the editor, which is really bad UX for a user just trying to select a block. Does that make sense? I can send a video if not
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Tabs block ResponsiveI was able to implement this script into my theme https://codepen.io/onigetoc/pen/zPvLLG it’s a nice solution you might want to concider
I can verify version 2.9.1 is working fine and that my issue was only occurring on version 2.9, Thanks!!
just running a backup and I’ll test version 2.9.1 and verify it’s all good. thanks for the quick fix.
Forum: Plugins
In reply to: [GenerateBlocks] bottom margin zero on imagesthanks for the quick reply. That assumes a use case, which I’m not sure is ideal. I would think you should use the GP image if you wanted to zero out your themes margin, not the other way around. The issue I run into a lot with this is when you have a two column layout an image on the right side. then when your columns stack you might depend on that margin below the image to prevent the image from being right up against the next block below. That layout you presented in the screenshot is really one that should use object-fit with an absolute position anyways because we don’t know the size of the wrapper “assuming thats a full width layout”. maybe as a compromise you should consider only applying that style automatically above the stacking breakpoint
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Enable Dev Mode not workingis there a database table that can be dropped to fix it when this happens??
Forum: Everything else WordPress
In reply to: Gutenberg Youtube embeds@joyously sometimes people have as little as an animated texture video on a 5second loop as a background, calling something bad without knowing ALL the use cases is irresponsible. There is a time and a place for this need, the cover block fills that void but only allows locally hosted video and by your argument this is worse than if they allowed youtube links. I hope they update the cover block TBH.
for anyone getting this issue on a fresh install, if you are using Cloudflare for your DNS ensure you have the “proxy” option set to Off/dns only . and also in the SSL tab in cloudflare make sure it’s set to full and not flexible.
I have tried Support supervisors, managers and regular administrators. I have had no luck with any of them, I will get a staging site setup so I can test deactivating my plugins, and report back.
I can’t confirm this but it looks to have happened when updating to version 6.0.1 from version 6.0.0
1. Did that
2. Of course switching themes would “solve” the issue, as the issue is caused by CPT declaration inside of my theme!!! all other plugins can be removed and you still see the issue.@hannahritner no, this will set the max width but this is about When those columns breakpoint is that sets the columns to 100%. but the Kadence breakpoints for tablet where you can change the column layout based on device size are fixed at 1024px and if your theme uses a different number for your breakpoints there doesn’t seam to be any overide for these front end tablet/mobile sizings.
I Have a quick and dirty solution in the meantime. I created some block variations on the row layout…then used css to go to 100% columns earlier based on those breakpoints. It is obviously not perfect and not going to allow you to make a 4 column layout into a 2 column then to a 1 but in a place where you have a 3 column layout at least I can control when it goes to 100%
wp.blocks.registerBlockStyle( 'kadence/rowlayout', { name: 'bk-p-large', label: 'Break Point Large' }, );This is definitely the biggest issue I have with the Kadence Row block is not being able to match to my themes breakpoints! A lot of content gets way too squished before going to 1 column, even having an overide for “Break to one column at __px” as an overide on the row would be super useful
Forum: Fixing WordPress
In reply to: 504 / 502 errorSiteground is really quick to kill processes causing heavy iops (input outputs per second) on their servers. So if your wordpress install isn’t cached or your working on a site logged in and a plugin or script has a buggy few seconds their server will kill the process and reboot to not slow down the server in the long run, however it causes a temp 502 for a min. It’s really aggressive and frustrating and hard to explain to clients. could be what you are seeing.