Wordpress pricing table with toggled views!

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

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

  • @jonathandebem8129
    @jonathandebem8129 6 дней назад

    Great video Josh! I wonder if you could now levage the twig implementation to even eliminate the need for javascript on this.

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

    This video is what i was looking for, excellently explained!

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

    You the best 👏

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

    This is just so useful. Perfectly executed. Thanks 👍🏼

  • @CharlesHutchinson
    @CharlesHutchinson Год назад +2

    Hey Josh... Just a thought. If this WordPress gig goes south, you would do great in radio or broadcasting. Just a thought. Thanks for the great videos.

    • @buildingonwordpress
      @buildingonwordpress  Год назад +2

      Hey! Thanks :) Funny, I do keep hearing that I've got a face for radio :p

    • @Lensbreak
      @Lensbreak Год назад +2

      You cleary missed out the AI revolution going on in front of your door

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

    Got the two tables built out, button added, now I can't get the JS to work. :| Any other tips @buildingonwordpress ?

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

    It would be really cool if you could figure out a way to build a customer queue for a web design business. Maybe using ACF?

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

    Can a toggle be used to navigate to another page instead of a hidden section? I wanted to have a hidden section but found out that you can only use FacetWP on one page query and not two together. :(

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

      Hm... I'm sure you could use some javascript to load a new url when the toggle is in an active or inactive position.

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

    You should not duplicate the content. Bad for SEO, bad for maintaining and avoid error. Why not just use javascript to change the pricing and change the buttonlink for checkout? Something that can be done in 2min you do in 18min LOL

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

    is it possible to do it in gutenberg ?

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

      Hi @monkibable - not sure on the specifics but the same principles apply: add div with check mark markup, style with css change content with JavaScript.