- Posts: 37
COMMUNITY FORUM
Link to Item Edit form not opening to new tab
- Chris
- Topic Author
- Offline
- Junior Member
Less
More
6 years 6 months ago #167789
by Chris
Link to Item Edit form not opening to new tab was created by Chris
Hi,
When I create an Item edit form menu item, the front edit form opens to new window, as it's supposed to.
But when I link a text, image, etc to this menu item, I face a problem: the front edit form opens to the same window without navigation.
How can i solve it?
Thanks
When I create an Item edit form menu item, the front edit form opens to new window, as it's supposed to.
But when I link a text, image, etc to this menu item, I face a problem: the front edit form opens to the same window without navigation.
How can i solve it?
Thanks
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 6 months ago #167809
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Link to Item Edit form not opening to new tab
Hello,
Check under your browser's developer tools' console tab for any JS errors.
This behaviour indicates a JS error.
Check under your browser's developer tools' console tab for any JS errors.
This behaviour indicates a 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.
- Chris Vrakotas
- Offline
- New Member
Less
More
- Posts: 9
6 years 6 months ago #167957
by Chris Vrakotas
Hi Krikor,
I get the following errors
Uncaught TypeError: Cannot read property '0' of null
at constructor.top (main.js:1)
at new constructor (main.js:1)
at main.js:1
at HTMLDocument.t (main.js:1)
Any solution? Thanks!
Replied by Chris Vrakotas on topic Link to Item Edit form not opening to new tab
Krikor wrote: Hello,
Check under your browser's developer tools' console tab for any JS errors.
This behaviour indicates a JS error.
Hi Krikor,
I get the following errors
Uncaught TypeError: Cannot read property '0' of null
at constructor.top (main.js:1)
at new constructor (main.js:1)
at main.js:1
at HTMLDocument.t (main.js:1)
Any solution? Thanks!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
Less
More
- Posts: 15920
6 years 6 months ago #167981
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Link to Item Edit form not opening to new tab
This means that your template (I am assuming since K2 has no main.js file) is producing this JS error.
This error will break most of the JS functionality, not just K2.
You need to address this issue to the template's developer.
This error will break most of the JS functionality, not just K2.
You need to address this issue to the template's developer.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.