- Posts: 2
- Thank you received: 0
Extra Fields not assigning to Categories
- danger
- Topic Author
- Offline
- New Member
-
Less
More
9 years 10 months ago #2024
by danger
Extra Fields not assigning to Categories was created by danger
Hi,
Joomla V 3.4.8
K2 V 2.6.9
MEFG V 1.0.39
We are currently running with the versions above and with the latest K2 version, and the extra fields option no longer works on the site. The extra field groups are assigned in the category settings correctly, but now when editing an item in the admin panel, in the Extra Fields tab, it says "Notice: Please select a category first to retrieve its related "Extra Fields"...", even though they are already assigned.
Have there been any other reports of this and how do we resolve it.
Thank you.
Joomla V 3.4.8
K2 V 2.6.9
MEFG V 1.0.39
We are currently running with the versions above and with the latest K2 version, and the extra fields option no longer works on the site. The extra field groups are assigned in the category settings correctly, but now when editing an item in the admin panel, in the Extra Fields tab, it says "Notice: Please select a category first to retrieve its related "Extra Fields"...", even though they are already assigned.
Have there been any other reports of this and how do we resolve it.
Thank you.
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 10 months ago #2025
by mmmaug1977
Replied by mmmaug1977 on topic Extra Fields not assigning to Categories
Welcome Glen, how are you?
In such cases it is good to check for javascript errors at first, because it causes the plugin to stop working.
If you want me to check it online, just send the access information to my email.
In such cases it is good to check for javascript errors at first, because it causes the plugin to stop working.
If you want me to check it online, just send the access information to my email.
Please Log in or Create an account to join the conversation.
- danger
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
9 years 10 months ago #2026
by danger
Replied by danger on topic Extra Fields not assigning to Categories
Thank you. I just sent it to sales@.
Please Log in or Create an account to join the conversation.
- 02_pepe
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 9 months ago #2027
by 02_pepe
Replied by 02_pepe on topic Extra Fields not assigning to Categories
Dear Mohamed,
I do have the same problem using k2 2.6.9 , J! 3.4.8 and JA Social ii
I didn't detect any script erros. k2 item only show the extra field category assigned in the top of the category but not those assigned in bottom.
your assistance is much apprechiated, Peer
I do have the same problem using k2 2.6.9 , J! 3.4.8 and JA Social ii
I didn't detect any script erros. k2 item only show the extra field category assigned in the top of the category but not those assigned in bottom.
your assistance is much apprechiated, Peer
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 9 months ago #2028
by mmmaug1977
Replied by mmmaug1977 on topic Extra Fields not assigning to Categories
Dear Peer,
You are welcome.
Do you have any other K2 plugins installed?
You are welcome.
Do you have any other K2 plugins installed?
Please Log in or Create an account to join the conversation.
- 02_pepe
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 9 months ago #2029
by 02_pepe
Replied by 02_pepe on topic Extra Fields not assigning to Categories
Yes JA K2 Filter and JA K2 Maps
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 9 months ago #2030
by mmmaug1977
Replied by mmmaug1977 on topic Extra Fields not assigning to Categories
Well, there is an issue with JA K2 Filter, I think it is a new issue as many clients have noticed it recently, please try this fix:
Edit the file plugins/k2/jak2filter/jak2filter.php
find the below code snippet, at line ~273:
replace it with this line:
Edit the file plugins/k2/jak2filter/jak2filter.php
find the below code snippet, at line ~273:
Code:
selectsInstance('#catid').unbind( 'change' ).change(function(event) {
replace it with this line:
Code:
selectsInstance('#catid').change(function(event) {
Please Log in or Create an account to join the conversation.
- 02_pepe
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 9 months ago #2031
by 02_pepe
Replied by 02_pepe on topic Extra Fields not assigning to Categories
Dear Mohamed ,
thanks for the hint. It is due to JA K2 Filter . If I disable the plugin it works fine.
Ich changed the line 291 within
but it doesn't take effect.
Did you solve this issue for another client?
thanks for the hint. It is due to JA K2 Filter . If I disable the plugin it works fine.
Ich changed the line 291 within
Code:
function onRenderAdminForm
Did you solve this issue for another client?
Please Log in or Create an account to join the conversation.
- mmmaug1977
-
- Offline
- Moderator
-
9 years 9 months ago #2032
by mmmaug1977
Replied by mmmaug1977 on topic Extra Fields not assigning to Categories
Dear Peer,
Is it possible to give me access to check it myself?
If yes, send it via the Contact Us page
Is it possible to give me access to check it myself?
If yes, send it via the Contact Us page
Please Log in or Create an account to join the conversation.
- 02_pepe
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
9 years 9 months ago #2033
by 02_pepe
Replied by 02_pepe on topic Extra Fields not assigning to Categories
credentials are in your inbox.
let me know if you need ftp access
thx Peer
let me know if you need ftp access
thx Peer
Please Log in or Create an account to join the conversation.