- Posts: 7
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Question Lightbox displays part of image (with some templates)
I did try the search here but gave me a lot of info that was not relevant. Anyone else seen this behavior?
Please Log in or Create an account to join the conversation.
The third party templates need to be updated to using the new lightbox
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
xillibit wrote: Hello,
The third party templates need to be updated to using the new lightbox
How exactly can this be accomplished?
Please Log in or Create an account to join the conversation.
by this :
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
- etkritikonspoudon
-
- Offline
- Senior Member
-
- Posts: 110
- Thank you received: 7
Does this mean that when creating a custom template, one needs to copy "initialize.php" as well (what other files/folders?) to his/her new template folder?xillibit wrote: You need to replace this, in /components/com_kunena/template/yourtemplate/initialize.php :
Code:CKunenaTools::addScript( KUNENA_DIRECTURL . 'js/slimbox/slimbox-min.js' );
by this :
Code:// We load mediaxboxadvanced library CKunenaTools::addStyleSheet ( KUNENA_DIRECTURL . 'js/mediaboxadvanced/css/mediaboxAdv.css'); CKunenaTools::addScript( KUNENA_DIRECTURL . 'js/mediaboxadvanced/js/mediaboxAdv.js' );
Please Log in or Create an account to join the conversation.