Keyword

[SOLVED] K2 and JA Purity III - compatible?

  • Sammy Kay
  • Sammy Kay's Avatar Topic Author
  • Offline
  • New Member
More
11 years 2 months ago #124648 by Sammy Kay
Hello K2 World,

Is K2 compatible with JA Purity II out of the box?


Thanks

Please Log in or Create an account to join the conversation.

  • Sammy Kay
  • Sammy Kay's Avatar Topic Author
  • Offline
  • New Member
More
11 years 2 months ago #124649 by Sammy Kay
Replied by Sammy Kay on topic Re: K2 and JA Purity III - compatible?
I meant JA Purity 3 - 2014 release.

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 2 months ago #124650 by Yiota
Replied by Yiota on topic Re: K2 and JA Purity III - compatible?
I don't see why not, unless there are restrictions in the layout from your template provider.
I believe it should be better if you asked there.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #124651 by Timothy Johnston
Replied by Timothy Johnston on topic Re: K2 and JA Purity III - compatible?
Hiya. I have a problem using K2 and Purity III .

The header image of a K2 item is not showing for that article.

If I change template, the image reappears ... any thoughts on where to start trouble shooting?

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #124652 by Lefteris
Replied by Lefteris on topic Re: K2 and JA Purity III - compatible?
@Timothy

Hi. Try to ask the template developer for help.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #124653 by Timothy Johnston
Replied by Timothy Johnston on topic Re: K2 and JA Purity III - compatible?
Thanks Lefteris. I have done that too; since it works on one of their templates but not on Purity III I figured it may be their issue rather than a K2 issue. However, was just covering my bases.

Thanks.

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago #124654 by Lefteris
Replied by Lefteris on topic Re: K2 and JA Purity III - compatible?
You are welcome.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #124655 by Markus Thiel
Replied by Markus Thiel on topic Re: K2 and JA Purity III - compatible?
The image is not showing due to css problems with the .modal class
In the template it's set to hidden..

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #124656 by Lefteris
Replied by Lefteris on topic Re: K2 and JA Purity III - compatible?
@Markus Thiel

Then you will have to either change the K2 output to not use the modal class or change the template's CSS.

Please Log in or Create an account to join the conversation.

More
10 years 9 months ago #124657 by Markus Thiel
Replied by Markus Thiel on topic Re: K2 and JA Purity III - compatible?
I have it working.. just wanted to tell what the problem was...
I would not recommend to change the modal class, instead remove the .modal code in the template css..

I remove this from bootstrap.less:
"@import "../../../plugins/system/t3/base-bs3/bootstrap/less/modals.less";"

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 9 months ago #124658 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 and JA Purity III - compatible?
Thanks for sharing Markus

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #124659 by Timothy Johnston
Replied by Timothy Johnston on topic Re: K2 and JA Purity III - compatible?
apologies for the delay. The solution I received from the Purity III forum is here: K2 item image missing

Solution summary:
1. Copy the k2.css file from /components/com_k2/css/k2.css to your /templates/purity_iii/css/k2.css
2. Upgrade class for a.modal
Code:
Log in  or Create an account to join the conversation.

More
10 years 6 months ago #124660 by paal mauseth
Replied by paal mauseth on topic Re: K2 and JA Purity III - compatible?
Could anyone please help me a little, where exactly (in which file and where in that file) do I put the above #k2Container a.modal code posted by Thimothy?

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
10 years 6 months ago #124661 by Krikor Boghossian
Replied by Krikor Boghossian on topic Re: K2 and JA Purity III - compatible?
In one of your template's stylesheet.
If it has a custom.css functionality you have to paste it there.

For more information about the template, please consult the template developer.

Please Log in or Create an account to join the conversation.