I am trying to use the shortcodes to add a toogle list in one portfolio entry. But when display in the frontpage the toogle doesn´t work.
I think tab menu doesn´t work either.
Please have a look to it.
Thanx.
Gobian.
I am trying to use the shortcodes to add a toogle list in one portfolio entry. But when display in the frontpage the toogle doesn´t work.
I think tab menu doesn´t work either.
Please have a look to it.
Thanx.
Gobian.
Hey,
you can post a link please? It helps us to investigate the issue.
You can see it in here:
http://www.drvicentepascual.com/
The first portfolio entry on the frontpage called "test" I´ve placed both, a tab and a toogle, none are working, but going to the actual single portfolio pages they do; http://www.drvicentepascual.com/clinica/test/
Thanx for replying.
Any chance of having a look to this?
Hey! You can try the following to make it work:
open ajax.js in your js folder, scroll down to around line 353 and search for
var ajax_event = function(new_entry)
{
then add in the next line
jQuery('.togglecontainer',new_entry).avia_sc_toggle();
jQuery('.tabcontainer',new_entry).avia_sc_tabs();
that should make toggles and tabs work
Lovely, it works like a charm! Thanx Kriesi.
Just a comment for anyone encountering this problem, is in the file avia.js no ajax.js
You must log in to post.