Make Elementor Section a Clickable link without additional plugin

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2019
  • Hey, folks welcome back to another Elementor Hacks tutorial in which you can make an entire Section/Column/Widget clickable.
    ► Get Elementor Pro - wpalgoridm.com/elementor
    Make Multiple Sections and columns clickable[LATEST VIDEO]:
    • Make Clickable Element...
    You can find the code in the first comment.
    Header tutorial: • WordPress header tutor...
    Elementor basics tutorial: • Elementor basics : In-...
    WordPress theme used in the video [Mandatory]: wordpress.org/themes/generate...
    Get Elementor Pro here: elementor.com/pro
    Make sure you subscribe and never miss out on a single amazing design tutorial.
    Happy designing! Peace.
    *Some Important Links*
    Elementor Custom Breakpoints Tutorial:
    • Elementor custom break...
    Join the Facebook Group: / designschoolwp
    Design your website: • Design WordPress website
    Build your website: • Build WordPress Website
    Customise your website:
    • Customize WordPress we...
  • แนวปฏิบัติและการใช้ชีวิต

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

  • @wpalgoridm
    @wpalgoridm  5 ปีที่แล้ว +33

    Find The Code Below:
    document.getElementById("clickable").onclick = function() {myFunction()};
    function myFunction() {
    window.open("wpexperimentor.com", "_blank");
    }

    • @razzelrabbit4241
      @razzelrabbit4241 4 ปีที่แล้ว +2

      try posting the code in the video discription

    • @candylowen8800
      @candylowen8800 4 ปีที่แล้ว

      Design School by Wpalgoridm is there a way to copy this code? 😅😬

    • @BEKWL
      @BEKWL 4 ปีที่แล้ว +2

      when using this in Elementor on a template for an archive, how to I change the URL, which is in your case from Apple, to the dynamic post URL?

    • @shreyjain3562
      @shreyjain3562 4 ปีที่แล้ว +5

      write only CSS ID = clickable there is no need for CSS class = clickable, and script code could be like this:
      document.getElementById("clickable").onclick = function() {
      window.open("wpexperimentor.com", "_blank");};

    • @Kaan-fz7fd
      @Kaan-fz7fd 4 ปีที่แล้ว +5

      @@shreyjain3562 Do you know how to make it so that it doesn't open in a new window?

  • @planodoprojeto
    @planodoprojeto 4 ปีที่แล้ว +14

    Good trick! Thanks! I also include the following CSS to change the cursor pointer to the traditional hand icon.
    .clickable {
    cursor: pointer;
    }
    Best regards!

    • @worldsfinestwool1309
      @worldsfinestwool1309 4 ปีที่แล้ว +2

      exactly this was missing for user experience

    • @siddiqhh
      @siddiqhh 3 ปีที่แล้ว

      Sorry I'm new to Elementors, php and etc2. I tried added it but failed. I don't understand the language yet.
      how do you add this to the given html code? I tried this but didn't work.
      document.getElementById("clickable").onclick = function() {myFunction()};
      function myFunction() {
      window.open("[placeholder].com/");
      }
      .clickable {
      cursor: pointer;
      }

    • @planodoprojeto
      @planodoprojeto 3 ปีที่แล้ว

      @@siddiqhh Hi, I added this CSS code in the advanced CSS tab. They should be in different places in the Elementor.

    • @cata5407
      @cata5407 3 ปีที่แล้ว

      Where in the script do I add this?

    • @planodoprojeto
      @planodoprojeto 3 ปีที่แล้ว

      @@cata5407 Hi, I added this CSS code in the advanced CSS tab. Not in the script. They should be in different places in the Elementor.

  • @luckystarplr1406
    @luckystarplr1406 3 ปีที่แล้ว

    Perfect! Just what I was looking for! Thanks for the video!

  • @declanc5726
    @declanc5726 4 ปีที่แล้ว

    That is brilliant, thanks. I knew a solution like this existed but I was finiding it hard to find it. Well done for making the video!!

  • @JacobLE
    @JacobLE 5 ปีที่แล้ว

    Exactly what I needed. Thank you!

  • @LinerHouse
    @LinerHouse 4 ปีที่แล้ว

    Thank you so much! exactly what I've been trying to figure out. You are awesome!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You are so welcome!

  • @leedscomputerservice
    @leedscomputerservice 4 ปีที่แล้ว +4

    many thanks! I was wondering how we can do this to change the mouse pointer into a pointing hand icon when we hover it over to the actual section itself? it only changes to a pointing hand on the actual links itself and not the whole section.

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว +3

      Watch this cursor change video th-cam.com/video/PJfFsYgPXCc/w-d-xo.html

  • @glowo3418
    @glowo3418 4 ปีที่แล้ว

    Hello! Thanks for the awesome tutorial. I'd really like your feedback on an issue albeit different from this tutorial; please how can i make a section unresponsive such that the horizontal layout on desktop view is the same across mobile view? Thanks in advance

  • @dillonrobinson4512
    @dillonrobinson4512 4 ปีที่แล้ว +19

    Swap "window.open" with "location.href" To open in same tab!

  • @H4Happiness
    @H4Happiness 4 ปีที่แล้ว +1

    Thanks Brother! Awesome

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You're welcome :)

  • @kiranaditya10
    @kiranaditya10 4 ปีที่แล้ว

    I am learning elementor from ur tuts only.. Thank you bro

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You're welcome :)

  • @yolene4827
    @yolene4827 4 ปีที่แล้ว

    THANK YOU VEEEEEEERY MUCH!!!! I was looking exactly for that!!! thank you thank you

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Glad I could help!

  • @ashleydunsing2588
    @ashleydunsing2588 4 ปีที่แล้ว

    This is amazing! Is there a way to change the cursor to a hand through the html area? I don't have the PRO version of elementor - so can't use the Custom CSS box that you used in the other video (about changing cursor). Thanks so much!!!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Elementor free custom css -> th-cam.com/video/EEq5EGlEQds/w-d-xo.html

  • @tyraelhermosa
    @tyraelhermosa 4 ปีที่แล้ว

    simple and to-the-point. Good solution!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Glad you liked it!

  • @nicolashernandez2545
    @nicolashernandez2545 3 ปีที่แล้ว

    Hi.
    I am using the translatepress plugin.
    I have 2 languages on my site.
    English and Portuguese.
    When I make the column clickable and I am, for example, in the Portuguese language, I click on the column and it always takes me to the default English url.
    Any solution?

  • @graffitifabrieknederland6939
    @graffitifabrieknederland6939 4 ปีที่แล้ว +2

    Is it possible to use this to go to the url of the current page? I want to use is for a listing template.

  • @paullydca
    @paullydca 4 ปีที่แล้ว

    Thank you that was really helpful!

  • @cata5407
    @cata5407 3 ปีที่แล้ว

    This is great and it worked. I made a column clickable but when I tried to make another column on the same page clickable it wouldn't work and it made the previous column stop linking. I made sure the I changed the name on CSS ID and CSS Classes. Does anyone have any advice?

  • @zachmurri
    @zachmurri 3 ปีที่แล้ว

    this is great! to think i was gonna make an invisible button over everything. Thank you

  • @CJ-fu2pn
    @CJ-fu2pn 2 หลายเดือนก่อน

    Thank you brother, this is very helpful to me

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

      Glad it helped

  • @gonulmimarlk5880
    @gonulmimarlk5880 4 ปีที่แล้ว

    on the front page of my site there is a column and a image in it, with elementor by the way. also I have a background image in that column that covers whole page. Can I a give a link to that background image like clickable.

  • @francescoadriatico1390
    @francescoadriatico1390 5 ปีที่แล้ว +2

    Hey there, first off thanks for this video! I'm building a landing page with full-screen fixed images, where each image is a section background. I'd like each section to be clickable and REDIRECT (more than open a new tab) to another page of the site. How can I achieve that? Also, since this example is taking into account just 1 section, I was wondering what should I change in the code/flow if I'm going to use it with more images. I imagine that for each section I could use as a CLASS ID: clickable1, clickable2, etc. but do I need to modify anything in the code itself? Thanks!

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว +4

      To open in the same window you can replace "_blank" with "_self". But be careful to disable this code when editing the template itself with Elementor.
      **If you're using it for multiple elements here's how your whole code should look like**:
      var ele=document.getElementById("clickable");
      var str=window.location.href;
      if(ele!=null&&str.indexOf("elementor-preview")==-1){
      ele.onclick = myFunctionSuper;
      }
      function myFunctionSuper() {
      window.open("example.com”,”_blank”);
      }
      var ele1=document.getElementById("clickable1");
      var str1=window.location.href;
      if(ele1!=null&&str1.indexOf("elementor-preview")==-1){
      ele1.onclick = myFunctionSuper1;
      }
      function myFunctionSuper1() {
      window.open("example1.com”,”_blank”);
      }
      var ele2=document.getElementById("clickable2");
      var str2=window.location.href;
      if(ele2!=null&&str2.indexOf("elementor-preview")==-1){
      ele2.onclick = myFunctionSuper2;
      }
      function myFunctionSuper2() {
      window.open("example2.com”,”_self”); /* Here Self will open element2 in the same window*/
      }
      /*similarly replace 2 with 3 and so on and "example2.com" with Complete URL of any page you want to link.*/

    • @francescoadriatico1390
      @francescoadriatico1390 5 ปีที่แล้ว +1

      @@wpalgoridm Thanks so much for the quick answer! I'll give it a try!

    • @hannadziewulska9798
      @hannadziewulska9798 3 ปีที่แล้ว

      @@wpalgoridm I was thinking so long why this code isn't working and finally spotted there are tilted quotaiton marks ” here instead of straight ones " :D

  • @piotrn2491
    @piotrn2491 4 ปีที่แล้ว +1

    Hi! Nice video, I did exactly how you said, however I used this html code for many different background objects, the problem that I'm struggling now is that every background is pointing to just one site (although I set different classes/id and site links to the other ones). Any idea why is this happening? Peace!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      I explained all that in this video th-cam.com/video/e65zjgzwalg/w-d-xo.html

  • @ultimatekungfu
    @ultimatekungfu 5 ปีที่แล้ว

    Thanks much for the help!

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว

      You’re welcome!

    • @ivanmedia7696
      @ivanmedia7696 4 ปีที่แล้ว

      @@wpalgoridm I also did this and it did not work for me I don't have a direct image widget it is a column with a image as background does that make a difference?

  • @AilianAD
    @AilianAD 4 ปีที่แล้ว

    It screw up my entire site! Great job.

  • @citylumberjack8381
    @citylumberjack8381 4 ปีที่แล้ว +3

    Another option, for editing and not get the link to open in a new tab after you paste the code in HTML widget,t is to just use the navigator to select the widget and then the options appear on the left. As long as you don't select the section, column, or widget you are editing directly, you should be good to go.

  • @MyPrivateParis
    @MyPrivateParis 4 ปีที่แล้ว +1

    Hello, thank you for this video. I'm encountering this problem: I have one section with three columns inside, I'm trying to make each column clickable and leading to a different url each. I named CSS ID and class differently "clickable1" for column 1 and so on. However, when I click on any of the columns I'm taken directly to the last link I added, "clickable3". Can I fix this? Thank you!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You need to change both function name from "myFunction" to "myFunction1" "myFunction2" and also the IDs as well.
      I'll make a video on this soon. I think a lot of people want to make multiple columns clickable.

  • @MuhammadBilal-oc6pi
    @MuhammadBilal-oc6pi 2 ปีที่แล้ว

    Bundle of thanx too much helpful

  • @markl2804
    @markl2804 3 ปีที่แล้ว

    This method only seems to work when I am logged in to my wordpress account. Is there a fix for getting it to work when others view the site too?

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

    Thank you for this. Great videos.

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

      You’re welcome and thank you!

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

    Thank you sooooo much!!!! Its so GREAT!!!!

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

      Really glad it helped and you’re welcome ☺️

  • @h1maketingdigital291
    @h1maketingdigital291 5 ปีที่แล้ว +4

    Thanks a lot for your tutorial! How can I use a pointer cursor in this clickable areas?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว +2

      Under custom css of any section/column/widget put this code, within the selector class:
      cursor:pointer;

    • @taniaromano8455
      @taniaromano8455 4 ปีที่แล้ว

      ​@@wpalgoridm This isn't working for me. Am I doing something wrong? I'm putting the code you provided inside custom css of the widgets I have in the column.

    • @taniaromano8455
      @taniaromano8455 4 ปีที่แล้ว

      this video helped me out
      th-cam.com/video/PJfFsYgPXCc/w-d-xo.html

  • @bryankoh4642
    @bryankoh4642 4 ปีที่แล้ว

    Hey how do you click on a button and have that take you to a different section that you have hidden?

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

    But if I have a page and I want to link the first part (e.g button in slider) to the next section on the same page (e.g blog posts) and blogpost is not a link then how to do that?

  • @juguetesjaku4913
    @juguetesjaku4913 4 ปีที่แล้ว

    Thanks for the video, the solution worked for me. There is only one "problem". How can the hand (click) appears when the user goes over the image? Is there any code bro? Thanks again a lot!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Watch this video for cursor change th-cam.com/video/PJfFsYgPXCc/w-d-xo.html

  • @coertgrobler4959
    @coertgrobler4959 4 ปีที่แล้ว

    Great video! In Elementor Gallery, is there a way to show a main image whenever a gallery tab is selected?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Not available in elementor, you can check out crocoblock's suite for such functions bit.ly/designcrocoblock

  • @munich-viki
    @munich-viki ปีที่แล้ว

    Hello and thank you for your video. I would ask you , if these yava scrip not bead for the speed a website?? Thank you for you answer

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

      When you need custom functionality you need script, you can use a plugin for this though.

  • @rushabhkamle2723
    @rushabhkamle2723 3 ปีที่แล้ว

    I've made a menu from the text ... how can I make it clickable ?? I tried adding your code in it (in each text) but it's not working that way

  • @miuur3570
    @miuur3570 4 ปีที่แล้ว +1

    Great tutorial! Only one question, how can I make a normal link to go to another page in the same window, without opening a new window? What should I change in the CSS?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      replace _blank with _self in the script. Also you can learn more about clickable columns in this latest video th-cam.com/video/e65zjgzwalg/w-d-xo.html

    • @PatrickDPSawers
      @PatrickDPSawers 3 ปีที่แล้ว

      @@wpalgoridm Thank you so much too to both of you. It was the question I was going to ask :-)

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

      @@wpalgoridm Exactly what I needed, THANK YOU!

  • @ivanmedia7696
    @ivanmedia7696 4 ปีที่แล้ว

    Hey great video quick question does this work within the website if i want to link it to another page on my site, I tried it and when I hit the back button it does not take me back to the page I was on previously ,is there a solution?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      This particular code opens a new blank tab, so there's no question of back button here. You can change _blank to _self and that'd open the link in the same tab but it gets complicated while you're editing the page in Elementor.

  • @ultimatekungfu
    @ultimatekungfu 5 ปีที่แล้ว

    nice worked perfect

  • @ravinsr69
    @ravinsr69 4 ปีที่แล้ว

    Can you please help me how to link image element to one of the slide show in right next to below section

  • @louismortreu
    @louismortreu 4 ปีที่แล้ว

    Can you have multiple clickable zones on one page ? Everytime I make another css class with other url, the new clickable zones links me to my first installed URL

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      I explained how to do that here th-cam.com/video/e65zjgzwalg/w-d-xo.html

  • @WizardOfCheese
    @WizardOfCheese 4 ปีที่แล้ว

    very helpful, thankyou

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Glad it was helpful!

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

    Thank you very much! =)

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

      You're welcome!

  • @wobblerwe362
    @wobblerwe362 4 ปีที่แล้ว

    Hi, would it be possible to do this with the elementor sliders, for each featured image - to be able to add a clickable link to each slider image?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Yes you need to get each slider image by ID and then apply the same logic. Javascript works flawlessly with any visual element on the page.

  • @Guigui_82
    @Guigui_82 4 ปีที่แล้ว +1

    Hello! I'd like to make clickable each card of the Posts Archive widget of Elementor. Each card would link to the corresponding post. For now you can only link the post title or the card image to the corresponding post, not the entire card.

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว +1

      Try that Elementor custom skin plugin. A tutorial on that will be live on the channel soon.

    • @Guigui_82
      @Guigui_82 4 ปีที่แล้ว

      @@wpalgoridm Elementor Custom skin plugin doesn't have this feature yet. Although the developer told me it should be in the next update in 2 weeks. He doesn't know if it's gonna be in the free or pro version.
      For the time being, I found z workaround. I use Elementor Add-on elements plugin that has the feature to make columns clickable, as explained here (it's free).
      www.elementoraddons.com/tutorial/make-section-column-clickable-elementor/
      Then I make a custom skin for the loop with Elementor Custom skin. And I set it (the column containing the loop element) as clickable with the EAE Wrapper link option of Elementor Add-on elements. The link target is set to the post link.
      And it works very well!
      Although I hope it's gonna be added in Elementor Custom Skin so I won't have to keep an extra plugin buddy to click a simple column of element. Such a basic stuff should just be added to Elementor, as well as infinite scrolling of posts by the way.
      I tried with another plugin called Make column Clickable Elementor, but it doesn't work properly. wordpress.org/plugins/make-column-clickable-elementor/
      Don't use it.

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

    Sir can you please tell me how you make this text animation on your website
    As text change into anothet text ??

  • @Aa-ke9pp
    @Aa-ke9pp 3 ปีที่แล้ว

    this is not working for me. is it because my website is not yet published online. if i take the link of the page into the address bar it works however. so the clickable section should also work right?

    • @wpalgoridm
      @wpalgoridm  3 ปีที่แล้ว

      The link should be in the format “yoursite.com”. Also see if your security plugin is blocking the script.

  • @syedanas4186
    @syedanas4186 4 ปีที่แล้ว

    How can I show elementor section on another page by using link?
    I want to show only section not full page.

  • @jeromepro4404
    @jeromepro4404 4 ปีที่แล้ว

    How do we open this on the same tab not on a different window?

  • @davidscht2315
    @davidscht2315 3 ปีที่แล้ว

    Great tutorial - thank you very much! Is there any way to make the link no-follow? I have tried to add rel="nofollow", but it doesn't seem to work.

    • @wpalgoridm
      @wpalgoridm  3 ปีที่แล้ว +1

      You can use JavaScript add attribute method to add that to the link.

    • @davidscht2315
      @davidscht2315 3 ปีที่แล้ว

      @@wpalgoridm Thank you for the answer! I am not great at coding or javaScript. Would it be possible for you to give me the complete code that I have to add?
      It would help me a lot.

  • @Solo-pv8qj
    @Solo-pv8qj 4 ปีที่แล้ว

    Thanks! Is it possible to make it open in the same tab though?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว +1

      Replacing _blank with _self will do that, but you need add additional check to prevent it from happening in the elementor editing screen itself.

    • @Solo-pv8qj
      @Solo-pv8qj 4 ปีที่แล้ว

      @@wpalgoridm OK thanks! What's the additional check?

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

    It doesn't work. When you add the html it creates a new cell. The video I am trying to link canot seem to be linked. Help.

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

    Thats great thank you. I have three columns though. It only allows you to do it for one.

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

      This video may help th-cam.com/video/e65zjgzwalg/w-d-xo.html

  • @myongmichael
    @myongmichael 4 ปีที่แล้ว

    Thanks for sharing I was still puzzle how come nobody and Elementor think of it!!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You’re welcome!

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

    Thank you

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

      You’re welcome!

  • @webflys
    @webflys 4 ปีที่แล้ว

    You rock! Thanks!

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

    thank you brother

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

      You’re welcome!

  • @Alex-nn4qz
    @Alex-nn4qz 5 ปีที่แล้ว

    Looking to do this but make it NOT open new window or tab but to simple scroll down to menu anchor? is that possible?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว

      Yes there are multiple ways to do it, just watch this video th-cam.com/video/IrAlRBNk178/w-d-xo.html

  • @bernarda.cutfilms4650
    @bernarda.cutfilms4650 4 ปีที่แล้ว

    Hi! Thank you so much for your video!
    I'm having a problem though: I tried adding this code to one column (I changed the css id and classes and matched it with the code). It worked. Then, I repeated the procedure with a different css id and classes and matched with the code in a different column. The result is that now both columns are linked to the second link I added, and I don't know why? I erased and repeated the process a couple of times and the error continued. could you please help? Thank you!!!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Other than just changing CSS ID or class, you must also change the function name wherever it is used. I explained all of that here th-cam.com/video/e65zjgzwalg/w-d-xo.html making multiple clickable columns and sections

    • @bernarda.cutfilms4650
      @bernarda.cutfilms4650 4 ปีที่แล้ว

      @@wpalgoridm Hi! I did change the function name as well to coincide with the css id and class, but it wouldn't work

    • @bernarda.cutfilms4650
      @bernarda.cutfilms4650 4 ปีที่แล้ว

      thank you for such a quick response by the way! and I hope you guys are safe and sound :)

    • @shutterst6223
      @shutterst6223 4 ปีที่แล้ว +3

      @@bernarda.cutfilms4650 hey I just saw your comment and found a solution to your problem as I came across the same problem. To change the name of the function, edit the code and change "MyFunction" in the code to a different name. you must change this in 2 parts of the code as one is the function name and the other is where that function name is being called. Hope that helps. The link should now be unique for each column/section

    • @emilmovsis8244
      @emilmovsis8244 4 ปีที่แล้ว

      @@shutterst6223 THANNNNNNKS!!!!!

  • @h8v8jPj6qTKzw97qPpnWaf
    @h8v8jPj6qTKzw97qPpnWaf 5 ปีที่แล้ว

    This is what i need! But got a concern. What if i want to link this to # and popup, what should i write for the link?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว +1

      You can follow this video th-cam.com/video/tJLPJOfesLY/w-d-xo.html or use this plugin wordpress.org/plugins/popup-trigger-url-for-elementor-pro/

    • @h8v8jPj6qTKzw97qPpnWaf
      @h8v8jPj6qTKzw97qPpnWaf 5 ปีที่แล้ว

      Thanks a lot! Will watch it in detail later! And to link to other sections on the same page, should we just write #(link-name) for the link? Or needs additional steps before that?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว +1

      Just the name would be enough to link it on the same page. You're welcome!

    • @h8v8jPj6qTKzw97qPpnWaf
      @h8v8jPj6qTKzw97qPpnWaf 5 ปีที่แล้ว

      @@wpalgoridm Thanks! that's helpful!

  • @ravinsr69
    @ravinsr69 4 ปีที่แล้ว

    How to link one of slide show while clicking

  • @michaelmelocoton8197
    @michaelmelocoton8197 4 ปีที่แล้ว

    Hi sir im new in using elenentor..can you make a video about linking a blogpost to another blogpost?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Linking a blogpost as in ? It can be done using post navigation widget available with Elementor Pro.

  • @ericbrenner2310
    @ericbrenner2310 5 ปีที่แล้ว +1

    Hello,
    I have tried everything exactly as you did it in the video, but mine does not work. I also noticed that the code in the first comment is not the same as the one in your video. Please help?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว

      Make Sure you're actually changing the CSS ID under advanced tab to "clickable"
      Just see if your browser is blocking multiple windows or popups, also try deleting browser cache, preview might get buggy at times. Don’t forget to update the URL.Just paste the following code and try again:
      document.getElementById("clickable").onclick = function() {myFunction()};
      function myFunction() {
      window.open("wpexperimentor.com", "_blank");
      }

    • @ericbrenner2310
      @ericbrenner2310 5 ปีที่แล้ว

      @@wpalgoridm IT WORKED!! Clearing the cache duh :)
      The only thing is that the mouse does not change to the hand sign to let the user know that they are able to click there :/
      Is there a coding element for this?

    • @homedesignflooring3518
      @homedesignflooring3518 4 ปีที่แล้ว

      @@ericbrenner2310 it did not work for me as well

  • @josemarivillano3744
    @josemarivillano3744 4 ปีที่แล้ว

    thank you!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You’re welcome!

  • @shmenged
    @shmenged 3 ปีที่แล้ว

    NICE!!! thanks

    • @wpalgoridm
      @wpalgoridm  3 ปีที่แล้ว

      You’re welcome!

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

    How come I get clickable cursor instead of editing cursor while hovering on link. many Thanks

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

      This will help th-cam.com/video/PJfFsYgPXCc/w-d-xo.html

  • @inspector-tech
    @inspector-tech 4 ปีที่แล้ว

    My links don't update on the front end even though I changed them. I deactivated wordfence but it won't work. Any idea how to fix this?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Might be caching or CDN issue.

    • @inspector-tech
      @inspector-tech 4 ปีที่แล้ว

      Thanks. Should I install a caching plugin to clear my cache? Which one do you recommend?

  • @farooqueabdullah5098
    @farooqueabdullah5098 4 ปีที่แล้ว

    Thanks alot.

  • @suchandrachattopadhyay8981
    @suchandrachattopadhyay8981 3 ปีที่แล้ว

    I can't see any js code in the link

  • @Jamsandekar
    @Jamsandekar 4 ปีที่แล้ว

    Hey hii
    How u do that ain't it better n all this thing??
    Can u ple help me with that

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      I didn’t get what you’re saying. Can you please be a bit more clear?

  • @Alex-kn5fv
    @Alex-kn5fv 5 ปีที่แล้ว

    How would you set the link to be an advanced custom field rather than hard-coded?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว

      I'll update you on this soon.

    • @Alex-kn5fv
      @Alex-kn5fv 5 ปีที่แล้ว

      @@wpalgoridm Any update?

  • @LindaDayHarrison
    @LindaDayHarrison 4 ปีที่แล้ว

    What about making a mailto: link. I am going crazy trying to add mailto: links to my Elementor stuff. It will not work for that.

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      If you have Elementor Pro, you can use the dynamic field for any link and link to contact URLs such as mail, text Whatsaap and more. A feature called action links already a part of Elementor Pro.

  • @MarlaBarbz
    @MarlaBarbz 3 ปีที่แล้ว

    It is not applying on the frontend. Any ideas? I have deleted cache

    • @wpalgoridm
      @wpalgoridm  3 ปีที่แล้ว

      Maybe script is blocked on that browser or your security plugin is blocking it.

  • @wadevid
    @wadevid 5 ปีที่แล้ว

    How do we make it so it doesn't click the url while editing that column later in elementor?

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว

      Open navigator on that page and delete the HTML widget that has the code or simply remove the code within HTML widget and click on that section normally[Also clear the cache or view the actual page].

  • @sk.classeskeyofsuccess2542
    @sk.classeskeyofsuccess2542 2 ปีที่แล้ว

    thank u sir

  • @xx_-_xx
    @xx_-_xx 4 ปีที่แล้ว

    Why you give the clickable class when not using it?

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      If you add CSS class, you can target all similar sections once. However for the method shown, ID is enough and each section should have unique ID and unique URL that it should open.

  • @naeemijazinformativevideos9834
    @naeemijazinformativevideos9834 3 ปีที่แล้ว

    code plz

  • @Valnuss
    @Valnuss 3 ปีที่แล้ว

    Why not using a "ghost" button?
    You place a button inside the column and add some styles so it overlaps everything and make it transparent. I am doing it this way.

    • @wpalgoridm
      @wpalgoridm  3 ปีที่แล้ว

      Not good for seo and accessibility using buttons as overlapping structures. Plus might need some weird tweaking.

    • @Valnuss
      @Valnuss 3 ปีที่แล้ว

      @@wpalgoridm Really? Because I think it's otherwise. It's basic html, works on screenreader and without js. Additionally the user can see the link, copy it and open it the way he/she wants (new tab, new window, same window). Its not worse for seo than a js redirection. Both have no positive or negative impact.

  • @sebastien-inxternal
    @sebastien-inxternal ปีที่แล้ว

    Great ! How to not open a new tab ? Just open a new page in the current tab .

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

      after the link in the html code add: ,"_self" make sure the link is also in quotation marks

  • @homerobaroni1655
    @homerobaroni1655 4 ปีที่แล้ว

    How to go to an anchor at the same page? Thanks!!!

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว +1

      Replace blank with self

    • @homerobaroni1655
      @homerobaroni1655 4 ปีที่แล้ว

      @@wpalgoridm that works! Also replacing with location.href = "#"; big Thanks!!!

  • @juguetesjaku4913
    @juguetesjaku4913 4 ปีที่แล้ว

    OMG my page is damaged. Elementor says the page is not found.

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Don't panic! In your Wordpress dashboard, click edit , below the page[Not Edit with Elementor]. Below you must be able to see the revisions of your page. Choose the last working version and hit update. Check this latest video to add links to columns th-cam.com/video/e65zjgzwalg/w-d-xo.html

  • @tasteitsayme
    @tasteitsayme 4 ปีที่แล้ว

    It works, but your client will never be able to modify a piece of javascript, it's better to find another solution to make the site administration 100% ok for the customer

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Yes, maybe but there are better solutions too th-cam.com/video/e65zjgzwalg/w-d-xo.html

  • @hangbuithithuy9514
    @hangbuithithuy9514 5 ปีที่แล้ว

    Hi. i have a problem. i set the code for 3 columns in a page, with 3 different linked - websites. But only referred to one website. How to fix? Thanks

    • @wpalgoridm
      @wpalgoridm  5 ปีที่แล้ว +1

      I recommend duplicating the HTML widget with code 3 times and your code in each should look like this:
      document.getElementById("clickable").onclick = function() {myFunction1()};
      function myFunction1() {
      window.open("URL1, "_blank");
      }
      **SECOND LINK**
      document.getElementById("clickable").onclick = function() {myFunction2()};
      function myFunction2() {
      window.open("URL2", "_blank");
      }
      **THIRD LINK**
      document.getElementById("clickable").onclick = function() {myFunction3()};
      function myFunction3() {
      window.open("URL3", "_blank");
      }
      and so on

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

    This doesn't work on the actual site. Only works when in elementor editor.

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

      Clear cache and see if any security plugin is blocking the code.

  • @georgeriley2278
    @georgeriley2278 3 ปีที่แล้ว

    Hmmm... this did not work for me.

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

    Master Addons Plugin now has a wrapper link function

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

      Great to know that!

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

    Sure, it works, BUT...
    1) It opens in a new tab. I don't want that.
    2) When you hover over the area, the mouse pointer remains the same, so it doesn't appear to be clickable unless you click it. I want the pointer to change to that pointing finger
    UPDATE - Make these changes:
    1) Change _blank to _self
    2) In the advanced tab of the HTML box, scroll down to Custom CSS, then add"
    .clickable {
    cursor: pointer;
    }

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

      This video may help th-cam.com/video/PJfFsYgPXCc/w-d-xo.html

  • @pancake_j328
    @pancake_j328 4 ปีที่แล้ว

    what if you dont want to open a new window

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว +1

      Replace _blank with _self but this applies in preview as well so you need to remove the HTML widget or the code before you edit that section in Elementor.

    • @pancake_j328
      @pancake_j328 4 ปีที่แล้ว

      @@wpalgoridm thank you it worked :)

  • @panchmukhihanumanrajdipbhaiya
    @panchmukhihanumanrajdipbhaiya 7 วันที่ผ่านมา

    ❤❤❤❤❤

  • @nehaparmar7766
    @nehaparmar7766 3 ปีที่แล้ว

    DINT WORK FOR ME.

  • @greglaskody
    @greglaskody 4 ปีที่แล้ว

    This doesn't work. Seems a step or two have been left out.

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Check if Wordfence is blocking the code. It's pure Javascript, it'll work flawlessly.

  • @stevewaldner7317
    @stevewaldner7317 4 ปีที่แล้ว

    Use this script instead to turn off clicking while editing:
    jQuery("#clickable").not(".elementor-element-edit-mode").click(
    function() {
    window.open("wpexperimentor.com", "_blank");
    }
    )

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      Thank you for the optimised code :) that'll help everyone !

  • @5hamms510
    @5hamms510 4 ปีที่แล้ว +1

    Crap, its hard to follow with that damn animation working

  • @yusupakmuhammedov8266
    @yusupakmuhammedov8266 3 ปีที่แล้ว

    I CAN'T USE COUPLE OF THEM IN THE SAME PAGE AS ITS GETTING ERROR AND MIX THINGS UP

  • @cata5407
    @cata5407 3 ปีที่แล้ว

    Disregard, I figured it out. I didn't change the name in the script LMAO

  • @timbrown3174
    @timbrown3174 4 ปีที่แล้ว

    this is so stupidly over-complicated...those stuff is much better solved in UXBuilder...telling the people they dont need javascsript skillz and then messing this up with such a workaround...incredible (not fault of Wpalgoridm...)

    • @wpalgoridm
      @wpalgoridm  4 ปีที่แล้ว

      You now have a free plugin to make columns clickable, but yeah its bit of an overkill.

  • @tryiton834
    @tryiton834 4 ปีที่แล้ว

    Your voice is so low, why don't you guys watch this yourself and than uploaded... voice is the secondary priority