-
AuthorPosts
-
gianfranco Friend
gianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 8, 2013 at 2:32 pm #184796Hi all,
I need to install your ja-tabs plugin into my website with your ja-mero template.
But I got a strange issue, the maninav menΓΉ do not expand untill I unpublish ja-tabsyou can see it here: http://looponline.info/jupgrade/
if you try to expand buone prassi menu, you will see it.How Can I solve this?
Thanks
Maxgianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 8, 2013 at 3:15 pm #482888Another issue, there is also a strange thing with ja-comments component
if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymoreif I put ja comments off then all work
here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html
gianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 11, 2013 at 12:55 pm #483061Hi all, please I need to delivery that site and I need to handle those issue, π
Thanks a lot
G.Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 11, 2013 at 2:22 pm #483068Looks like a JS library issue to me. I’m not too hot at those things but I will see if I can pass on this thread. The devs are on their annual holidays until the 15th so appologies for any delays.
You could possibly try turning off the K2 noconflict mode.
gianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 11, 2013 at 2:27 pm #483069<em>@phill luckhurst 359619 wrote:</em><blockquote>Looks like a JS library issue to me. I’m not too hot at those things but I will see if I can pass on this thread. The devs are on their annual holidays until the 15th so appologies for any delays.
You could possibly try turning off the K2 noconflict mode.</blockquote>
Ok, I’ll try but I guess that wouldn’t be the cause! π
ThanksG.
P.S. Let me know any other solutions
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 11, 2013 at 2:36 pm #483070<em>@gianfranco 359333 wrote:</em><blockquote>Hi all,
I need to install your ja-tabs plugin into my website with your ja-mero template.
But I got a strange issue, the maninav menΓΉ do not expand untill I unpublish ja-tabsyou can see it here: http://looponline.info/jupgrade/
if you try to expand buone prassi menu, you will see it.How Can I solve this?
Thanks
Max</blockquote>I would need to take a closer look at your site. Please pm me admin access and ftp account for further investigation. I shall help you out of it.
1 user says Thank You to Ninja Lead for this useful post
gianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 11, 2013 at 2:47 pm #483071<em>@Ninja Lead 359622 wrote:</em><blockquote>I would need to take a closer look at your site. Please pm me admin access and ftp account for further investigation. I shall help you out of it.</blockquote>
Sent! Thanks, so many thanks π
G.1 user says Thank You to gianfranco for this useful post
Wall Crasher DeveloperWall Crasher
- Join date:
- December 2011
- Posts:
- 1113
- Downloads:
- 0
- Uploads:
- 15
- Thanks:
- 66
- Thanked:
- 361 times in 300 posts
February 11, 2013 at 2:55 pm #483072Hi gianfranco,
As I can see on your site, there was a conflict of CSS not JS.
You can try to remove some rule in
/plugins/system/jatabs/jatabs/ja.tabs.css.container {
position: relative;
/*overflow: hidden;*/ /* Remove this line*/
height: 100%;
z-index: 10;
}or change the selector to
.ja-tabswrap .container {
position: relative;
overflow: hidden;
height: 100%;
z-index: 10;
}I would recommend you to use the second option. π
Regards
2 users say Thank You to Wall Crasher for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 11, 2013 at 3:11 pm #483074The problem on your site fixed with second option, please check it again
<blockquote>/plugins/system/jatabs/jatabs/ja.tabs.css</blockquote>from
.container {
position: relative;
overflow: hidden;
height: 100%;
z-index: 10;
}
change to
.ja-tabswrap .container {
position: relative;
overflow: hidden;
height: 100%;
z-index: 10;
}gianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 11, 2013 at 9:16 pm #483114<em>@Ninja Lead 359627 wrote:</em><blockquote>The problem on your site fixed with second option, please check it again
from
.container {
position: relative;
overflow: hidden;
height: 100%;
z-index: 10;
}
change to
.ja-tabswrap .container {
position: relative;
overflow: hidden;
height: 100%;
z-index: 10;
}
</blockquote>Thanks a lot Ninja! π
the first problem will fix and works good now!Any Idea for the second issue?
Another issue, there is also a strange thing with ja-comments component
if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymoreif I put ja comments off then all work
here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html
Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
February 15, 2013 at 7:16 am #483522<em>@gianfranco 359693 wrote:</em><blockquote>Thanks a lot Ninja! π
the first problem will fix and works good now!Any Idea for the second issue?
Another issue, there is also a strange thing with ja-comments component
if I active comment in a article the widget to send article via email to a friend or to print the article do not work anymoreif I put ja comments off then all work
here an example: http://looponline.info/jupgrade/index.php/racconti-78/460-dakar-a-chi-serve-il-forum-sociale-mondiale.html</blockquote>
Hello gianfranco,For JA Comment issue, I fixed in “/plugins/content/jacomment/jacomment.php” file. Please keep this file as backup in further update.
Regards.
gianfranco Friendgianfranco
- Join date:
- September 2010
- Posts:
- 73
- Downloads:
- 0
- Uploads:
- 9
- Thanked:
- 1 times in 1 posts
February 17, 2013 at 3:11 pm #483703Thanks so much Stork11, I’m so glad to have it work.
G.
-
AuthorPosts
This topic contains 12 replies, has 5 voices, and was last updated by gianfranco 11 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum