Support » Fixing WordPress » Link [code] to an image in widget bar

  • Resolved AndreiF

    (@andreif)


    Hello,
    I need to link an image to a pop-up form which use this codes:

    Popup form
    [iphorm_popup id=2 name=”Formular cazare”]Change this to the text or HTML that will trigger the popup[/iphorm_popup]

    <?php if (function_exists(‘iphorm_popup’)) echo iphorm_popup(2, ‘Change this to the text or HTML that will trigger the popup’); ?>

    I use this widget: Image Widget ( http://www73.zippyshare.com/v/42592401/file.html )

    In “link” box what code i suppose to insert, to open my form in a pop-up windows.

    If i put the code [] into a page/post it work perfectly, but if i want use it to a image in sidebar, don`t work.

    Please see the last picture in sidebar here ( http://geografie.ubbcluj.ro/?page_id=1027 )

    Is there other way to do that, like html text widget on side bar, where insert an html code?

    Thank you!

  • The topic ‘Link [code] to an image in widget bar’ is closed to new replies.