Crocoblock Lesson 5 - Single Post Template with JetEngine Custom Fields - Wordpress Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2025

ความคิดเห็น • 18

  • @muhammadshafiulbashar2870
    @muhammadshafiulbashar2870 18 วันที่ผ่านมา

    Hats off Imran, the last show/hidden bit helped me immensely!

  • @TristanCromhout
    @TristanCromhout 6 หลายเดือนก่อน +2

    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

    • @websquadron
      @websquadron  6 หลายเดือนก่อน

      Big thanks

  • @LittleBigDigital
    @LittleBigDigital 11 หลายเดือนก่อน +1

    Thank you for your help with these videos! Not too long and straight to the point.

  • @smmahmodulhassan2160
    @smmahmodulhassan2160 ปีที่แล้ว +1

    Great! Your presentation is just wow! I was stuck on gallery images ..& malfunctioning of CPT single page. Every thing cleared! Thank you!🥰

  • @LMS_Design
    @LMS_Design 11 หลายเดือนก่อน

    Another great video! Thank you :)

  • @edywerder
    @edywerder 11 หลายเดือนก่อน

    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.

  • @gymconstructor
    @gymconstructor 5 หลายเดือนก่อน

    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 */
    }

  • @UTOOPIA
    @UTOOPIA 3 หลายเดือนก่อน

    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.

  • @wtccreatives
    @wtccreatives ปีที่แล้ว

    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

  • @Website-Developer
    @Website-Developer 2 หลายเดือนก่อน

    heheheh .no pretty clever love it, I would have used conditional logic but think your way is much better... brilliant!

  • @abhishekgarg1030
    @abhishekgarg1030 8 หลายเดือนก่อน

    Hey how to showcase faq dynamically

  • @alitasdighi1601
    @alitasdighi1601 7 หลายเดือนก่อน

    how we could create a button with different phone number links on every single post

  • @ibrahimzakria8596
    @ibrahimzakria8596 ปีที่แล้ว

    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
      @websquadron  ปีที่แล้ว

      Not sure.

    • @ibrahimzakria8596
      @ibrahimzakria8596 ปีที่แล้ว

      @@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.

  • @TheEarl732
    @TheEarl732 9 หลายเดือนก่อน

    U have to build the single post from 0 not with templates!