Create tabs in WordPress without plugins [25]

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ต.ค. 2024

ความคิดเห็น • 16

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 7 หลายเดือนก่อน

    So awesome, your tutorial is amazingly great.

  • @asadrao1225
    @asadrao1225 ปีที่แล้ว

    thanks for these awesome videos

  • @HaifengZhu-pn3uq
    @HaifengZhu-pn3uq 7 หลายเดือนก่อน

    Please create a tutorial on how to change the default admin url without plugin.

    • @WPCookie
      @WPCookie  7 หลายเดือนก่อน

      I have already made this tutorial
      th-cam.com/video/7-rOXoWOyyo/w-d-xo.html

    • @HaifengZhu-pn3uq
      @HaifengZhu-pn3uq 6 หลายเดือนก่อน

      @@WPCookie Thanks! You are so talented.

  • @ramaslan
    @ramaslan 2 ปีที่แล้ว

    thanks for these awesome videos. Please I'm waiting for your videos about ajax load or lazy load and show more or infinity scroll for elementor. have a nice day.

    • @WPCookie
      @WPCookie  2 ปีที่แล้ว +1

      Thank you for your suggestion.
      By the way, I have worked on "infinite scrolling" in the past, but the problem is that it is a bit difficult for the user to use my method, so I left it aside for now.
      I will try to fix its problems in the near future and publish it.

    • @ramaslan
      @ramaslan 2 ปีที่แล้ว +1

      @@WPCookie I am inspired by your videos. and i will wait....ajax load, which is the most necessary for a wordpress site

  • @mahalakshmi4769
    @mahalakshmi4769 2 หลายเดือนก่อน

    Hii! I have four tabs on a single page. In the menu bar, there are sub-menu options and tabs name are same. How can I set it up so that clicking on a sub-menu redirects to the corresponding tab?

    • @WPCookie
      @WPCookie  2 หลายเดือนก่อน

      Assign a class to each of your submenus, for example, red-sub
      Then, in the code,between ... ,
      replace div.red-tab div with .red-sub

    • @mahalakshmi4769
      @mahalakshmi4769 2 หลายเดือนก่อน

      @@WPCookie Thanks for your reply. Currently I have tried with CSS ID , then interconnect with the menu bar (in last added the CSS ID)

    • @mahalakshmi4769
      @mahalakshmi4769 2 หลายเดือนก่อน

      @@WPCookie Currently I m not used any code for this.

  • @anukaatapattu3423
    @anukaatapattu3423 8 หลายเดือนก่อน

    The script doesn’t seem to work.
    Being displayed on the webpage at the html block once saved is,
    :root { -tab-main: #bd06f; -tab-gray: #ccc } ..………

    • @WPCookie
      @WPCookie  8 หลายเดือนก่อน

      Hi there
      The code you have entered on your site is wrapped in a p tag by WordPress, which prevents it from working properly. To fix this, you need to add the following code to the functions.php file of your child theme (or code snippets plugin):
      // Disable wpautop
      remove_filter( 'the_content', 'wpautop' );
      remove_filter( 'the_excerpt', 'wpautop' );
      You can find this code at this link: pastecode.io/s/tg46homb
      After that, you can re-enter the code that I showed you in my video on your site. I hope this helps.

    • @anukaatapattu3423
      @anukaatapattu3423 8 หลายเดือนก่อน

      @@WPCookie thanks for the response. To edit the functions.php file I believe a paid plan is required. I am currently on the free plan. Is there a way to do this on the free plan? If not, which plan is required?

    • @patsymutiso
      @patsymutiso หลายเดือนก่อน

      How can I have the tabs as buttons stacked on the left and the tab content on the right?