Topic Resolution: Resolved
  • Closed
  • Dominik Albrech
    Spectator
    May 21, 2015 at 12:06 pm #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
    May 21, 2015 at 4:27 pm #17700

    I tested it and it works on your website 😉

    Dominik Albrech
    Spectator
    Posts: 43
    May 21, 2015 at 4:40 pm #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
    May 21, 2015 at 4:56 pm #17708

    no problem 😉

    Plinio Barraza
    Spectator
    Posts: 1
    March 10, 2016 at 6:45 pm #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
    April 4, 2016 at 9:23 am #26202

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

    Denzel Chia
    Moderator
    Posts: 2672
    April 5, 2016 at 1:16 am #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
    April 5, 2016 at 7:40 am #26223

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

    Denzel Chia
    Moderator
    Posts: 2672
    April 6, 2016 at 1:36 am #26287

    Hi Aztek,

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

    Aztek Consulting AS
    Spectator
    Posts: 4
    April 8, 2016 at 9:17 am #26350

    Thanks 🙂

    Denzel Chia
    Moderator
    Posts: 2672
    April 8, 2016 at 10:20 am #26355

    You are welcome!