Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Zane Matthew

    (@zanematthew)

    Hi Li-An,

    For example say your using the Twenty Twelve WordPress theme and have the “meta widget” present in your sidebar. You could add this code as the login handle .widget_meta li:nth-child(2) a

    For the register handle you could use this: .widget_meta li:nth-child(1) a.

    Let me know if this helps.

    Thread Starter Li-An

    (@li-an)

    OK… Well it’s too complicate for me. But thanks for explanation. I suppose this side is for people familiar with code.

    Plugin Author Zane Matthew

    (@zanematthew)

    Li-An,

    Yes, that section is geared towards users that are willing to get their hands in alittle code. If your still interested it might be easier to find a link on your page that you want to use, and right click (if your using Chrome or FireFox) and click on “inspect”, that will bring up the inspector and you can view the class name or id name.

    Thread Starter Li-An

    (@li-an)

    Thank you. I will take a look at it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to make work Ajax’ is closed to new replies.