Theme: Pear4gallery3

iluv4u2c
iluv4u2c's picture

Joined: 2003-03-15
Posts: 92
Posted: Thu, 2013-07-04 18:13

Great theme.

Could you tell if the Ecard module is available on this theme?

The chosen image immediately open in a slideshow format with no sidebar option for the Ecard. I switched the Wind Theme and it works.

 
Tony Franco

Joined: 2013-03-06
Posts: 53
Posted: Wed, 2013-08-14 15:36

Hello Erlis,

I want to say thank you again by this beautiful Theme!!

I´m sorry for didn´t contribute yet... i´m very inside my site, it´s so much plugins and configurations...

But i will help in the FAQ of this theme!!

Thanks and Regards,

Tony

 
xtuners

Joined: 2010-11-04
Posts: 20
Posted: Fri, 2013-08-16 23:39

Hello! Sorry if I ask stupid questions but how do I make the gallery to display all images in an album in mosaic and grid mode? Right now only the first 50 images display ..all images are only visible in carousel mode.

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Sat, 2013-08-17 06:26
xtuners wrote:
Hello! Sorry if I ask stupid questions but how do I make the gallery to display all images in an album in mosaic and grid mode? Right now only the first 50 images display ..all images are only visible in carousel mode.

Have you tired to scroll to the end of the page. That would load more images.

You might want to change the value 50 in the code also.

 
xtuners

Joined: 2010-11-04
Posts: 20
Posted: Sat, 2013-08-17 10:22

admin/settings/advanced?

you mean to change the "gallery page_size 50" value.
It doesn't work for some reason. I can change the value to 200 for example, but nothing happens and the next time I go to admin/settings/advanced this value shows up as 50 again. Do I miss something? Can you change this value somewhere in the source code of the theme?

Thanks for your help. I appreciate it. :)

 
xtuners

Joined: 2010-11-04
Posts: 20
Posted: Sat, 2013-08-17 10:37

I am running Version: 3.0.6 (Rive Gauche)

 
xtuners

Joined: 2010-11-04
Posts: 20
Posted: Mon, 2013-08-26 17:15

Any idea what is wrong with my installation?

 
Anji330

Joined: 2013-08-28
Posts: 1
Posted: Wed, 2013-08-28 03:47

Hello, I have an odd issue I didn't have until G3 also. When I set an album to show carousel as the default view, no photos show up. I get the loading animation, it flashes real quick 0/10 and then goes blank. I can click grid or mosaic on the bottom, and then click carousel and it works, but that defeats the purpose. It happens in both IE (which I share a distate of) and Chrome. Any ideas? I'll leave the album this way so you can see it.

http://scotcaraboolad.com/gallery3/

 
Henning
Henning's picture

Joined: 2003-01-31
Posts: 6
Posted: Mon, 2013-10-07 02:07

Hi,

I recently found this theme and I really like it. One question : Is it possible or is there an easy way to change the background colour ? I know how to change black / gey / white .......
But how about other colours ?

Tks
Henning

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-10-07 13:40
Quote:
I know how to change black / gey / white

Other colors would be the same method.
Best be it to use firefox and the dev tool to see what css classes each item you want to change. There is tutorials on the dev tool on the net.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Mon, 2013-10-07 18:11
floridave wrote:
Quote:
I know how to change black / gey / white

Other colors would be the same method.
Best be it to use firefox and the dev tool to see what css classes each item you want to change. There is tutorials on the dev tool on the net.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Thank you Dave, but I actually set the color in pear.js I'm getting back with a suggestion on what to change in there to change the bg-color.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-10-07 21:02

themes/pear4gallery3/css/screen.css would be where I would start.

body, html {
  background-color: #000;
  color: #999;
  font-size: 10px;
  font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

add !important like:
background-color: #f00!important;
to change it to red.
That should get you started.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
mikem2

Joined: 2013-10-09
Posts: 2
Posted: Fri, 2013-10-11 02:02

First I want to thank all the other developers, I have started to hack the pear4 gallery and was able to get the basket working by adding code to the thumbs.html.php after the // End skimming //:

which I want to post, but the spam filter is preventing me.

I took a piece of code from the side menu bar and added it.

Once this is added, a "add to basket" will appear under each image. i also edited the pear.css file to make the .gititle from height of 1.2em to 5.2. Otherwise the "add to basket" is not visible.
-mike

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Fri, 2013-10-11 09:22
mikem2 wrote:
First I want to thank all the other developers, I have started to hack the pear4 gallery and was able to get the basket working by adding code to the thumbs.html.php after the // End skimming //:

which I want to post, but the spam filter is preventing me.

I took a piece of code from the side menu bar and added it.

Once this is added, a "add to basket" will appear under each image. i also edited the pear.css file to make the .gititle from height of 1.2em to 5.2. Otherwise the "add to basket" is not visible.
-mike

If you have code you like to commit please fork and make a pull request in github (https://github.com/fredrike/pear4gallery3).

If you just like to show of your code, try gist (https://gist.github.com/) that should be allowed (preferable as a diff).

 
Henning
Henning's picture

Joined: 2003-01-31
Posts: 6
Posted: Sun, 2013-10-13 07:24

Hi,

tks for the comments, I will try that

Henning

 
mikem2

Joined: 2013-10-09
Posts: 2
Posted: Thu, 2013-11-14 04:38

Erlis,

Thanks for the post. I am almost done with my project. Basically I took a bunch of images from the public domain about 100K and loaded them into gallery3. (did a database reload about half a dozen times (-;) and then index and tagged them. My goal was to create a website that lets people search about places and landmarks and view them in a timeline. I am interested to see if anyone find this useful. on a full disclose part, I do allow poeople to order the pictures that I can print for them in 4x6 upto 13x19. I did not iirc change any of the main gallery3 code, I did change a bunch of the css and pear3. The site is http://www.findbyplace.com , some interesting timelines are Alcatraz, Boston Common, or Boston Public Library.

The timeline is a open source project also, but any part that you find that want contributed back I can.

again thanks for the cool gallery.

UPDATE. bug, seems to only work on Firefox..... working on getting to work on other browsers.....
UPDATE2 guess navigate was null causing it to crash, seems ok on safari and chrome. dont have a windows IE in front of me right now.

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Wed, 2014-01-29 13:17

I really like this theme. is it possible to show only 3 x 3 albums on the indexpage ?

 
PinkShirt

Joined: 2010-07-14
Posts: 4
Posted: Thu, 2014-01-30 01:42

Thanks a lot - I love this theme!!

I have a question, though. Right now, I have a lot of picture on my site (about 100 albums and probably 200-400 pictures per album), and it take a long time (like 5-10 minutes) to open an album when I click on it. Is there anything I can do to improve the speed?

I'm on Dreamhost and am a little nervous about changing the preset PHP settings.

Thanks,
Peter

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Thu, 2014-01-30 08:40
mikem2 wrote:
Erlis,
The timeline is a open source project also, but any part that you find that want contributed back I can.

again thanks for the cool gallery.

Glad you could make anything useful out of it :). I'm not sure what I can use of your modifications, but if you feel that something would fit in the whole g3 field add it as options and create a pull request on github.

rhino112 wrote:
I really like this theme. is it possible to show only 3 x 3 albums on the indexpage ?

Short answer:

No, the theme is elastic so you can not predict how many pictures to show on one row. But you can lower the paging size under advanced settings.

PinkShirt wrote:
Thanks a lot - I love this theme!!

I have a question, though. Right now, I have a lot of picture on my site (about 100 albums and probably 200-400 pictures per album), and it take a long time (like 5-10 minutes) to open an album when I click on it. Is there anything I can do to improve the speed?

Is it the album loading that takes time or the actual start page (with the 100 albums)? The skimming part forces us to load all the images directly so in a page with a hundred albums you will actually load 50*50 (paging size * skim size) thumbs for the skimming part. There are a few tricks to get it to load faster:

1. Get faster connection/change provider to a faster one.
2. Lower the skimming size (found under theme options).
3. Lower the paging size (found under advanced settings).
4. Lower the thumb size and rebuild all the thumbs (really not preferrable).
5. Lower the resize size for pictures.

Please try to run the page in chrome with the inspector active and look at the network tab to see what part that is "slow", if it is thumb loading or resize image loading.

 
PinkShirt

Joined: 2010-07-14
Posts: 4
Posted: Thu, 2014-01-30 14:51
erlis wrote:
Is it the album loading that takes time or the actual start page (with the 100 albums)? The skimming part forces us to load all the images directly so in a page with a hundred albums you will actually load 50*50 (paging size * skim size) thumbs for the skimming part. There are a few tricks to get it to load faster:

1. Get faster connection/change provider to a faster one.
2. Lower the skimming size (found under theme options).
3. Lower the paging size (found under advanced settings).
4. Lower the thumb size and rebuild all the thumbs (really not preferrable).
5. Lower the resize size for pictures.

Please try to run the page in chrome with the inspector active and look at the network tab to see what part that is "slow", if it is thumb loading or resize image loading.

This is perfect? I used option 2 (Lower the skimming size) and set it to "4." Now my albums load very quickly. Thank you so much for this great solution!!!

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Mon, 2014-02-03 17:50

How can i remove the show options button.... and how can i add a discription for google? .... The only thing google shows in the discription is the show options button and the names of the pictures...

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Tue, 2014-02-04 06:58
rhino112 wrote:
How can i remove the show options button.... and how can i add a discription for google? .... The only thing google shows in the discription is the show options button and the names of the pictures...

For the options button i suggest that you just change the stylesheet and hide it e.g.

Add this to css/pear.css

#gsNavBar > div.rNavBar {
    display: none;
}

For search engine metadata I suggest you to read googles document about it: https://support.google.com/webmasters/answer/79812 and modify views/page.html.php accordingly. I'm already using some of the information that might be of interest for google at line 161. It seems strange that google can't handle the title and description, but if you say so..

You add description for your main album (and sub albums) via Options -> Album Options -> Edit album (saying that you have signed in). I suggest you enable the Options button in order to administer the page (the Inspector in Chrome is really great for such tasks).

Edit: While playing around with the tags, you can debug via google's own verifier: http://www.google.com/webmasters/tools/richsnippets

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Tue, 2014-02-04 07:03

thanks will give it a go today....

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Tue, 2014-02-04 16:11

Please point me in the right direction.... do i need to add this html at line 161 with of course my own info ?

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<META NAME="Description" CONTENT="Auteur: A.N. Auteur, Illustrator: P. Plaatje, Categorie: Boeken, Prijs: £ 9,24, Lengte: 784 pagina's">
<meta name="google-site-verification" content="+nxGUDJ4QpAZ5l9Bsjdi102tLVC21AIh5d1Nl23908vVuFHs34="/>
<title>Voorbeeld Boeken - Tweedehands kinderboeken van topkwaliteit</title>
<meta name="robots" content="noindex,nofollow">

And how can i change the text in the option button ? removing the button wasnt so clever as i thought

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Tue, 2014-02-04 18:40
rhino112 wrote:
Please point me in the right direction....

Didn't I do so in my previous post!?

Adding: "<meta name="robots" content="noindex,nofollow">" seems like a very dumb idea if your task is to allow the google robot to index your page.

rhino112 wrote:
And how can i change the text in the option button ? removing the button wasnt so clever as i thought

Changing the contents seems even more "unclever".

What you like to to is use the info at line 161 in the template (if you read it you see that it will translate to the description of the current album, remember that this is a dynamic page you are playing with). Use the code there to generate a meta-description tag and make sure that is part of the head part (line 22-27 in the template) of the generated html. (Use view-source and the inspector to see what html you have generated.)

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Tue, 2014-02-04 18:43
rhino112 wrote:
how can i add a discription for google? .... The only thing google shows in the discription is the show options button and the names of the pictures...

Have you tried the official module: http://codex.galleryproject.org/Gallery3:Modules:metadescription??

Seems like this is a no issue as there is a module that fixes it..

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Mon, 2014-02-10 18:02

Try to disable the hover function in the main page of the gallery..... Cant find the right way any help here

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Mon, 2014-02-10 19:08
rhino112 wrote:
Try to disable the hover function in the main page of the gallery..... Cant find the right way any help here

Try setting "Limit amount of thumbs in album skimming (set to 0 to disable)" to 0 to disable skimming..

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Mon, 2014-02-10 19:25

Sorry where can i find that option ? .... tried it in th advanced option in the advanced settings..... but there is none

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Mon, 2014-02-10 19:31
rhino112 wrote:
Sorry where can i find that option ? .... tried it in th advanced option in the advanced settings..... but there is none

Under theme settings in the admin page.

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Mon, 2014-02-10 20:10

Thanks a lot was searching for that option for to long

Your are the best

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Sat, 2014-02-22 15:45

is it possible to make a new 404 page ? instead of the login page when entering the wrong url

 
erlis

Joined: 2004-01-16
Posts: 205
Posted: Sun, 2014-02-23 06:04
rhino112 wrote:
is it possible to make a new 404 page ? instead of the login page when entering the wrong url

Check with dave, this is not a theme specific function, perhaps the rest of the forum knows or there exist an extension but pear4gallery3 should not do this.

 
rhino112

Joined: 2014-01-29
Posts: 11
Posted: Mon, 2014-02-24 15:59

Thanks for the reply... And the question about adding a header to the theme can i ask you or should i ask dave as well ?