I have used a filter to “rename” a field Name from “website” to “Building Number” and just need it to be a static number field set to mandatory.
This works fine however because the field is confirgured as a website in the backend it creates a link of whatever is in that field. For example a simply number will be made to be: https://0.0.0.123 – this links it’s seld to the Name of the poster but when the link it clicked, obviously it won’t resolve.
One of the major updates to this would be to have the ability to manage fields we want, what goes in them and what to do with them?
]]>within my CF7 form i’m using qcwpvoicemessage to record and upload an audio message.
Then the link to this mp3 files is uploaded to a google spreadsheet with AFI.
It worked perfectly in a prior form before. I accidently deleted this form. Then I have created a new one with a [qcwpvoicemessage voicerecord] field within again. But now it’s name voicerecord doesn’t appear anymore within the map field list of AFI. AFI doesn’t catch up this field anymore!? I don’t understand why. I also tried to name the qcwpvoicemessage field with different names, id: and class … without success.
For AFI it’s like this field doesn’t exist within my CF7 form. Of course I tried to refresh several times and also completely make a new integration to and for this form within AFI.
Any ideas?
]]>We’ve tried ure_other_roles but it isn’t assigning/importing the additional role field in the backend on the user profile page.
Our requirements are such that we need to have two x custom user roles (that we’ve created with your plugin) set – so the primary “Roles” and then the “Other Roles” set per user – we can easily assign these additional roles manually via the user profile page and your drop down picklist. But since we’ve quite a few users we would like to assign this/sync this value automatically with our existing customer user role data.
Can you provide any information here that might help?
]]>I’ve wanted to use some PNG’s of my artwork on my site however any PNG’s I try to optimise are always like 500kb. So I thought of a way to try and dramatically reduce this and thought I may be able to use and JPEG with a CSS Mask to make it appear as a PNG while the file size would only be about 90kb.
This is where Custom Blocks comes in. I thought I could use it to create a simple image class where you select the JPEG image and the mask SVG and it will automatically mask it for you will out me have to create new CSS for every transparent image I want.
My plan was to set up an HTML IMG using the image field name. Then set up a CSS mask and link to the SVG using the Field Name so I don’t have to write new CSS every time.
This is what I got:
/* HTML */
<div class="DBTB-img-mask-container">
<img class="DBTB-img-mask" src="{{image}}">
</img>
</div>
/* CSS */
.DBTB-img-mask-container .DBTB-img-mask {
mask-image: url({{image-mask}});
-webkit-mask-box-image: url({{image-mask}});
mask-border: url({{image-mask}});
}
Now, this all works, except the Image mask in the Custom Block CSS doesn’t pull through the SVG Link like the HTML one does. Is there any way I can change or fix this to get this to work?
Any help will be greatly appreciated,
Thanks.
`Repeated Fieldset #:1
Dog’s Name: Kevin
Repeated Fieldset #:2
Choosing my dog’s sweetie.: Please pick for me.
Repeated Fieldset #:3
Treat choice 1: Zukes training treats
Repeated Fieldset #:4
Treat choice 2: brushless dental chews (small)
Repeated Fieldset #:5
Treat choice 3: jerky treat any flavor
Repeated Fieldset #:6
Brief description to include on your dog’s sweetheart profile. (Optional): What I lack in size I make for in personality!`
Why is the information not grouped together and can I change the field name that is displayed so it makes sense to the client.
2. I have found when I try to add help or description information in a field within a repeatable fieldset it shows when I am in the edit dashboard but when I publish and preview the information does not display.
Any help would be appreciated!
Pam
Example:
[hidden 00M50000009ZDor value=”This Page Name”]
I would like to obtain this result
<input type=”hidden” name=”00M50000009ZDor” value=”This Page Name”>
but CF7 can’t elaborate it because it’s starts with a number.
If I put a letter before the number it’s works.
Is there a way to use a name field that starts with numbers?
Thank you
]]>The logic of my client’s issue is this: some episodes have related episodes but they care not connected with a tag or category. Instead, each episode has a ACF field ‘Related’ which has the episode numbers of related episodes (episode number is also an ACF field). Could this plugin allow us to display the relevant episodes for each individual episode page? And if so, how would we do this?
]]>Cart weight
We use WooCommerce PDF Invoices & Packing Slips. This plug-in offers the possibility to request / display custom fields. With that, we want to display the Cart Weight on the Packing Slips.
-What Field name / Meta name can we use to display the cart weight?
eg:
<?php echo $attributes['type-of-posts-to-show'];?>
returns case-studies
I’d like it to return the Lazy Block’s select option ‘Case Studies’
was hoping something like:
<?php echo $attributes['type-of-posts-to-show']['Label'];?>
would work, cant find anything in the documentation…