How to create a notification for your website using JetEngine |Create notification Query | JetEngine

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 34

  • @learnwithnorwebs
    @learnwithnorwebs Рік тому +7

    I must say, you have great content that people will want to learn. You are very skilled in this, but there is one little problem I noticed.
    You seem not to teach it. You're simply showing us that you did it, but you ain't teaching us the process.
    If you can kindly do longer videos, explaining what you did, why you did it, and what these options you select are used for, I will highly appreciate that.
    Thank you.

    • @RubabORSalma
      @RubabORSalma Рік тому +1

      yes i agree with your opinion we also want a longer video about tutoriels.

    • @dynamicwp6820
      @dynamicwp6820  Рік тому +1

      I was worried that the video would be too long and boring

    • @RubabORSalma
      @RubabORSalma Рік тому +2

      @@dynamicwp6820 no sir we want to gain knowledge in proper detail. so please make videos in detail.Thannks sir.

  • @RubabORSalma
    @RubabORSalma Рік тому +1

    Thanks sir i was waiting for this video.

  • @seiju9986
    @seiju9986 Рік тому +1

    Amazing video!

  • @RubabORSalma
    @RubabORSalma Рік тому +2

    sir please make more and detail videos about this topic.

  • @RubabORSalma
    @RubabORSalma Рік тому +1

    AOA! sIr, i want to send new post upload notification to my followers like you tube . how to build this type of system using jet engine. can i build this type of system after following this video ?

  • @fatjay9402
    @fatjay9402 Рік тому +1

    Can User follow a user
    . Abd see reateled cpt ? As a feed like i would if someone makes post?

    • @dynamicwp6820
      @dynamicwp6820  Рік тому

      Sorry what do you mean

    • @fatjay9402
      @fatjay9402 Рік тому +1

      @@dynamicwp6820 Sorry i mean... Can you click " Follow" a user or a CPT so you see if the make a upate... like a new Post.. basicly like a FB post

    • @dynamicwp6820
      @dynamicwp6820  Рік тому +1

      @@fatjay9402 yes of course you can do that I will make video about that

  • @shakibkhan1921
    @shakibkhan1921 Рік тому +1

    Please, Show the process as well. Thanks.

  • @nicholasisaiah2969
    @nicholasisaiah2969 10 місяців тому

    what of messages

  • @AllanMassillia
    @AllanMassillia 5 місяців тому

    Hello, When entering the code on Snippets I get this error "Request failed with status code 500" impossible to activate this code. thanks for the help

  • @ElWolof
    @ElWolof Рік тому +1

    Hi, bro i cannot put macros in jet form builder default value, I put it and not work, I show me only the macro "%query_results|79|ids%" but not the value

    • @dynamicwp6820
      @dynamicwp6820  Рік тому

      Should to work

    • @snope2330
      @snope2330 Рік тому +1

      I have the Same problem, it doesnt get the ids if you put the macro in the Field, just %query_results|5|ids%

    • @NicholasKakole
      @NicholasKakole 10 місяців тому +1

      am having the same problem only macros are showing and not the ids

    • @write-song-for-her
      @write-song-for-her 6 місяців тому +1

      am having the same problem only macros are showing and not the ids. I missing something?

    • @njousserolins5833
      @njousserolins5833 Місяць тому

      same problem....i think this tutorial is a not working and not helpfull at all.

  • @MsilikaleMsilanga
    @MsilikaleMsilanga Рік тому

    Hey men, thank you for a good tutorial. But the code gives an error am I missing something?

  • @tristanserre3530
    @tristanserre3530 9 місяців тому

    solo escucho "okay" cada 5 frases

  • @isabella7484
    @isabella7484 Рік тому

    It's so hard to follow up with your tutorials, everything is just speed, and showing us a highlight. Not actually a tutorial how you have build it from scratch.😕

  • @njousserolins5833
    @njousserolins5833 Місяць тому

    the code for snippet link doesn't exist anymore, and the one on screen is not correct. macro generator "%query_results|128|ids%" not working on jetformbuilder...in fact this tutorial is not working at all and doesn't worth your time..

  • @eumunin
    @eumunin Рік тому

    Public User Meta Stores broke my website.

  • @rain47ful
    @rain47ful 4 місяці тому

    add_action('jet-engine/query-builder/query/after-query-setup', function ($query) {
    if ("users" === $query->query_type && ! empty($query->final_query["include"] ??") && ! empty($query- >final_query["exclude"] ??")){
    $include = wp_parse_id_list($query->final_query["include"]);
    $exclude = wp_parse_id_list($query->final_query["exclude"]);