Dear alberto vieyra,
1.- The description dissaperas in the lower part of the page. I tried changing de z-index property in the css but i was impossible to fix.
This issue is appeated by the css of template (overflow: hidden).
Please go to "plugins/system/jat3/jat3/base-themes/default/css/layout.css", finding:
.ja-box {
float: left;
overflow: hidden;
}
=>
---------------------
.column {
float: left;
overflow: hidden;
}
=>
* go to "templates/ja_mixmaz/css/template.css", finding:
#ja-topsl1 {
position: relative;
z-index: 10;
}
=>
#ja-topsl1 {
position: relative;
z-index: 1000;
}
2.- The "load more" button it's no working properly. When ins clicked nothing happens and the load animation stucks forever.
=> maybe there is a conflict of js.
Could you please send your site account to me?
I check this issue as soon as possible.
Note: entering your site account at
Require Help
From Staff + Mod/Admin?
when you reply this answer.
Thanks