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

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 17

  • @TristanCromhout
    @TristanCromhout 4 месяца назад +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

  • @LittleBigDigital
    @LittleBigDigital 9 месяцев назад +1

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

  • @gymconstructor
    @gymconstructor 3 месяца назад

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

  • @smmahmodulhassan2160
    @smmahmodulhassan2160 11 месяцев назад +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 9 месяцев назад

    Another great video! Thank you :)

  • @wtccreatives
    @wtccreatives 11 месяцев назад

    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 22 дня назад

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

  • @edywerder
    @edywerder 9 месяцев назад

    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.

  • @UTOOPIA
    @UTOOPIA Месяц назад

    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.

  • @abhishekgarg1030
    @abhishekgarg1030 6 месяцев назад

    Hey how to showcase faq dynamically

  • @alitasdighi1601
    @alitasdighi1601 5 месяцев назад

    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 7 месяцев назад

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