Elementor Tabs Widget with Templates Shortodes (Pro)

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

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

  • @agency1000x
    @agency1000x 5 лет назад +20

    great video thanks! Hey please make a seperate video showing how you made the colored seperated tabs

    • @julianivey
      @julianivey 3 года назад +3

      Yes, that is the video I want.

  • @RichMindset-RM
    @RichMindset-RM 3 года назад

    What a genius way to start a video!!! By shouting a B at the very beginning... Amazing I'm really speechless right now... and a little deaf.

  • @welovemodelsmanagement7276
    @welovemodelsmanagement7276 4 года назад +10

    Hello! the problem with this is when you see it in mobile version it looks bad, why don´t u teach us on how to work on that? All the best!

  • @larrywoods
    @larrywoods 5 лет назад +47

    I didn't like the square corners on the tab so I added the following in the Customizer -> Additional CSS:
    .elementor-tab-title {
    border-radius: .4em .4em 0 0;
    }
    This rounds the corners of the tabs. You can change the 'em' values to get more or less rounding.

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

    Wow! it's pretty easy but don't come in mind until we see Paul sir's tutorial. 💡😇

  • @ethanbonnamour
    @ethanbonnamour 5 лет назад +1

    Fantastic! the power of Shortcode... I can't stop being amazed with Elementor and its power of doing things

  • @NickM-x8k
    @NickM-x8k 6 месяцев назад

    4 years later but this still helped me a lot, thank you!!

  • @vx-petia
    @vx-petia 2 года назад +1

    You helped me solve the missing piece I needed, thanks!

  • @benedictonwe7884
    @benedictonwe7884 4 года назад +2

    I'm new to blogging and I'm designing my own site myself with Elementor. I love this feature and that's what got me here.
    I never used tags on any of the content i've made, will start using them from today. Subscribed and liked. Thanks.

  • @benmunk-ingen9738
    @benmunk-ingen9738 4 года назад +1

    Thanks for posting - makes tabs so much more powerful. I tested - it also works in Accordion. Thanks for pointing out this feature - I had no idea it was there.

  • @Moondollarscafe
    @Moondollarscafe 5 лет назад +1

    Great tutorial. I have been using this technique since back in April. It works in Toggles, Accordions, and Sliders
    as well.

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

    Dude I love it, thankyou very much. Helped me a lot.

  • @GrantHawkey
    @GrantHawkey 5 лет назад +3

    Nice video again Paul, thanks! 👍
    I demonstrated this at our local Elementor Meetup a couple of months ago too 😁
    It's also great how we can use the identical method in Accordions and Sliders 😉
    Keep up the great work 💪

  • @samhowe3775
    @samhowe3775 4 года назад +2

    Awesome, just saved me a lot 3rd party plugin payments 👍

  • @seemaakter
    @seemaakter 3 года назад +1

    Thank you so much for this tutorial!

  • @momohezekieltrump6835
    @momohezekieltrump6835 3 года назад

    Wow, I love you so much. It has helped me. Just that extra info that comes in timely for me.

  • @paulmartin9812
    @paulmartin9812 5 лет назад +1

    As always Paul very good. Seeing these types of videos gets my creative juices going 😀

  • @francisliesting5730
    @francisliesting5730 3 года назад +1

    Thank you so much for this tutorial! How do you make the orange buttons to switch between the tabs?

  • @PerryWebCreations
    @PerryWebCreations 5 лет назад +7

    Thanks Paul! How do you get it to look like the orange buttons with shape dividers like the beginning of the video?

    • @StephenPiddingtonLongbow
      @StephenPiddingtonLongbow 5 лет назад +4

      I'd like to know that too. I watched the video expecting to see how that's done. But a good video all the same.

    • @adamkulchyski
      @adamkulchyski 5 лет назад +1

      count me in for one wanting to know also please. The finishing aspects of the tabs was very attractive and what I was looking forward to seeing how you did that. As soon as you have a moment to comment, that would be greatly appreciated @WPTuts. :)

    • @christopherheneghan8023
      @christopherheneghan8023 4 года назад +2

      I think you guys are wanting to put the little triangle at the bottom of the tabs? If this is what you are after I managed it with this.
      **Note the tricky part is that the wrapper has overflow:hidden; so anything outside of there is.. hidden!
      I added an ID to the Section for reference, a hover state and a border to the content box.
      .elementor-tabs-wrapper {
      overflow: visible !important;
      }
      #workspace_tabs .elementor-tab-title {
      padding: 20px 48px;
      }
      #workspace_tabs .elementor-tab-title:hover {
      background: #d7bc7c;
      color: white;
      }
      #workspace_tabs .elementor-tabs-wrapper
      .elementor-active {
      background: #b49a57 !important;
      position: relative;
      }
      #workspace_tabs .elementor-tabs-wrapper .elementor-active:after {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #b49a57;
      bottom: -10px;
      right: calc(50% - 10px);
      left: auto;
      width: 0;
      }
      #workspace_tabs .elementor-tabs-content-wrapper {
      margin-top: 24px;
      }
      #workspace_tabs .elementor-tabs-content-wrapper .elementor-tab-content {
      border: 1px solid #777;
      }
      Thanks for the Tut Paul!

    • @nelsonsagastume
      @nelsonsagastume 4 года назад

      I had the same question but I already solved using the plugin "Essential Addons for Elementor" after to install and activate, you will have the element "advanced tabs" (even on the free version) to use with the same technique on this video but with more option to edit the format than the normal "tabs" element.

  • @mamasday2072
    @mamasday2072 3 года назад

    This totally solves my issue. I needed a way to show several videos and using tabs is the way to go. Do you think I need to do something extra for showing videos?

  • @michaelhofby
    @michaelhofby 5 лет назад +1

    Yeah i used tabs on a project i recently did for a client.. The reason was, that they had a ton of different services that needed to be displayed in neat way, so i used tabs... Thanks Paul

  • @videodescriber8105
    @videodescriber8105 3 года назад

    Thank you ! You solved my problem my friend with the shortcode.

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

    Thank you for the tutorial; however, is it possible to make the post non-clickable? I want to create a page with tabs and multi-column within the tabs.

  • @BBZM
    @BBZM 3 года назад +1

    Thank you! This is exactly what i needed.

  • @physicsasaan6503
    @physicsasaan6503 3 года назад +1

    Where do I find shortcode of templates? I'm unbale to find.

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

    This tutorial got me out of a horrible bind. I wanted to use HTML in a tab within a popup. I was forced to do this as my original plan - embedding a pdf in the tab text editor - just refused to show. So I converted the pdf to HTML and pasted that into the text editor, but....the text editor stripped out lots of the html (all style classes etc) making the display awful (yes I was using the text editor rather than visual setting). I struggled to work out what to do but having watched your tutorial, I created a template section containing only the HTML widget and pasted my code in there. And then used shortcode in the tabbed text editor. Works perfectly. {Edit: I subsequently discovered that in order for this to work these templates have to be saved as global widgets).
    Thank you so much for this tutorial and the many others I have watched - you really are a fine example of the best of the internet.

  • @Woodypa
    @Woodypa 22 дня назад

    Hi thanks for your video!
    A question, in the case of a non-dynamic element, but of graphics and text, how can it be updated globally?
    Saving global widgets only saves individual widgets, but it is not possible to save an entire section for global use.
    Thanks

  • @iamjuliusalba
    @iamjuliusalba 4 года назад +1

    Is it possible to put a dynamic content using ACF and insert it in tabs?

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

    Thank you so much! This feature is great!

  • @declanc5726
    @declanc5726 4 года назад

    Your videos are always so helpful, thanks

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

    WOW
    I surprised that you did it without any extra plugin.
    than you man

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

    Hello,
    Thank you very much for your tutorial. I was wondering if you can help me with something...
    I’m using the widget tabs for a price table, and everything is working, but when i click in the other tabs, all my section starts to go up and up…My section should be static when i click in the other tabs, right ? It doesn’t stop to move up when you click...
    I don’t know how to fix this, i tryed to do it again but i have the same problem...
    Can someone help me with this ?
    Thanks a lot ! Your tutorials are really great !

  • @iDATUS
    @iDATUS 5 лет назад

    For me its one of your best tutorials. Nice simple and easy to follow. Im going to use this now on my site.

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

    Can I achieve same result for drop-down options, instead of tabs ?

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

    It was very useful and Practical. Thanks a lot.

  • @ronthegeek3051
    @ronthegeek3051 3 года назад +1

    Excellent video! Smooth, Crisp, so easy to follow, and professional!

  • @randomcommentator6335
    @randomcommentator6335 3 года назад +1

    This is exactly what I was looking for! Thanks a lot

  • @gregagregy
    @gregagregy 4 года назад

    Your video is absolutely awesome! It has helped me so much! Thank you! Keep up the great work!

  • @StevenRocketsGrimmer
    @StevenRocketsGrimmer 4 года назад

    Love it Paul. You are a great help. 10/10

  • @wario25vienna
    @wario25vienna 5 лет назад

    Awesome! So now i can build a Price Box with a content switcher for monthly and yearly prices. Very nice!

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

    Thanks Paul! Just the info I was looking for! I almost wanted to use a plugin (which goes against my principle of using as less Plugin as possible)

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

      No problem Steve, glad this helped. 👍

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

      @@WPTuts Paul, your explanation on Elementor and web building is one of the best!

  • @chafaon
    @chafaon 4 года назад +1

    Great tutorial, thanks!

  • @threznu3405
    @threznu3405 3 года назад

    yes.. really helpful , this i learn from you and apply this .... thank you

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

    Hi again Poul, is there a chance, using shortcode, to add the whole post grid with pagination possibility on a tab. I tried it but pagination wont work. It wont move to the next page of that particular category. Thank you in advance.

  • @KimMcKee
    @KimMcKee 5 лет назад +1

    Brilliant as always Paul! Could you please do a tutorial on how to add a button to your main menu? eg: SHOP NOW looks like a button rather than just a regular menu item. Thanks in advance!

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

    Well, isn't that an elegant approach, very smart! I'm trying to find some visually interesting way of doing 3 tabs that are all text (question then answer), and found your video, and though this doesn't work for me in this case, it's something I'm bookmarking and saving, as I think I may have a use for this in the future. Thank you. Have subbed as well, am looking forward to watching more of your content.
    And, you sound Geordie...are you? My Dad was from Wallsend, it's my favourite UK accent and always makes me think of him when I hear it!

  • @hosnialqaramani4457
    @hosnialqaramani4457 3 года назад

    Hello dear.
    Can i use listing gride under each tab
    As i am building a car listing website and i like to add 3 tabs to view dufferent listing like makes, latest ads and cities for example which all of them are texonomy from jet engine.
    I appreciate your reply.thank you

  • @camilaoliveirasilva7227
    @camilaoliveirasilva7227 3 года назад

    Thank you from brazil!

  • @iBottling
    @iBottling 4 года назад

    Hi Thanks for your video, it works except for one mistake, that the content under the tab button appear to be different places. When click first tab, it works well; while click 2nd and 3rd, then all content align to the right end of the box. I already checked the section template also posts, but still fail to fix this. Could you please help to advice where is the real problem? many thanks in advance! John.

  • @matheusvillalon5758
    @matheusvillalon5758 3 года назад +1

    Awesome! Thank you sooo much!

  • @seraho
    @seraho 3 года назад

    Yes. Finally found what I was looking for

  • @josuesalomon20
    @josuesalomon20 5 лет назад +1

    Excellent tutorials, but if you don't mind me asking, how would I center the tabs and add the images that are shown at the beginning of the tutorial? Thank you and keep up the great work!

    • @ceboley2011
      @ceboley2011 5 лет назад

      following

    • @tonytodc
      @tonytodc 4 года назад +1

      .elementor-tabs-wrapper {
      display: flex;
      justify-content: center;
      }

  • @susanwheeler-hall6460
    @susanwheeler-hall6460 5 лет назад +2

    Thank you Paul, very helpful as always : ) how did you later separate the tabs and leave a space below before content was pulled - as it is shown in the beginning of the video?

    • @nelsonsagastume
      @nelsonsagastume 4 года назад +1

      I had the same question but I already solved using the plugin "Essential Addons for Elementor" after to install and activate, you will have the element "advanced tabs" (even on the free version) to use with the same technique on this video but with more option to edit the format than the normal "tabs" element.

    • @georgiamaragkou5195
      @georgiamaragkou5195 4 года назад

      I used advanced tabs and worked fine when I was building the page but in preview mode show nothing. Do you know why?

  • @abysaldevil
    @abysaldevil 3 года назад

    hi, any idea on how to add pagination to work in post tabs. The problem is that on refresh it goes to first tab

  • @rafaatashour
    @rafaatashour 3 года назад

    this a great idea, but i wanna use pagination with too but it's not working, it's keep showing me there's no more post to show, even they are !
    and one have idea how we could tweak it ?

  • @apurvamathur1120
    @apurvamathur1120 3 года назад

    can you please suggest some free plugins by which we can do the same task .

  • @SebastianPerezG
    @SebastianPerezG 4 года назад

    Can the tabs in the pro version be dynamic , i mean only select one tab and populated the rest of it ? example like categories.

  • @sawthawah9147
    @sawthawah9147 3 года назад

    Hello paul, could you kindly please tell me how you did the little arrow for the active tab? thanks alot!

  • @AntGeezer
    @AntGeezer 5 лет назад

    Very useful Paul. Well demonstrated 👍

  • @filipecarvalho1569
    @filipecarvalho1569 3 года назад

    You sir, just saved my live.

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

    Hi there, I have installed the plugins but when I try to click on Query from elementor block settings its empty .. Any help ? I'm new

  • @SupernovaSites
    @SupernovaSites 3 года назад +1

    Great video loved it. Only thing is that the layout looked strange in mobile.

  • @adrianat.orozco871
    @adrianat.orozco871 2 года назад

    Templates on the second, third tab not working for me. I created carrousels and did all this, but when I preview it, the first tab is perfect but the second tab only shows one image from 6 on the carrousel. But I noticed when I resize the browser sudenly the carousel shows perfectly. I'm so confused :(

  • @freedomfightersblog
    @freedomfightersblog 3 года назад

    mate I gotta tell you: you're a genius. Kudos :)

  • @andrewmagill
    @andrewmagill 4 года назад

    Hi Paul Again great tutorial! Just wondering is there a way I can add custom ACF data to the existing woocommerce tabs ie: I want to add 'Lead time & Forktruck required?' fileds (ACF) the standard 'Additional Information' tab. Any help much appreciated.

  • @DonDaniellllll
    @DonDaniellllll 4 года назад +1

    You are A hero

  • @KetutAryadana
    @KetutAryadana 5 лет назад

    Very helpful tutorial, thank you very much Paul !

  • @vjvarada
    @vjvarada 3 года назад

    Is there a way to remove the border/margin around the embedded shortcode ?

  • @umarasghar4704
    @umarasghar4704 3 года назад

    Thanks u saved my Project

  • @emmabana2714
    @emmabana2714 5 лет назад

    This would work real good for my portfolio section, thanks paul

  • @4everenergy664
    @4everenergy664 4 года назад

    i love it ! i made a categories tab for a clothing store and seems nice!

  • @potujniisawok2163
    @potujniisawok2163 4 года назад

    Thank you for video. It was very very usefull

  • @vikaskushwah6813
    @vikaskushwah6813 4 года назад +1

    You always save my life, Paul... Thank You :)

  • @KyleMHart
    @KyleMHart 4 года назад

    Thank you. This is very useful and concise!

  • @adied7725
    @adied7725 3 года назад

    How to add separate bg image or video for each tab for the whole section when the tab is clicked, id, for instance, when the tabs are aligned verticle center middle

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

    Excelente vídeo! Obrigado

  • @anachspartan3886
    @anachspartan3886 8 месяцев назад

    you are great developer

  • @warifhussain1697
    @warifhussain1697 3 года назад

    Excellent and Exquisite information from real life experience. Keep the great work up. Happy New Year 2021 :-)

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

    How can you make the content load only when you click on the tab above it?

  • @georgepanayides8517
    @georgepanayides8517 3 года назад

    Can you do this with an inner section as well? I've created a main section with 3 columns. Inside each column is 1 inner section with a header, text and button. I save this as template and input into tabs but when I type in the url the page is displaying nothing but the header. When I remove the shortcode, the page works again. Any ideas?

  • @The_emperess
    @The_emperess 4 года назад

    I need this but instead of article posts, I’d like to add a box with a small photo,text and a button. How would that be made?

  • @zeeshanmohy-ud-din2312
    @zeeshanmohy-ud-din2312 3 года назад

    Great Video.

  • @volkerschuster8079
    @volkerschuster8079 4 года назад

    Hi Paul, I have learnt so much from you and can only say a massive thank you for all your work. However, I would love to create an evenly spead out Tabs section but just cant find a way to do it. would there be any way to share how you did what you are showing at the beginning of your video please, you really would make my day and I litteraly have tried to find out all day. Thank you

  • @emajohnson6303
    @emajohnson6303 4 года назад

    Great! This is just what I was looking for thankyou. Do you know if it is possible to centre the tabs, rather than left align?

    • @emajohnson6303
      @emajohnson6303 4 года назад

      .elementor-tabs-wrapper {
      display: flex;
      justify-content: center;
      }
      done :-)

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

    Slider doesn't work under tabs while using template. Can you give a solution please..

  • @wgm247
    @wgm247 5 лет назад

    This was really good! Simplicity at its best

  • @DimitriosMaroulis1987
    @DimitriosMaroulis1987 3 года назад

    Very useful tutorial! But what about the mobile version? There, the tab design will be lost, in some way.

  • @stickereiberlin8976
    @stickereiberlin8976 5 лет назад +1

    Is there a solution for this type of tabs?
    All tabs should be closed.
    If I click on the first tab then he should open himself over the entire width.
    If I click on the second tab the first tab should close and only the second tab should open over the whole width.
    Is that possible and how is that done?
    Would it be possible with css or html?
    Unfortunately I do not know myself with css and html.
    Does anyone have a solution for this?
    Best regards

  • @tentwelvedesign
    @tentwelvedesign 5 лет назад

    I was wondering are you able to make a video how to make custom product hero images for each product category using OceanWp and Elementor Pro? If you have one please share? Thank you!!!!

  • @normannfrederiksen
    @normannfrederiksen 4 года назад +1

    Dear WP Tuts (or anyone!), at the 8:40 minute mark, my screen won't show the shortcodes. It only shows "type", "author" and "date". Is this because I need to get the Pro version?
    I spend whole of yesterday trying to solve this, so any help is HIGHLY appreciated :)
    Awesome video though. Kind regards, Morten

    • @WPTuts
      @WPTuts  4 года назад +1

      Yup, that's exactly the problem. You only get the shortcodes option if you have Elementor Pro; it's not available in the free version I'm afraid.

    • @normannfrederiksen
      @normannfrederiksen 4 года назад +1

      @@WPTuts Thank you sooooo much!! Glad there is a solution. I am thrilled to be able to move on.. I am going Pro then :D

    • @WPTuts
      @WPTuts  4 года назад +1

      @@normannfrederiksen no problem at all :0)

  • @marbak1505
    @marbak1505 4 года назад

    All good but there is one main thing to be solved in Elementor Tab and that is how to make tabs display in full width or centered and not only left aligned as it is here?

  • @JohnWagner1
    @JohnWagner1 5 лет назад

    Great tutorial. Thanks

  • @lisan4u01
    @lisan4u01 4 года назад

    Amazing Thinking Buddy. Thanks

  • @dismal368
    @dismal368 3 года назад

    thanks, you save my life.

  • @johncamping
    @johncamping 4 года назад

    How to put feature image to the side? I would like to have a list going down instead of cards style layout.

  • @laerciocivali
    @laerciocivali 5 лет назад

    Nice tips Paul, tks!

  • @WIThEMaN2
    @WIThEMaN2 4 года назад

    Hi thanks again for the great vid! exactly what i needed. But do you know how to link to different tabs from another page?
    Edit: i take it back. Does not work when creating desings in elementor. Its just gives you text

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

    Thank you sir you will guide us

  • @davidr5847
    @davidr5847 5 лет назад +2

    A bit frustrating that you don't show how to make the tab buttons fill the entire width of the screen, same for the dividers.. That was the reason why I watched the video in the first place. Kind of a bummer

  • @10balonmano
    @10balonmano 4 года назад

    Hi! Thanks for the video! I want to create a gallery in tabs, but how can I align photos in horizontal? he show me in vertical