Topic Resolution: Resolved
  • Closed
  • Dominik Albrech
    Spectator
    21.05.2015 at 12:06 #17683

    Hi Roman,

    I use hyperlinks in toggles on my page http://www.domibility.de/wp/wettkaempfe/ but the hyperlinks don’t work. I already searched the forum and found this solution, which hasn’t change the situation for me:

    “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”

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:27 #17700

    I tested it and it works on your website 😉

    Dominik Albrech
    Spectator
    Posts: 43
    21.05.2015 at 16:40 #17707

    Sorry Roman – next time, I should delete the cache before writing such things…sorry again and thank you for your patience…

    Roman
    Spectator
    Posts: 3147
    21.05.2015 at 16:56 #17708

    no problem 😉

    Plinio Barraza
    Spectator
    Posts: 1
    10.03.2016 at 18:45 #25252

    This problem seems to be back in the latest version.
    I looked for the line #851 mentioned here, I fixed it on what is now line #3848…
    seems to be working.

    Larkoll teamet
    Spectator
    Posts: 25
    04.04.2016 at 09:23 #26202

    Same problem for me also. Link not work after upgrade. Whats the solution?

    Denzel Chia
    Moderator
    Posts: 2656
    05.04.2016 at 01:16 #26212

    Hi,

    I just double checked.

    Open up alora/js/main.js go to line 851
    Find the following

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

    Change to the following.

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

    Then clear your browser history.

    Thank you.

    Aztek Consulting AS
    Spectator
    Posts: 4
    05.04.2016 at 07:40 #26223

    Where is this main.js file for Evolve-plus?

    Denzel Chia
    Moderator
    Posts: 2656
    06.04.2016 at 01:36 #26287

    Hi Aztek,

    evolve-plus/library/media/js/main.js line 3848

    Aztek Consulting AS
    Spectator
    Posts: 4
    08.04.2016 at 09:17 #26350

    Thanks 🙂

    Denzel Chia
    Moderator
    Posts: 2656
    08.04.2016 at 10:20 #26355

    You are welcome!