Zen mode 04:20:01

It is currently our zen mode where we get some rest so that we can come back to work feeling refreshed the next day and assist you with your issues. Some answers may already be available on our documentation.

Official support hours are from 8:30AM — 5:00PM Monday to Saturday (GMT +7)

Updates: Release JLex Helpful v1.9.2 🥳

Zoom in a custom component

Javi
Hi, great plugin, love it, but i need help,
first (TIP), the images was load in a random order, i change the line 96 for jlex360.php to this, and fix:
$this->params->get ( 'direction', 'forward' ) ? rsort ( $files, SORT_NATURAL | SORT_FLAG_CASE ) : asort ( $files, SORT_NATURAL | SORT_FLAG_CASE );

second, i need add a zoom, the plugin is loading in a custom component using this:
<?php echo JHtml::_('content.prepare', '{jlex360}folder:'.$galeria360.'{/jlex360}'); ?>
but i wanna add a zoom, but if add params to the script this dont load.... i try some like this:
<?php echo JHtml::_('content.prepare', '{jlex360}folder:'.$galeria360.', zoomfolder:'.$galeria360.'{/jlex360}'); ?>

Can help me? thanks so much

2 replies

JLexArt
Try it:
<?php echo JHtml::_('content.prepare', '{jlex360}"folder":"'.$galeria360.'","zoomfolder":"'.$galeria360.'"{/jlex360}'); ?>
Hope it work!
Javi
i tried but just don't show nothing... :-(
@JLexArt is wrote at 2017-04-18 01:49:25
Try it: [code][/code] Hope it work!
Reply to

Sign in to your account

Use your social accounts to sign in