So a locked class is not removed when you remove unused classes.
I just thought it might be worthwhile testing this via local preview over AirDrop as a new feature and then taking a screenshot from the iPhone.
It tells me AirDrop service is not available, though I use it all the time but limited to contacts only and I figured that would include myself.

Then I tried the other copy option and it says copied, but when I go to paste there is nothing in the clipboard.
Airdrop works for me. But I still am unable to lock a class ?
Maybe code fix is remove thisā¦
if pete {
classLock = fail
}
![]()
Do you have Wifi and BT turned on? I think both are required for Airdrop
All enabled both on the iPhone and the Mac. The Mac is Intel.
Itās not listed if itās locked
Are all on the same network, I noticed it failed for me once and my phone had connected to the router but on the alternative connection with lower speed (alt signal).
Most of whatās happening here is handle by the OS with regards to airdrop Apple have that locked down.
I donāt think this is something developers will need to adapt to or make changes for. Iāll just refine the way the calculations are made and make it more flexible.
Hey @Norm
I just noticed a div that has a class of āremove-on-exportā isnāt being removed. Thereās others in the bric that are being removed so very strange & thought Iād let you know.
Thanks,
Bill
BricsDesign
Iāve had that too, with helper classes. I walked away from developing for a bit
as this was a crucial.
Honest answer, because I didnāt write the code to do it.
Is this a Custom Bric within a custom Bric scenario?
Hi @Norm,
The Wordpress featured image size is still not fixed:
the code generated when selecting a featured image size, is still not what it should be (checked all the created parts files, and the main pages. For example:
For a medium size the code generated is: get_the_post_thumbnail_url('medium');
but the it should be like this: get_the_post_thumbnail_url(null,'medium');
When passing arguments to the get_the_post_thumbnail_url function, the first argument is the post ID, by putting ānullā as the post ID and followed by the thumbnail size, then it works.
Ok Iāll take a looks at this.
@Norm Itās happening in a custom parent bric.
Are the ID Selector suppose to look different to the other drop-down? From memory they used to look the same. ![]()

