- Posts: 17
COMMUNITY FORUM
- Forum
- K2 Community Forum
- English K2 Community
- K2 ver 2.10 causes corruption of pages that use plugins in the Content
K2 ver 2.10 causes corruption of pages that use plugins in the Content
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
5 years 1 week ago #173641
by Adrian Diehm
K2 ver 2.10 causes corruption of pages that use plugins in the Content was created by Adrian Diehm
I can't explain the issue because the Forum thinks it is spam - I have sent you an email
Please Log in or Create an account to join the conversation.
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
5 years 1 week ago #173642
by Adrian Diehm
Replied by Adrian Diehm on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
Inside the K2 Items I have been using the following code in the K2 Content. This code is part of the template i'm using - This generates a series of Tabs within the K2 Item View
Please Log in or Create an account to join the conversation.
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
5 years 1 week ago #173643
by Adrian Diehm
Replied by Adrian Diehm on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
[yjsgstabs id="myid" type="tabnav"]<br/>
[yjsgstabsgroup title="Tab title" active="1"]Tab content goes here...[/yjsgstabsgroup]<br/>
[yjsgstabsgroup title="Tab title" active="0"]Tab content goes here...[/yjsgstabsgroup]<br/>
[yjsgstabsgroup title="Tab title" active="0"]Tab content goes here...[/yjsgstabsgroup]<br/>
[/yjsgstabs]<br/>
[yjsgstabsgroup title="Tab title" active="1"]Tab content goes here...[/yjsgstabsgroup]<br/>
[yjsgstabsgroup title="Tab title" active="0"]Tab content goes here...[/yjsgstabsgroup]<br/>
[yjsgstabsgroup title="Tab title" active="0"]Tab content goes here...[/yjsgstabsgroup]<br/>
[/yjsgstabs]<br/>
Please Log in or Create an account to join the conversation.
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
5 years 1 week ago #173644
by Adrian Diehm
Replied by Adrian Diehm on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
Articles with this code inside them are completely destroyed by the latest version of K2. The Template plug in creates the correct HTML but K2 seems to start generating the Microdata in the header then leaves out great chunks of the rendered HTML including the <body> tag. K2 starts generating the Microdata in the page header then jumps to the middle of the div class="itemContentFooter"
Please Log in or Create an account to join the conversation.
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
5 years 1 week ago #173645
by Adrian Diehm
Replied by Adrian Diehm on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
example: www.fourbys.com.au - 4x4-accessories - 792-tuff-tonneaus-tuff-lids
If i remove the YJSG Tabs from the K2 Item Content then the page will render correctly
PS - I'm sending the same info to the Template supplier YJSG as well
If i remove the YJSG Tabs from the K2 Item Content then the page will render correctly
PS - I'm sending the same info to the Template supplier YJSG as well
Please Log in or Create an account to join the conversation.
- Adrian Diehm
- Topic Author
- Offline
- New Member
Less
More
- Posts: 17
5 years 1 week ago #173646
by Adrian Diehm
Replied by Adrian Diehm on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
Sorry for sending the message in pieces - I had to try and work around the SPAM detection system. Seems it does not like the example URL
Replace the space dash space " - " in the example URL above to get the correct URL
Replace the space dash space " - " in the example URL above to get the correct URL
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6218
5 years 6 days ago #173647
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic K2 ver 2.10 causes corruption of pages that use plugins in the Content
The quick solution is to disable Google Structured Data.
The hard solution is to replace that plugin because unfortunately, it does not extend the content the right way. My guess is it's a system plugin which grabs the entire output in K2 (as I see the FB share widget which is not part of the item's "text" field) and attempts to modify it.
Since I've done a similar plugin in the past, it's no rocket science. I've since passed on that plugin to JoomlaShack so you can use that instead if you like: extensions.joomla.org/extension/tabs-and-sliders/
The hard solution is to replace that plugin because unfortunately, it does not extend the content the right way. My guess is it's a system plugin which grabs the entire output in K2 (as I see the FB share widget which is not part of the item's "text" field) and attempts to modify it.
Since I've done a similar plugin in the past, it's no rocket science. I've since passed on that plugin to JoomlaShack so you can use that instead if you like: extensions.joomla.org/extension/tabs-and-sliders/
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- K2 Community Forum
- English K2 Community
- K2 ver 2.10 causes corruption of pages that use plugins in the Content