Adding Read Time to Elementor Posts & Loop Builder

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

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

  • @Claudius.a
    @Claudius.a 2 года назад +7

    Awesome tutorial. Just a tiny input: one can still have custom fields for posts without using ACF. Click on the 3 dots when creating or editing a page, click on Preference, select Panels and turn on the Custom Field.
    You can then go to your Posts and add Read Time as a custom field.
    Another tip: Clicking on the little info icon on the Post creation page will display the estimated Read Time alongside Words, Characters, etc. One can just type in the estimated time right there.

  • @rehmankureshi
    @rehmankureshi 2 года назад +6

    as always loved your tutorial ID );
    $word_count = str_word_count( strip_tags( $content ) );
    $readingtime = ceil($word_count / 260);
    if ($readingtime == 1) {
    $timer = " minute read";
    } else {
    $timer = " minutes read";
    }
    $totalreadingtime = $readingtime . $timer;
    return $totalreadingtime;
    }
    add_shortcode('readtime', 'reading_time');

    • @rehmankureshi
      @rehmankureshi 2 года назад

      this process auto calculates the post content read time and displays on front end eliminating all manual process and you ca use shortcode in elementor post info and select custom and dynamic tags use shortcode and place [readtime] and you are good togo.

    • @ginosamotics
      @ginosamotics Год назад +1

      Very nice, this is ace!

    • @MuhammadAli-hh2ml
      @MuhammadAli-hh2ml Год назад +1

      perfect thanks.

  • @fabrictexture4767
    @fabrictexture4767 2 года назад +2

    Hello Jeffrey I am very happy to see that you are teaching us the next level...
    Looking more stuff like this especially with Blockcy Theme along with Elementor
    .
    Stay Blessed

    • @LytboxStudio
      @LytboxStudio  2 года назад +1

      Hey thanks! And yes, I’m currently experimenting with Blocksy and WooCommerce. It’s a great combo

    • @fabrictexture4767
      @fabrictexture4767 2 года назад

      @@LytboxStudio yeah Jeffrey and to avoid plugins I am using almost 15 plus snippet
      .
      And looking Forward for this combo tutorial kindly give more snippet especially for single product page
      .

    • @fabrictexture4767
      @fabrictexture4767 2 года назад

      I was found the snippet to remove product tabs but can not found how to move them bellow add to cart button, kindly assist at your convenience (it is important) 🙂
      .
      Regards

  • @bigtutos5804
    @bigtutos5804 Год назад +1

    Hello Jeffrey, thanks a lot for the tutorial,
    Please is there a way to use Elementor Loop Builder as Archive? Like normal Blog posts Widget?

  • @matejprat2743
    @matejprat2743 Год назад

    Looking forward to next video!

  • @gigworkmama
    @gigworkmama Год назад

    Thanks for the video. I had to activate the read time field for it to appear under each blog post. Maybe there was an update since you did this video.

  • @dancastady8571
    @dancastady8571 Год назад

    I love this man.

  • @nutbolt9595
    @nutbolt9595 2 года назад

    Hi, There.
    Thanks for guiding us every time.
    I have One question I have created Woo commerce website using Ocean WP theme.
    I want to show products as per price, I want show lower Price to higher Price.
    Can you please suggest us something.
    Thanks.

  • @eliavgi7993
    @eliavgi7993 Год назад

    how can we build a blog like yours on your website? its one of the nicest I've seen in a while and id love to replicate some functionality

  • @jackierielsoft
    @jackierielsoft 2 месяца назад

    Is there a way to automate that reading time instead of manually entering them?

    • @LytboxStudio
      @LytboxStudio  2 месяца назад

      There is but would take another tut. I’d take it to ChatGPT and use this as a starting point.

  • @zeefahdesk856
    @zeefahdesk856 Год назад

    Hi. You are really good. I have a question. How can I change background color of alternate grids while making of custom blog/product design using LOOP widget of Elementor? I mean, one box in grid will be let say grey color and other let say black. Thank you.

  • @websquadron
    @websquadron 2 года назад +1

    Epic

  • @AxlRose-kw2cp
    @AxlRose-kw2cp Год назад

    Hey. I wanna change the global set color and font of the text widget. So when I add a new text widget to my blog post, I want it to already have my body text in black. Is this something you can help me with? Thanks mate!

  • @playercool003
    @playercool003 Год назад +1

    How would we calculate read time of all articles

    • @LytboxStudio
      @LytboxStudio  Год назад +1

      You can either estimate the tie or use a tool like tipseason.com/reading-time-calculator

  • @thc5440
    @thc5440 2 года назад

    Hello sir, i have made my website with wp but when i use it from mobile i can't zoomi in-out(user-scalable) which is not working. How can i fix this? From where?

  • @heikorudi6105
    @heikorudi6105 Год назад

    It's absolutely outrageous that Elementor doesn't have a nativ option for reading time, the hell I'm paying for?

    • @LytboxStudio
      @LytboxStudio  Год назад

      It’s just 1 plugin, it can’t have everything 😉

  • @nishidshajib5720
    @nishidshajib5720 Год назад

    Hahah not cool