Having our weekend break 06:52:48

It is currently a weekend from where we are at. Rest assured that we will get back to your posts as soon as the week starts!

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

I bought what now?

gabi vegas
how i use gallery anywhere
i Bought this plugin and i installed
what now!

How do I insert Flickr gallery into article ???

13 replies

JLexArt
Hello Gabi Vegas,

You can login as administrator. After that, Gallery container box will append Right-Bottom of your screen.
We will publish guide video as soon as.

Thank you!
JLex Team.
--------------------------------
Please use ticket system with extension commerce. ;)
gabi vegas
in flicker mode i insert flicker id set
and clicking on create new gallery And nothing happens
JLexArt
Please give us permission to access your site? We will fix it.
You can send information via system ticket. Don't send here!
Thank you!
gabi vegas
ok
it's work
now
how i Change the background of gallery
JLexArt
Sorry, what is theme you are using ? (Azur,Classic,Folio...)
You can give me your site address ?
gabi vegas
yes

Tell me if you want permissions to access the site
Username and Password
gabi vegas
i use Folio
JLexArt
To change background, you can do:
Open file CSS at: http://www.djgabivegas.com/plugins/system/galleryanywhere/extend/themes/folio/galleria.folio.css
In line 5 you will see:
.galleria-container {
   position:relative;
   font-family:arial,sans-serif;
   background:#fff;
}


Then, you delete the words 'background:#fff;'
Done! :)
gabi vegas
grand!!!

i love it ;) :p

Now last thing!
How do I center the gallery
to the page center ???
JLexArt
Hello,
To center the gallery, you can do:
- Open file galleryanywhere.php at: [path_your_site]/plugins/system/galleryanywhere.php
- In line 288, you will see:
$this->script [] = '//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js';
Now, you will insert script:
/* Center */
if ($parts [1] == 'folio') {
$js .= "Galleria.ready(function() {

       var thumbcont=this.$('thumbnails-container'),
       thumb=this.$('thumbnails-list'),
       thumbw,thumbmarg,left,contw,
       center=function(){
           contw=thumbcont.width();
           left=((contw-Math.floor(contw/thumbw)*thumbw)/2+thumbmarg)+'px';
           thumb.css('left',left);
       };
       this.bind('thumbnail', function(e) {
           if (!thumbw) {
               var thumbp=$(e.thumbTarget).parent();
               thumbw=thumbp.outerWidth(true);
               thumbmarg=(parseFloat(thumbp.css('margin-right'))-parseFloat(thumbp.css('margin-left')))/2;
               center();
           }
       });
       $(window).bind('resize',center);
   });";
}

before above line.

Result are:
/* Center */
if ($parts [1] == 'folio') {
$js .= "Galleria.ready(function() {

       var thumbcont=this.$('thumbnails-container'),
       thumb=this.$('thumbnails-list'),
       thumbw,thumbmarg,left,contw,
       center=function(){
           contw=thumbcont.width();
           left=((contw-Math.floor(contw/thumbw)*thumbw)/2+thumbmarg)+'px';
           thumb.css('left',left);
       };
       this.bind('thumbnail', function(e) {
           if (!thumbw) {
               var thumbp=$(e.thumbTarget).parent();
               thumbw=thumbp.outerWidth(true);
               thumbmarg=(parseFloat(thumbp.css('margin-right'))-parseFloat(thumbp.css('margin-left')))/2;
               center();
           }
       });
       $(window).bind('resize',center);
   });";
}
$this->script [] = '//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js';


Done! :)
Reply to

Sign in to your account

Use your social accounts to sign in