- Posts: 22
COMMUNITY FORUM
Tabs on frontend editor are missing
- N T
- Topic Author
- Offline
- Junior Member
Less
More
7 years 4 months ago #162742
by N T
Tabs on frontend editor are missing was created by N T
Hello,
I have Joomla 3.6.5 and K 2 2.7.1. I just noticed that tabs to click switch between content and image for front-end editor are missing.
Please see image on the link below.
imgur.com/a/oF8dX
Please advise.
Thank you,
M
I have Joomla 3.6.5 and K 2 2.7.1. I just noticed that tabs to click switch between content and image for front-end editor are missing.
Please see image on the link below.
imgur.com/a/oF8dX
Please advise.
Thank you,
M
Please Log in or Create an account to join the conversation.
- N T
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
7 years 4 months ago #162743
by N T
Replied by N T on topic Tabs on frontend editor are missing
More information, when I inspected JavaScript error, this is what I saw.
Uncaught TypeError: jQuery(...).chosen is not a function
at HTMLDocument.<anonymous> (384?tmpl=component:224)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.K (jquery.min.js:2)
Uncaught TypeError: jQuery(...).chosen is not a function
at HTMLDocument.<anonymous> (384?tmpl=component:224)
at i (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.K (jquery.min.js:2)
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #162755
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Tabs on frontend editor are missing
Make sure that jQuery is being properly loaded.
In K2's settings you can choose which version of jQuery to load.
In K2's settings you can choose which version of jQuery to load.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- N T
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
7 years 4 months ago #162759
by N T
Replied by N T on topic Tabs on frontend editor are missing
Krikor,
How can I check if jQuery is being loaded properly?
Which version you are recommending to choose from K2 setting?
Thank you,
M
How can I check if jQuery is being loaded properly?
Which version you are recommending to choose from K2 setting?
Thank you,
M
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #162768
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Tabs on frontend editor are missing
The latest would be ideal.
You can look at the page's source, and look for the library's URL.
Another approach would be to use jQuery Easy.
You can look at the page's source, and look for the library's URL.
Another approach would be to use jQuery Easy.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- N T
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
7 years 4 months ago #162787
by N T
Replied by N T on topic Tabs on frontend editor are missing
Krikor,
Please be patient with me.
I selected the latest jQuery in K2 setting. I looked at the page source and I saw the list below, so I assumed jQuery is being loaded. What else can I check?
Thank you,
M
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
<script src="/media/k2/assets/js/jquery.magnific-popup.min.js?v2.7.1" type="text/javascript"></script>
<script src="/media/k2/assets/js/k2.frontend.js?v2.7.1&sitepath=/" type="text/javascript"></script>
Please be patient with me.
I selected the latest jQuery in K2 setting. I looked at the page source and I saw the list below, so I assumed jQuery is being loaded. What else can I check?
Thank you,
M
<script src="/media/jui/js/jquery.min.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-noconflict.js" type="text/javascript"></script>
<script src="/media/jui/js/jquery-migrate.min.js" type="text/javascript"></script>
<script src="/media/k2/assets/js/jquery.magnific-popup.min.js?v2.7.1" type="text/javascript"></script>
<script src="/media/k2/assets/js/k2.frontend.js?v2.7.1&sitepath=/" type="text/javascript"></script>
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #162815
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Tabs on frontend editor are missing
Are you getting the same JS error?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- N T
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
7 years 4 months ago #162892
by N T
Replied by N T on topic Tabs on frontend editor are missing
Hi Krikor,
Yes, I am still get the same JS error and the tab still display as a bullet list instead of tab.
Thank you,
M
Yes, I am still get the same JS error and the tab still display as a bullet list instead of tab.
Thank you,
M
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
7 years 4 months ago #162923
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Tabs on frontend editor are missing
Can you send me a screenshot of the page's source?
You can also c/p in a gist in github. gist.github.com
You can also c/p in a gist in github. gist.github.com
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- N T
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 22
7 years 4 months ago #162958
by N T
Replied by N T on topic Tabs on frontend editor are missing
Please Log in or Create an account to join the conversation.