Theme: GreyDragon - v.4.0.2

Peter_G

Joined: 2012-08-20
Posts: 5
Posted: Mon, 2012-08-20 20:57

Hi there,I wonder if anyone can help.
I have GreyDragon set up exactly how I want it, very basic but the layout works
exactly as I want it.
The problem I have is with permssions.
For some reason every album and picture has the small icon in the top left hand corner
that if hovered over allows you to edit, delete etc.
The problem is this shows all the time, even if I am not logged in as any user?
I only want the editng rights for admin, whch I though I had set up in groups
Please help
Thanks
Peter

 
Feliz

Joined: 2009-01-08
Posts: 30
Posted: Wed, 2012-08-22 10:14

Serge, once again congratulations for you fabulous theme, work and mostly patience to answer all our doubts.

Serge D wrote:
Feliz wrote:
#1 - I want to change the Album Title font only, and remove the symbol before the title(see Example.gif). I´m not very experienced in CSS and PHP, so can you please tell me what to change, or add to my custom css?

.g-album .g-thumbslide .g-description { background: none; }
Feliz wrote:
#2 - In my gallery I have a main album (with no photos in it, only sub-albuns), as you can see here:
How can I set a custom thumbnail to the main album? In Gallery2 there was an option in album edit, but I cant find it in Gallery3.

there is a module somewhere which allows you manage album covers
otherwise, when on sub-level you can choose any item to be album cover from context menu

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

Sorry to bother you again, but it still missing two small issues to get my site ready.

The first one regards the information above, with it I was able to remove the album icon, but only after noticed that it holds the now empty icon space, and prevents the title to be centered with the album thumbnail (see attached photo Gallery3). Can you help me to remove this space?

The second one is that in Gallery 2 it was possible to have a small album description bellow the thumbnail (see attached photo Gallery2). As that is very important to me, I've been looking in the foruns, tried the UnderPhotoText module, with no results. It's a Grey Dragon Theme issue, or am I doing something wrong?

Best Regards
Nuno Feliz

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-08-22 19:50
hareslade wrote:
further on this 5.3 issue,
I noticed greydragon_theme.php is totally empty, i put a an empty class class greydragon_theme_Core in there, possibly its done the trick..Gallery3 shows greydragon ok now..,

Before it was complaining about missing file
Now it seems to be complaining about missing class :)
I would suggest just drop the file
It would not be included in GD4

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-08-22 19:53
Peter_G wrote:
Hi there,I wonder if anyone can help.
I have GreyDragon set up exactly how I want it, very basic but the layout works
exactly as I want it.
The problem I have is with permssions.
For some reason every album and picture has the small icon in the top left hand corner
that if hovered over allows you to edit, delete etc.
The problem is this shows all the time, even if I am not logged in as any user?
I only want the editng rights for admin, whch I though I had set up in groups
Please help

go into root album, login as admin
in top menu, click "Edit permissions"
make sure that Everybody does not have rights to Add/Edit

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Peter_G

Joined: 2012-08-20
Posts: 5
Posted: Wed, 2012-08-22 20:53
Serge D wrote:
Peter_G wrote:
Hi there,I wonder if anyone can help.
I have GreyDragon set up exactly how I want it, very basic but the layout works
exactly as I want it.
The problem I have is with permssions.
For some reason every album and picture has the small icon in the top left hand corner
that if hovered over allows you to edit, delete etc.
The problem is this shows all the time, even if I am not logged in as any user?
I only want the editng rights for admin, whch I though I had set up in groups
Please help

go into root album, login as admin
in top menu, click "Edit permissions"
make sure that Everybody does not have rights to Add/Edit

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

Hi Serge,
Thanks very much for getting back to me.
That is exactly what I did, but I still get the edit option showing
I have attached a screenshot of the root permissions, at least I think its the root, it's the main
front page.
If it would help I could send you the album link with my admn login
Peter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-08-22 21:26
Feliz wrote:
Serge, once again congratulations for you fabulous theme, work and mostly patience to answer all our doubts.

Sorry to bother you again, but it still missing two small issues to get my site ready.

The first one regards the information above, with it I was able to remove the album icon, but only after noticed that it holds the now empty icon space, and prevents the title to be centered with the album thumbnail (see attached photo Gallery3). Can you help me to remove this space?

add the following in custom.css

.g-album .g-thumbslide .g-description .g-title { padding-left: 0; }
Feliz wrote:
The second one is that in Gallery 2 it was possible to have a small album description bellow the thumbnail (see attached photo Gallery2). As that is very important to me, I've been looking in the forums, tried the UnderPhotoText module, with no results. It's a Grey Dragon Theme issue, or am I doing something wrong?

Interesting. Is Info module enabled also?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-08-22 21:28
Peter_G wrote:
Thanks very much for getting back to me.
That is exactly what I did, but I still get the edit option showing
I have attached a screenshot of the root permissions, at least I think its the root, it's the main
front page.
If it would help I could send you the album link with my admin login
Peter

it could, send me a PM

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Feliz

Joined: 2009-01-08
Posts: 30
Posted: Thu, 2012-08-23 10:10
Serge D wrote:
Feliz wrote:
Serge, once again congratulations for you fabulous theme, work and mostly patience to answer all our doubts.

Sorry to bother you again, but it still missing two small issues to get my site ready.

The first one regards the information above, with it I was able to remove the album icon, but only after noticed that it holds the now empty icon space, and prevents the title to be centered with the album thumbnail (see attached photo Gallery3). Can you help me to remove this space?

add the following in custom.css

.g-album .g-thumbslide .g-description .g-title { padding-left: 0; }
Feliz wrote:
The second one is that in Gallery 2 it was possible to have a small album description bellow the thumbnail (see attached photo Gallery2). As that is very important to me, I've been looking in the forums, tried the UnderPhotoText module, with no results. It's a Grey Dragon Theme issue, or am I doing something wrong?

Interesting. Is Info module enabled also?

Serge

Thanks for your quick answer, the first issue was solved with the change in custom.css, but the second one remains.

I have UnderPhotoText, Purifier, Info and Edit_Tinymce modules installed and enabled, but the only thing that appears under the album thumbnail beside the name is Views: (XX) and By: (author), as you can see on the print screen of my test site.

Best regards

Feliz

_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Thu, 2012-08-23 10:33
Serge D wrote:
bigu_c wrote:
Hi,

In an additional question: Its easy to change sidebar width to 250px?

Thanks.

* yes, you can change sidebar size via CSS

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

Could you tell me how?

Thanks.

 
Peter_G

Joined: 2012-08-20
Posts: 5
Posted: Fri, 2012-08-24 13:51

Hi there, I have a couple of questons.

1) Is it possible to block peolple using the "right click" Save Picture As... option to download the picture in ablums?, ifso how.

2) Is it possible to set up so that Admin gets an email when a comment is posted?, if so how

Many Thanks

Peter

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2012-08-24 18:48
Quote:
1) Is it possible to block peolple using the "right click" Save Picture As... option to download the picture in ablums?, ifso how.

There is a no right click module. But is really does not help from people stealing the photos.

Quote:
2) Is it possible to set up so that Admin gets an email when a comment is posted?, if so how

The notifications module, I think might have this.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Peter_G

Joined: 2012-08-20
Posts: 5
Posted: Sat, 2012-08-25 11:01

Many Thanks Dave,
Got the notifications working fine now and will probably leave the right click issue,it's not a big deal

But have another question, How do I upload a pic to show in the avatar of the user?
have looked everywhere but cant find a way?

Many Thanks

Peter

 
Peter_G

Joined: 2012-08-20
Posts: 5
Posted: Sat, 2012-08-25 12:27

Don't worry, I have just found the answer on another post
Gravatar, excellnt.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2012-08-25 17:24

For others that see this thread:
http://en.gravatar.com/
If the email address of the user is registered then that image will be used. If not a default one will be used.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
t_double

Joined: 2012-07-18
Posts: 6
Posted: Sun, 2012-08-26 20:57

First of all thanks so much for creating this awesome theme set.

I was wondering thought how to increase the font size of the top menu buttons? (buttons that direct you to the database home, or other custom places via the menu link module option.)

I have tried modifying this line in the menus.css file:

#g-site-menu.g-bar { left: 0; top: 0; width: 100%; padding-left: .5em; position: fixed !important; z-index: 9999; font-size: 0.9em; }

to no effect

Also I tried many in the base.css but could not pinpoint the line that effects the top menu links.

I also looked in the colorpacks/whitehawk/css/colors.css under the menu section.

 
pdoes

Joined: 2008-01-09
Posts: 9
Posted: Wed, 2012-08-29 22:02

bigu_c, Follow the instructions for using a custom.css as described here http://codex.gallery2.org/Gallery3:Themes:greydragon#Instructions_for_creating_a_.E2.80.9Ccustom.css.E2.80.9D_file

Then in the custom.css add:

#g-column-right {
	width: 250px;
}
 
t_double

Joined: 2012-07-18
Posts: 6
Posted: Sun, 2012-09-02 04:25

Can someone please tell me the easiest most direct way to change the size of the top menu link or links?

I created a .css file and that works but how to change the menue font size?

As a side note I noticed it disabled the "custom menus" drop down (sub menu) linking function. Could there be a conflict here?

 
CherylJoyW

Joined: 2012-08-19
Posts: 42
Posted: Sat, 2012-09-08 00:02

I just installed GreyDragon and trying to get used to the settings.
Theme appearance - there is a box to click to allow html in descriptions.

this did work however in the side bar the descriptions are pulled into a box 'about the album' and it is not linked.
Any way to fix this.

Album and image photos
on mouse over there is a field that appears
' by album owner'
How do I remove this? Some of these images are not by the album owner but other photographer posted with their permission.

thanks in advance
C

 
CherylJoyW

Joined: 2012-08-19
Posts: 42
Posted: Sat, 2012-09-08 23:59

All fixed
created the custom.css
slideshow problem also fixed....not the best, but it works.

 
laddo

Joined: 2011-06-09
Posts: 7
Posted: Thu, 2012-09-13 11:25

Hi Serge

Great work on the GreyDragon theme.

Just want to ask about one issue I have found with album titles. I am using HTML in all my album titles as follows;
<img src="http://<my.server.com>/images/flags/f0-sc.gif"/><b><font color=#17C411>Seychelles - 2010</font></b>

This works perfectly when I click onto the album itself and displays as expected.
However when I am on the Gallery Home Page all album titles show incorrectly as follows;
<img src="http://<my.server.com>/images/flags/f0-sc.gif" alt="f0-sc.gif" /><b><font color="#17C411">Seychelles - 2010</font></b>

This means that the correct HTML formatted title is not shown, instead just the above text is shown as the title. I guess this has to do with the extra alt="f0-sc.gif" part that is being automatically added on the Gallery Home page.(see attached screenshots)

Can you please advise how I can get the Gallery Home page to interpret my original title correctly without adding the alt="f0-sc.gif" so that titles display correctly on the Gallery Home page.

Thank you very much for your kind assistance.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Fri, 2012-09-14 16:00

@laddo: can you use BBCode instead?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
laddo

Joined: 2011-06-09
Posts: 7
Posted: Fri, 2012-09-14 17:09

Hi Serge

I then get album title showing as follows on the Gallery Home page;

HTTP://<MY.SERVER.COM>/IMAGES/FLAGS/F0-SC.GIFSEYCHELLES - 2010

On the album page I have the correctly displayed title at the top but in the Album Info box I have the BBCode displayed

(See attached)

 
laddo

Joined: 2011-06-09
Posts: 7
Posted: Mon, 2012-09-17 15:24

I have a workaround using the Album Tree module which allows me to have a full list of albums using the HTML titles displayed correctly. I will simply hide the title on the album pictures. This will work for me. Thank you for your prompt response. Kind regards.

 
ScottN

Joined: 2012-09-22
Posts: 1
Posted: Mon, 2013-02-04 13:28

Thanks alot for this theme, got it working pretty much straight away, looks absolutely superb and was pretty much exactly what I was looking for, thanks again

Artificial Grass.Vinyl Flooring

 
Noob86

Joined: 2006-12-31
Posts: 34
Posted: Mon, 2012-09-24 08:32

Hi,

Since upgrading to 3.04 search no longer works using greydragon. All the thumbs appear, but when I click on a thumb to see the picture, i just get a blank grey page, with no picture, or navigation. If I manually navigate to the picture, it works fine. If I switch to Wind theme, search works fine, so I'm a little baffled. I have rebuilt my search tables, reinstalled fresh 3.22 greydragon files, all to no avail so far.

when I check the URLS from search, or manually navigating, they are identical.

Any thoughts what else I can check, a broken search makes my gallery pretty much useless, and I'm not a fan of the Wind Theme.

Run a search on "sandra" and you will soon see what I mean. BTW, some images actually work fine, but they are few and fair between unfortunately.

http://bikesnstuff.net/gallery3/index.php/

In addition to this I just noticed I get a MySQL error using the navigator box thumbs in both themes, but I'm guessing thats a separate issue.

Platform information

Host name: enki.instanthosting.com.au
Operating system: Linux 2.6.18-408.8.2.el5.lve0.8.61.3xen
Apache: Unknown
PHP: 5.2.17
MySQL: 5.0.95-community-log
Server load: 3.25 2.95 2.88
Graphics toolkit: gd

Gallery stats

Version: 3.0.4 (Ricochet)
Albums: 69
Photos: 1375

Database_Exception [ Database Error ]: #1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1 [ SELECT SQL_CALC_FOUND_ROWS `G3items`.*, MATCH(`G3search_records`.`data`) AGAINST ('bonang bonang*') AS `score` FROM `G3items` JOIN `G3search_records` ON (`G3items`.`id` = `G3search_records`.`item_id`) WHERE MATCH(`G3search_records`.`data`) AGAINST ('bonang bonang*' IN BOOLEAN MODE) HAVING `score` >= ]

Ok thats weird, that only happens if I have "searched" my way to a photo, in either theme. If I navigate to photos the navigator thumbs work fine.

 
-Skipper-

Joined: 2010-10-05
Posts: 3
Posted: Mon, 2012-09-24 16:29

I have a little problem with the upload box on Firefox. See the attached image.
Gallery version: 3.0.4
Greydragon version: 3.2.2

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Tue, 2012-09-25 16:54
Noob86 wrote:
Hi,

Since upgrading to 3.04 search no longer works using greydragon. All the thumbs appear, but when I click on a thumb to see the picture, i just get a blank grey page, with no picture, or navigation. If I manually navigate to the picture, it works fine. If I switch to Wind theme, search works fine, so I'm a little baffled. I have rebuilt my search tables, reinstalled fresh 3.22 greydragon files, all to no avail so far.

tried the search and it did work fine
I am not using FB though and is a regular user

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Noob86

Joined: 2006-12-31
Posts: 34
Posted: Wed, 2012-09-26 00:33

Oh hi Serge, I thought maybe you were away, so tried out 4 other themes while I was waiting, search works fine in all of them.

I disabled both the FB Modules, and search still does not work in Greydragon. Well it works as in it diplays results, but if you click on any of the thumbs, the image does not load.

Have switched back to Greydragon now if you want to see what I mean here.

www.bikesnstuff.net/gallery3

Appreciate any advice you can give, as I love your theme, but depend on the search working.

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Wed, 2012-09-26 16:42

Using IE 9
http://www.bikesnstuff.net/gallery3/search?q=sandra - ok
click on the thumb (tried few) - ok
photo view - ok
click on image -> fancybox - ok

what is different on your end? anything in error log?

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
Noob86

Joined: 2006-12-31
Posts: 34
Posted: Wed, 2012-09-26 23:02

No errors, used ie9 and FF on multiple computers, just random images do not load.

Its now too late to test this further, as an update to 4.0 has fixed it. :-)

 
Serge D
Serge D's picture

Joined: 2009-06-11
Posts: 2466
Posted: Thu, 2012-09-27 00:13
Noob86 wrote:
No errors, used ie9 and FF on multiple computers, just random images do not load.

Its now too late to test this further, as an update to 4.0 has fixed it. :-)

Good. Yes. I have seen the note in the other thread, just confirmation :)

Serge
_____________________________________________
Photo Gallery | GreyDragon Theme | Follow on Twitter

 
eroic

Joined: 2011-08-16
Posts: 1
Posted: Wed, 2012-10-03 22:18

Hi, I run Gallery 3.0.4 with with GrayDragon 3.2.2 and I have trouble with thumbs. I want to ajust the size to 300px with 3:2 ratio on the theme seting but all my thumbs stay at 250px. When I marked some thumbs "dirty" and regenerated it, still keep 250px. For validate , I check the thumbs jpg size and it realy resized to 250px, not 300px...

Look my site for exemple: http://photoericlaplante.com

What I made wrong ?

Sorry for my bad english, it's not my first language.

Thanks

 
wdfw

Joined: 2011-03-18
Posts: 23
Posted: Thu, 2012-10-11 23:18
Quote:
Since upgrading to 3.04 search no longer works using greydragon. All the thumbs appear, but when I click on a thumb to see the picture, i just get a blank grey page, with no picture, or navigation. If I manually navigate to the picture, it works fine. If I switch to Wind theme, search works fine, so I'm a little baffled. I have rebuilt my search tables, reinstalled fresh 3.22 greydragon files, all to no avail so far.

We are having a somewhat similar problem. The problem isn't universal which makes it difficult to trouble shoot. Search results are displayed just fine. Clicking on the thumbnails, however, produces a page without the enlarged picture (in most/many cases but not all).

We are using Grey Dragon 3.0.4 and Gallery 3.0.3

For an example, go to http://wdfw.wa.gov/gallery/
Search for "Marine Area" and then click on the thumbnails. You will also notice the same problem when trying to choose via the Navigator when viewing the search results.

 
Ser Moro
Ser Moro's picture

Joined: 2007-12-08
Posts: 79
Posted: Fri, 2012-10-12 17:48

wdfw,
Your images is very large - antelop1.jpg : 3640x2404, 12.6MB!!?
SM

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Tue, 2012-10-16 04:23

Hi,

This function is not work: "Choose as the album cover". It will redirect to a page with: {"result":"success","reload":1}

I need to back and clear cache to see changes.

And, could you please tell me what's the exact code to display number of views on photopage?

How to hide this button (full size): [img]http://gallery.menalto.com/files/fullsize.jpg[/img]

Thanks.

 
tempg

Joined: 2005-12-17
Posts: 1857
Posted: Sun, 2012-10-21 14:17

@SergeD, @wdfw: For reference: http://gallery.menalto.com/node/109194

@SerMoro: The full-sized images, yes, but the images that aren't loading are reasonable: 110KB for antelop1.

 
NormB

Joined: 2012-08-13
Posts: 4
Posted: Fri, 2012-10-26 20:40

Hi

I am a bit confused about Chrome frame viewer.

I have created a gallery for a forum and some people have said it goes to a screen saying they have to install Google Chrome viewer or something. Do people need Chrome to use Greydragon or if they are on IE can they just install this viewer?

I know this may seem vague but I don't have a dozen computers with different browsers on to try out what is happening to them.

Norm

 
billjones
billjones's picture

Joined: 2009-09-01
Posts: 128
Posted: Sat, 2012-10-27 03:26

Great theme, I have used it for a couple of years on my personal site and have just created a new gallery site with 3.04 and the contactowner module does not work with the wide version (just grey dragon. Just get a blank screen. It works with the grey dragon wind theme and a couple of others. I am current using the clean canvas theme, but it doesn't show the meta descriptions, which I need if possible. It's the fineart.redhillsmedia.com site. The personal site is the astimegoesby.us site (the contactowner module works there, but it's not 3.04). Thanks. for a great theme, I have enjoyed it.

Bill
http://rhmpano.com panorama equipment and support forums
http://rhmpano.org gigabyte panoramas
http://astimegoesby.us gallery 3
http://fineart.redhillsmedia.com photography for sale

Busines

 
billjones
billjones's picture

Joined: 2009-09-01
Posts: 128
Posted: Sat, 2012-10-27 22:11
Quote:
Hi

I am a bit confused about Chrome frame viewer.

I have created a gallery for a forum and some people have said it goes to a screen saying they have to install Google Chrome viewer or something. Do people need Chrome to use Greydragon or if they are on IE can they just install this viewer?

I know this may seem vague but I don't have a dozen computers with different browsers on to try out what is happening to them.

Norm

Haven't a clue why your getting the message, but all you need is one computer with a dozen browsers installed on it.

Bill
http://rhmpano.com panorama equipment and support forums
http://rhmpano.org gigabyte panoramas
http://astimegoesby.us gallery 3
http://fineart.redhillsmedia.com photography for sale

 
NormB

Joined: 2012-08-13
Posts: 4
Posted: Sun, 2012-10-28 17:44

I think if it was that easy I would know the answer. Once Chrome is on a computer it is unlikely to ask you to install the frame viewer. It seems to be on computers running an older IE.

 
bigu_c
bigu_c's picture

Joined: 2007-10-28
Posts: 421
Posted: Sun, 2012-11-11 08:40

Hi,

How to change title color under thumbnails? http://collectpics.com/Vehicles

Please tell me how.

Thanks.

 
tseyigai

Joined: 2012-11-06
Posts: 47
Posted: Sat, 2012-11-17 14:35

"mistake"

 
Rude

Joined: 2012-11-12
Posts: 5
Posted: Wed, 2012-11-14 16:39

Hi,

Rows per album page - theme uses 3 columns layout for pictures

How do i make the theme use 4 columns?

 
tseyigai

Joined: 2012-11-06
Posts: 47
Posted: Sun, 2012-11-18 21:19
Rude wrote:
Hi,

Rows per album page - theme uses 3 columns layout for pictures

How do i make the theme use 4 columns?

Go to administration, theme options, and then here, it looks like to me.

Is that what you need?

Tseyigai

 
dreiergodset

Joined: 2010-04-02
Posts: 1
Posted: Wed, 2012-11-28 23:56

First, thanks for a great theme, but.. is there a way so I can change the number of collums from 5 to something higher, I've tried to use it with 3X rows but it did not change enough so I would be happy if it was possible to put it higher up.

 
rberthold01

Joined: 2008-03-27
Posts: 14
Posted: Thu, 2012-11-29 06:48

Serge,
I have been using your theme for a while and really like it but recently I just migrated my gallery3 from OpenSuse 10 to CentOs 6 and when I turn your theme on I am getting your theme but no pictures on the albums with a lot of pictures/folder in it. If I turn back on the default wind theme everything works like it should. I have already adjusted the php.ini settings to allow for what gallery3 recommends. Can you give me any guidance. I can give you any information or access you need since it is run on my server. It was working fine on my other server but I can't put my finger on what is different.
Thanks in advance.
Ryan Berthold

 
conanvette78

Joined: 2012-11-30
Posts: 1
Posted: Fri, 2012-11-30 01:03

So far the theme is working out great for myself, am not having any issues with it whatsoever.

 
undagiga

Joined: 2010-11-26
Posts: 693
Posted: Sun, 2012-12-02 01:47

If you like the theme, why don't you encourage Serge to continue to work on it by contributing to his coffee fund (see first post in the thread)?

 
BillWill

Joined: 2008-08-28
Posts: 205
Posted: Wed, 2012-12-12 20:39

Hi Serge -

Where does the message under the "View Orders" button in the sidebar come from? I've haven't seen it before I switched over to Grey Dragon, so I assume it is coming from either your theme or its companion module.

MESSAGE TO DISPLAY WHEN BASKET IS EMPTY AND FOTO IS NOT FOR SALESOMETHING TO DISPLAY WHEN INSIDE A MODULE-GENERATED GALLERY PAGE AND EMPTY BASKET IS PRESENT

I searched the files and admin settings panel and come up empty.

Thanks.

Found it
http://gallery.menalto.com/node/104319#comment-389799

===========================
Version: 3.0.4 (Ricochet)
Operating system: Linux 2.6.18-194.11.4.el5
Apache/2.2.21
PHP: 5.3.8
MySQL: 5.0.95
Clean Canvas theme
Graphics Toolkit = ImageMagick
Albums: 235
Photos: 75002

 
rpoulin

Joined: 2012-12-21
Posts: 6
Posted: Fri, 2012-12-21 15:28

Hello - my first comment here...

I,have tried to put g.photo and g.info side by side (so i can read description of the photo at left and photo itself at right - lets say photo=70% and info=30% of the space) but hardly can because there is g.toolbar (title of the photo) in the way. Config only permit bottom or top location for the description of the photo on the photo page. Any luck we can have description beside the photo?

Thank for excellent work.