Support » Fixing WordPress » [button] tag problem

  • Resolved try2bepro

    (@try2bepro)


    Hello, I want to correct the text boxes in my posts.

    Let’s say that my blog address is http://www.myblog.com, and the post link is http://www.myblog.com/my-post/. I want to make a text box in my post, so i add the code in post editing:

    [button size=”big” link=”http://www.examplelink.com” target=””] You have to see it. [/button]

    When i click on this box, it just takes me to the top of the current page (www.myblog.com/my-post/). I want it to take me to examplelink.com, but it doesn’t.

    It wasn’t my blog from the beginning, so I don’t know how to make it work correctly? What’s wrong with this button tag?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try this

    [button link=”/” size=”big”]You have to see this![/button]

    Thread Starter try2bepro

    (@try2bepro)

    Hey, i tried, but chaning order of parameters didn’t help.

    When i have this in post /post-1/ ‘: [button link="/post-2/" size="big"]You have to see this![/button]

    I see on my browse bottom bar, that it want to direct me to myblog.com/post-1/# – so nothing changes, that’s adress which I have this button in.

    I believe your order of parameters was changed, I took this one from the web. However, could have been possible it worked. Always worth a try.

    What you could try is setting the target to “_blank” this will at least open a new page.

    Thread Starter try2bepro

    (@try2bepro)

    wow, I solved it, the problem was quotas signs, they were writed in italics – some bug of a theme.

    Thank you BeautyPirate for your attention anyway! : )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[button] tag problem’ is closed to new replies.