Topic Resolution: Resolved
  • Closed
  • Greg Costello
    Spectator
    05.05.2015 at 03:13 #17252

    Hi
    I have created a series of toggles, each of which includes a single image with a hyperlink to an external site.

    The only way the links work is by right clicking the image and selecting “Open Link”.

    How can I get the links to operate normally. (click on image and new tab opens with destination page)

    Thanks
    Greg

    Roman
    Spectator
    Posts: 3147
    06.05.2015 at 10:19 #17275

    please provide URL with the issue

    Greg Costello
    Spectator
    Posts: 2
    07.05.2015 at 02:40 #17329

    Thanks Roman

    Please note the site is still under construction.

    The link : http://willana.com.au/wordpress/?page_id=119

    Each ok the Toggles has an image of a google map, with a hyperlink to the actual map.( I didn’t want to embed the maps)
    The last toggle called “Test”, has a text item with a hyperlink.

    They all have the same problem, clicking on the link has no effect, you have to right click and select open etc.

    Greg

    Roman
    Spectator
    Posts: 3147
    07.05.2015 at 10:48 #17343

    you can fix it by modifying file js/main.js, line #851:

    jQuery('.t4p-accordian a').click(function(e) {

    change to:

    jQuery('.t4p-accordian .panel-title a').click(function(e) {

    it will be fixed in the next version. thanks

    Greg Costello
    Spectator
    Posts: 2
    11.05.2015 at 01:29 #17412

    Thanks Roman, works perfectly..