Nick Diego
Forum Replies Created
-
Hi @steviek13,
Unfortunately, it is not. If you’re interested in adding this functionality, pull requests are always welcome on the official GitHub repository for Block Visibility.
Best,
NickHi @quantum_leap,
Yes, this is technically possible, but will take some work. You can refer to this demo plugin to help get you started.
Best,
NickHi @moorthyit,
Thanks for reaching out. I just tested with the free version of Spectra and I’m not able to replicate the issue. My Spectra also does not look exactly like the screenshot you provided, so perhaps you are using a paid version?
Regardless, this looks to be a conflict with the contextual indicators in Block Visibility and the overlay provided by Spectra (or some other plugin) that is displaying the block name. This is custom.
You can disable the contextual indicators in the Block Visibility settings, which should resolve this issue for you. Let me know if that works.
Best,
NickHi there!
You are correct. The controls in the sidebar allow you to create AND condition. If you would like to create OR conditions, you will need to use a Visibility Preset. You can learn more in the documentation.
Best,
NickForum: Plugins
In reply to: [The Icon Block] Shape divider with cover blockHi @madtho,
This has to do with the way the overlay is applied to the Cover block. You will need a bit of custom CSS to resolve this. I would add a custom CSS class to the Icon block, and then add the following CSS to that class:
.you-custom-class {
z-index: 1;
position: relative;
}This should display the shape divider above the overlay. Let me know if I can help further.
Best,
NickHi @tracikay, just following up on my comment above. Let me know if I can help further.
Best,
NickThanks for reaching out @nomen1, and I completely agree. There is an open discussion on GitHub on how to best go about adding line breaks to shared Bluesky posts, but there is no concensus yet. I tested the options provided in the discussion, and while they do add line breaks, the link preview is still not triggered in Bluesky until you (the user), interacts and edits the message.
I’ll keep an eye on the GitHub discussion and see if Bluesky improves their API at all. Regardless, it would be great if the link preview displayed automatically in the app.
Hi @tracikay,
I apologize for the delayed reply. Everything is working as expected in my testing environment where I applied the settings to a GenerateBlocks container.
Would you be able to test the Users setting on a simple Paragraph or Heading block? Those provided by WordPress itself, not GenerateBlocks. Try setting the block to display if you are the current user. Let me know if this works and we can continue diagnosing from there.
Best,
NickForum: Plugins
In reply to: [The Icon Block] v2.0 | The transform property overrides other valuesThanks for the recommendation @gyurmey. I’ll look into this for the next release.
Hi @modeus,
Thanks for reaching out. Unfortunately this is not possible. Accessing individual user data requires a specific set of permissions in WordPress that Editors do not have.
Best,
NickWonderful! Let me know if I can answer any further questions.
Best,
NickHi @henriquesousa94,
I apologize for the delayed reply. I am struggling to replicate the issue on my end. Are you still experiencing issues? If so, can you share a bit more about the setup of your site? For example, is this a multisite install? Are you using a service like Cloudflare, etc.
Thanks,
NickHi @damian-p,
Thanks for reaching out. Unforutnately, this condition does not currently exist in Block Visibility, but I have noted this feature request for future versions.
Best,
NickHi @haribonda,
The only control that could potentially impact SEO is the Screen Size option. This hides content using CSS classes, so the blocks still technically exist in the front end HMTL markup. The rest of the visibility controls prevent the block markup from rendering at all.
Best,
NickNot currently. If you do a search using the Search block, it will pick up the hidden block’s content. This is because the block exists in the post markup in the database. But the block is not rendered on the front end.
That said, the hidden content should not appear in search engine searches, like Google.
Best,
Nick