Hi,
Has i said in my previous message we fixed the problem.
But we don’t understand how the broken code has happend? By updated the theme?
Thanks.
For information we have put on the home a backup that fix the bug.
In the code of Avia editor we see what was the problem. Correct code of Tab section block is :
[av_tab_section]
[av_tab_sub_section]Content 1[/av_tab_sub_section]
[av_tab_sub_section]Content 2[/av_tab_sub_section]
...
[/av_tab_section]
in the page after update it was this :
[av_tab_section]
[av_tab_sub_section][/av_tab_sub_section]
[av_tab_sub_section][/av_tab_sub_section]
... (4 empty content)
[/av_tab_section]
[av_tab_sub_section]Content 1[/av_tab_sub_section]
[av_tab_sub_section]Content 2[/av_tab_sub_section]
... (contents of tabs are out the tags [av_tab_section])
So if you can find how it happends?
Thanks.
Hi,
Thanks for the answer. I just updated to 4.6.2 but the bug still here.
Hi,
I put admin infos in the private content section of the first message.
Thanks!