Great looking site. Thank you for the great tutorial
@JoshuaG109Күн бұрын
Thanks for sharing your Elementor tips! They’re really helpful and stand out. Keep it up, and I’m sure you’ll keep growing. Don’t get tired, your hard work is making a difference!
@daveden2Күн бұрын
Thank you for your kind words.
@maca78832 күн бұрын
Thanks!
@jakubkrol83452 күн бұрын
life saver
@daveden22 күн бұрын
🙏
@dominik.szewior4 күн бұрын
Thanks!
@daveden24 күн бұрын
You're welcome 🙏
@JoshuaG1095 күн бұрын
Amazing! Thank you so much!
@daveden25 күн бұрын
You're welcome 🙏
@CaseFixed5 күн бұрын
just what I needed, thanks Dave!!
@daveden25 күн бұрын
You're welcome 🙏
@karinwillekes5 күн бұрын
I've created a gallery page, I've used the elementor pro gallery widget and it has multiple galleries which are filterable at the top of the screen "Gallery1" and "Gallery2" etc etc. I want to create a direct link to "Gallery2" where it automatically goes to the gallery page and filters the images to "Gallery2". Is this possible?
@daveden24 күн бұрын
I'm not sure how to do that yet. But I'll look into it.
@Zyftora5 күн бұрын
The problem I have is I put the select. And then when the person is filling it, it automatically sets the first answer as an option. How can I hide it like you did “please choose your gender” and have the answer pop up after you click it. Help pls
@daveden25 күн бұрын
Did you use the JS script that I showed here: daveden.co.uk/tutorials/add-placeholders-to-select-fields-in-elementor-pro-form#using-modern-js-syntax Is that not what you're trying to achieve?
@martinbuno39906 күн бұрын
Hi, thanks a lot for your videos. By any chance, do you have any idea how to set in pro forms that after submitting a form, the Form ID and Form Classes variable that it pulls into GTM is set as a specific text e.g. form_send?
@daveden24 күн бұрын
I'm not sure, but I'll take a look.
@bobruis40738 күн бұрын
Always good videos!
@daveden27 күн бұрын
Thank you!!
@heinvanvlastuin49548 күн бұрын
Hi David, Thank you so much for your video. I have a first question for clarification: would it be possible with this markup to also keep multiple accordion items open at the same time?
@daveden28 күн бұрын
Yes. So, 1. If you add the same 'name' attribute to all accordion items, only one can open at a time. 2. If you do not include the name attribute, multiple items can be opened at a time. 3. To determine which item(s) open by default, include the "open" attribute.
@heinvanvlastuin49548 күн бұрын
@@daveden2 Thank you. This looks really promising indeed. We are aware of the challenges with our current implementation.
@daveden28 күн бұрын
@heinvanvlastuin4954 Yeah, HTML and CSS are getting better and easier to implement.
@igotslickshoes8 күн бұрын
how do you give the logo a "logo" landmark using Elementor?
@daveden28 күн бұрын
A logo is treated as a simple link located within the header landmark. It does not have its own special landmark. Ensure the logo image has suitable alt text; typically, your website name plus "homepage," e.g., "Google homepage."
@igotslickshoes8 күн бұрын
@@daveden2 love it, thanks Dave!
@NicholasZein10 күн бұрын
This might not be a problem since we might increase Safari's minimal support to >= 16.4, allowing us to use range syntax on media queries. We are still considering how we will approach the media declarations for responsive styles.
@daveden29 күн бұрын
Oh nice!! That'll be awesome. Yeah, I'd love for us to fully switch to the max-width declarations and have a responsive display declaration, but that's a big change.
@daveden210 күн бұрын
Submit any bug reports here: github.com/elementor/elementor/issues
@daveden210 күн бұрын
The other option which I feel is in the spirit of Elementor is using the width media query: @media (767px < width <= 1024px){.elementor-hidden-tablet{display:none;}}
@kasimmuhd511911 күн бұрын
is it possible to fetch the image by listing it which was submitted from jetform builder because I used the get child element from array "I put the image name as "passport" but show me id of the passport instance user picture
@daveden211 күн бұрын
Are you using the Dynamic Image widget?
@kasimmuhd511910 күн бұрын
@@daveden2 yes i used but not fetch the image because as I told you I used the jetform builder for collecting the data not cct or cpt not fetch it
@ADMIN-LAUGLOBALVENTURESLLC11 күн бұрын
Thanks a lot !!!!
@daveden211 күн бұрын
You're welcome!
@ADMIN-LAUGLOBALVENTURESLLC11 күн бұрын
@@daveden2 how to use the code snippet plugin to organize the html codes
@sarastierna302811 күн бұрын
Thanks a lot! Great! How do I get the links to open in a new window? And can I skip to do the last step with the area label?
@daveden211 күн бұрын
In the code, simply uncomment this line - /* galleryImages[i].target = "_blank"; */ by removing the opening "/*" and closing "*/". Yes, with the current updated code on the website, you needn't worry about adding the aria-label. Just remember to add suitable alt text to your images in the media library. Here's the link to the code: daveden.co.uk/tutorials/add-custom-urls-to-individual-images-in-elementor-gallery-widget
@WilliamMarshall11 күн бұрын
Thanks!
@daveden211 күн бұрын
You're welcome! I'm glad it helped. Thanks for the donation!
@daveden211 күн бұрын
What are your thoughts on using the details/summary tag for creating accordions.
@Nass3R12 күн бұрын
Hi Dav, Thank you for great bricks videos , please is it possible to update the CCT using bricks forge ?
@daveden211 күн бұрын
I believe so, but you'll need to use Webhook. There's no native integration yet. I'll give it a try.
@Nass3R11 күн бұрын
@@daveden2 I will be very appreciated 😍
@Nass3R12 күн бұрын
Hi Dav, Thank you for great bricks videos , please is it possible to update the CCT using bricks forge ?
@GeneralEnthusiast12 күн бұрын
I'm looking forward to the updated v3 video. Arrays and Relationships are both essential for front-end post editing IMO. Thanks for putting these videos out Dave.
@daveden212 күн бұрын
Yeah, I can't wait for the stable version 3.0 as well. I'll do my best to keep putting videos out there.
@tobisalami12 күн бұрын
This is a very clever way to get this done! Very nice! I would approach it differently, though. I would use an actual listing and then use the addon from JetEngine to use Listings as filters. That way, I won't need extra php and css. I'll just use the regular dynamic capabilities of listings to get it done. But this is a good, lean alternative. Your sound is great! While you are away, you may use the adobe enhance ai to polish your sound, so it can sound like it came out of a microphone. Thanks for the video!
@daveden212 күн бұрын
Oh, cool! I'd explore the listing option. Thanks! Yeah, Adobe Ai is awesome
@daveden213 күн бұрын
Here's the code snippet - daveden.co.uk/code-vault#dynamic-colour-for-elementor-taxonomy-filter
@daveden213 күн бұрын
Please let me know how the sound quality is. I had to use my laptop microphone.
@marcialox13 күн бұрын
Thank you very much for this video! I have a question, is it possible to put the colors in the filter as well?
@daveden213 күн бұрын
Not directly, but we can creatively use some custom CSS and PHP to achieve it. I will try to come up with a code snippet tomorrow.
@marcialox11 күн бұрын
@@daveden2 thank you very much. were you able to do it?
@daveden211 күн бұрын
@marcialox yes, you can check out this video and let me know if it helps: kzbin.info/www/bejne/mWSVh4WKp96chJI
@Rafa_Diogo14 күн бұрын
Hello, this is awesome. But what about if I want the alternate template to always display in the first position of each row? I cant figure out how to do it.
@daveden214 күн бұрын
If there are only two items per row, you can set the "Position in Grid" of your alternate template to 2. Then, you can simply swap your regular and alternate templates; no custom CSS is needed.
@peteharrison324119 күн бұрын
Have you tried to deal with Repeater fields that have more than one field within it e.g. Ingredient and Amount as separate fields. I wonder how to address these additional fields
@daveden219 күн бұрын
I'll test it out and see. I remember having an issue when I tried with a text and image. But I haven't tried with 2 text fields yet.
@peteharrison324119 күн бұрын
e thing I noticed that with group fields you say use the group name then underscore the field name. I wonder if there would be an error if the group name was for example group_timings so when you add the field name it becomes group_timings_prep_time I hope Daniel has thought of this as it seem to me the underscore it too commonly used elsewhere.
@daveden219 күн бұрын
Yes, it works. I used it when showing the nutritional facts ACF field. This is how ACF stores group fields: 'group name'_'field name'. It is not specific to Bricksforge.
@obito-26919 күн бұрын
Thank you!👍
@rubenvankempen19 күн бұрын
Can you paste the custom CSS here please?
@daveden219 күн бұрын
Okay, I'll add it later today and get back to you.
@rubenvankempen13 күн бұрын
@@daveden2 Can you add it to the description of the video?
@daveden213 күн бұрын
Sorry for the delay, I've included a CSS in the description. Was that what you were asking for? /* Add the class name "dd-link-card" to the parent container and "dd-link-card__trigger" to the post title link */ .dd-link-card{ position: relative; } .dd-link-card :has(.dd-link-card__trigger a){ position: static; } .dd-link-card__trigger a::before{ position: absolute; inset: 0; z-index: 3; }
@r.k592422 күн бұрын
This method has a bug, if you manually reduce the height of the browser, you will see that the footer rises again and does not stick to the end.
@daveden222 күн бұрын
Really? I've not had that experience before.
@vivianani58224 күн бұрын
I have the reverse problem and I have been trying to enable the Elementor AI feature without success. How can I enable it?
@daveden224 күн бұрын
Have you already purchased the AI credits?
@vivianani58223 күн бұрын
@@daveden2 I thought elementor AI has a free trial. Am I supposed to purchase the credits before it is activated on my site?
@frencharme-media24 күн бұрын
Great Video again! The only one youtuber where i learn something new on every single video! Thank you so much. Best greetz David
@daveden224 күн бұрын
You're welcome, David. I hope I can keep creating more quality content.
@Cammy123025 күн бұрын
This is exactly what I needed, implemented into my site a little while ago. However, is there away I can have multiple unselectable headings within a list? Example General (Unselectable) Enquiry Complaints Feedback Service (Unselectable) 1 2 3 Thanks
@daveden224 күн бұрын
Ideally, for this scenario, we have a dedicated element in HTML called <optgroup>. However, I haven't figured out a good way to implement it in the Elementor form yet.
@Art-0126 күн бұрын
Thank u for sharing👍🏻
@daveden226 күн бұрын
You're welcome
@luiscg350426 күн бұрын
What if i want to have a 25% column and 75% if my container size is 1300, should it be? min(25%, 1300px / 4)
@daveden226 күн бұрын
It should be calc(25% - max(0px, 100% - 1300px) / 2) and 75% and no gap in between. Here's the article about it: daveden.co.uk/tutorials/advanced-two-column-layout-70-30-split
@LexiBla21 сағат бұрын
@@daveden2 This is exactly what I needed - thank you so much!!
@daveden221 сағат бұрын
@@LexiBla you're welcome
@madaloth26 күн бұрын
Love you man keep doin it.
@daveden226 күн бұрын
Thank you, thank you!
@Nadworks-cb27 күн бұрын
You're brilliant. You've really helped us a lot!!
@daveden226 күн бұрын
You're most welcome. 🙏
@BilalShirzadDev27 күн бұрын
Happy Holidays!
@daveden226 күн бұрын
Happy holidays
@dithmarscherwebdesign27 күн бұрын
Thanks, you bring light into the dark. That's so helpful.
@daveden227 күн бұрын
Much appreciated! 🙏 You're welcome
@DMLeBeau27 күн бұрын
Awesome tutorial, I love it. Now how would you display a student's course grade, when the grade is already entered in the backend? On the frontend, you select a student name, and the course the student is taking is populated. You select a specific course and it displays that student's grade?
@daveden227 күн бұрын
I'll think about it a bit more, but you could probably use JetSmartFilters and a loop grid for the students or some URL query parameters with dynamic tags. Once I get a better answer, I'll let you know.
@shahanesmaeili28 күн бұрын
Hi David, I follow most of your tutorials on JetEngine and your channel, because you really teach the best and rarest ones. I have a question that I am struggling with right now, how can I calculate the date of the post and write its amount in this way? From Post Date: 2024/12/30 To Post Date: One day and five hours ago
@daveden227 күн бұрын
You can use the dynamic field widget. Choose the post date, select Filter Field Output, and choose Human Time Difference. If you want to use it in a dynamic widget, then you can use the JetEngine Shortcode Generator
@shahanesmaeili26 күн бұрын
@@daveden2 many many thanks 🙏
@BilalShirzadDev28 күн бұрын
Daved! It won't be good to make a video about membership website or subscription base project.
@daveden228 күн бұрын
I'll add that to my list of potential tutorials. Do you have a preferred membership plugin?
@BilalShirzadDev28 күн бұрын
@@daveden2 Membership For WooCommerce - SIMPLE MEMBERSHIP PLANS, RECURRING REVENUE, USER PROFILES & SIGNUPS, CONTENT RESTRICTIONS, AND MEMBER LEVELS WITH WooCommerce MEMBERSHIP. Also, member press, but it will be better to go with the free one that will be good for community. Thanks Daved