I honestly love how you speak and make eye contact with us throughout the entire series, as if you are teaching us directly, even though you're talking to a camera. The information is 10/10 but your delivery made it even better. Hat off to you
The CSS block hiding trick is awesome! I have managed to adapt it to achieve the following outcome: When the meta field is Yes, the container with the No (contact-yes-No in my case) class will be hidden, and the container with the Yes (no-contact-Yes in my case) class will be shown. To make it work correctly I had to add prefixes to the dynamic tags from CSS Classes "contact-yes-" and "no-contact-" (I wanted to hide contact information and show a text message and viceversa) and place the custom CSS code into Elementor > Site Settings > Custom CSS and not individual containers. .contact-yes-No { display: none; /* Hide contact details when the value is No */ } .no-contact-Yes { display: none; /* Hide the no contact details message when the value is Yes */ }
Another way you could have hidden the location section is using Dynamic Visibility in JetEngine instead of using any CSS. You could have done this a few ways with Dynamic Visibility 1. You could have left it as a Radio button and set the Show Element as Equal to the custom field and value 2. You could have set it as a checkbox and then used the Value is Checked selection 3. You could have set that field as a switcher and then used the Switcher Enabled selection Great video
Hi Imran - I'm learning from this video. I have more fields with checkboxes that can have no value - So I had to add a YES/NO radio meta box for each meta box, and then I hid with your CSS trick the child container. It works perfectly. I just need to figure out how to properly align the child containers when some are hidden.
Hi! When i want to create a single post template and display terms i understand that i can use Dynamic Terms widget. It displays only terms of one form field. Is there a possibility to merge multiple form fields into 1? For example if i have 5 different taxonomies and i want to display them all in 1 array with their names.
Bro i love ur Videos 🖤😘 but How do I find Google reviews on my website without a review? Even without HTML code that I have to pay monthly, is there something like this?
@@websquadron can you please make it work? I have also tried from elfsight but it costs a month. I know it costs time for you but no one has yet without plugin or payment.
I honestly love how you speak and make eye contact with us throughout the entire series, as if you are teaching us directly, even though you're talking to a camera. The information is 10/10 but your delivery made it even better. Hat off to you
Big thanks
Thank you for your help with these videos! Not too long and straight to the point.
The CSS block hiding trick is awesome! I have managed to adapt it to achieve the following outcome: When the meta field is Yes, the container with the No (contact-yes-No in my case) class will be hidden, and the container with the Yes (no-contact-Yes in my case) class will be shown.
To make it work correctly I had to add prefixes to the dynamic tags from CSS Classes "contact-yes-" and "no-contact-" (I wanted to hide contact information and show a text message and viceversa) and place the custom CSS code into Elementor > Site Settings > Custom CSS and not individual containers.
.contact-yes-No {
display: none; /* Hide contact details when the value is No */
}
.no-contact-Yes {
display: none; /* Hide the no contact details message when the value is Yes */
}
Great! Your presentation is just wow! I was stuck on gallery images ..& malfunctioning of CPT single page. Every thing cleared! Thank you!🥰
You're very welcome!
Another great video! Thank you :)
Another way you could have hidden the location section is using Dynamic Visibility in JetEngine instead of using any CSS. You could have done this a few ways with Dynamic Visibility
1. You could have left it as a Radio button and set the Show Element as Equal to the custom field and value
2. You could have set it as a checkbox and then used the Value is Checked selection
3. You could have set that field as a switcher and then used the Switcher Enabled selection
Great video
heheheh .no pretty clever love it, I would have used conditional logic but think your way is much better... brilliant!
Hi Imran - I'm learning from this video. I have more fields with checkboxes that can have no value - So I had to add a YES/NO radio meta box for each meta box, and then I hid with your CSS trick the child container. It works perfectly. I just need to figure out how to properly align the child containers when some are hidden.
Hi! When i want to create a single post template and display terms i understand that i can use Dynamic Terms widget. It displays only terms of one form field. Is there a possibility to merge multiple form fields into 1? For example if i have 5 different taxonomies and i want to display them all in 1 array with their names.
Hey how to showcase faq dynamically
how we could create a button with different phone number links on every single post
Bro i love ur Videos 🖤😘 but How do I find Google reviews on my website without a review? Even without HTML code that I have to pay monthly, is there something like this?
Not sure.
@@websquadron can you please make it work? I have also tried from elfsight but it costs a month.
I know it costs time for you but no one has yet without plugin or payment.
U have to build the single post from 0 not with templates!