Theme: GreyDragon - v.4.0.2
DawnImages
Joined: 2012-09-01
Posts: 3 |
![]() |
When I change from 'any' other theme to GD 3.2.2 - I lose access to any Static Pages I have created. They show in the Menu, but display only Blank Pages (actually no page appears to load below the Header). I have one installation that works perfectly, and a separate installation that fails. I created a 3rd and 4th Installation, and they all fail. Regards, WORKING: dawnimages.com/beau |
|
mikeage
![]()
Joined: 2005-01-23
Posts: 138 |
![]() |
Hi Serge, I noticed that while regular albums show the gear icon with the drop down menu, the tag albums and search results do not. It seems that views/dynamic.html.php and views/search.html.php should be changed to contain <?= $theme->get_thumb_element($item, !$theme->hidecontextmenu) ?> OR instead of the default: <?= $theme->get_thumb_element($item) ?> |
|
mikeage
![]()
Joined: 2005-01-23
Posts: 138 |
![]() |
There are two issues with Ajax in the current release of GreyDragon: 1. http://galleryproject.org/node/106541 still hasn't been released officially A fix for both can be seen at https://github.com/mikeage/gallery3/commit/5f9d9ccfc031acdf6603ebd83677727455ae7aa4 |
|
extremeheli
![]()
Joined: 2008-10-22
Posts: 2 |
![]() |
ROUNDROBIN / Sidebar: overshoots the boundaries -> Suggested Solution [img]http://g3.extreme-heli.ch/Sidebar.png[/img] |
|
photofan
Joined: 2013-02-02
Posts: 1 |
![]() |
Hello Serge and everybody, I'm new on this forum and on any forum as well, I must say, I'm not familiar with this kind of exchange and communication, so if I make errors, please tell me. I have got a question: I have recently installed Gallery3 and the GreyDragon theme, which looks great, with lots of possible tuning. Now it seems that, although I hace denied all permissions, everybody accessing my site can rotate, delete my photos and add theirs. What's wrong? One more: how can I add a nice banner at the top? Thank you very much for your help, Photofan |
|
Lylith
Joined: 2013-03-01
Posts: 4 |
![]() |
Hi there. I've installed the GreyDragon Theme and Module and when I go to http://lylith.com/eye/index.php to use it, I just get a blank page - completely bank. All other themes I've installed work OK, but I really want to use GreyDragon. I'm not sure what I did wrong. Any advice would be helpful. I'm using Firefox, but it shows the same in Chrome. My host is Arvixe.com. Thanks. |
|
Mr. B
Joined: 2005-10-09
Posts: 25 |
![]() |
I'd like to make a small suggestion for any future version of GreyDragon. The last breakcrumb seperator is inside the active item <li>, so if you style the active item differently, it shows up differently than the others. I made the following alteration to line 423 of libraries/MY_Theme_View.php Quote:
$content .= (($i > 0)? " :: " : null ) . '<li class="g-active ' . (($i == 0)? " g-first" : null) . '"> '. $this->get_item_title($this->item(), FALSE, $this->visible_title_length) . '</li>'; Originally: Quote:
$content .= '<li class="g-active ' . (($i == 0)? " g-first" : null) . '"> '. (($i > 0)? " :: " : null ) . $this->get_item_title($this->item(), FALSE, $this->visible_title_length) . '</li>'; |
|
DiegoS
Joined: 2012-01-16
Posts: 20 |
![]() |
Hello, I'm experiencing a visualization problem when searching for a specific pattern that can be in Title, or Description, or Filename, or Tag, and that pattern is both in photo and album where the photo is in that album. I'll try to explain in a better way: let's assume we have a gallery with just one album and inside it there is just one photo. Album specifications Photo specifications Now we made a whole Gallery search for pattern 'MYPATTERN'; Then if I move the photo outside the album and I search again for the same pattern everything works fine. If I switch to a different theme (i.e. Wind) it works fine. Any suggestion is very welcome. Thanks, Diego |
|
tempg
Joined: 2005-12-17
Posts: 1857 |
![]() |
DiegoS wrote:
I'm experiencing a visualization problem when searching for a specific pattern that can be in Title, or Description, or Filename, or Tag, and that pattern is both in photo and album where the photo is in that album. I've seen your posts in a few places and I'm a bit confused. Is this the same issue posted and resolved at http://galleryproject.org/node/111141 or is this something different? |
|
tempg
Joined: 2005-12-17
Posts: 1857 |
![]() |
@DiegoS: I see that you just edited your last comment. No idea what was changed. Still have the same question as my previous post. |
|
DiegoS
Joined: 2012-01-16
Posts: 20 |
![]() |
@tempg: My other post is about a different problem that has been resolved as you can read in that post; at the beginning it seemed the same problem was generating two different symptoms. My actual problem is a different one and it seems related to GD theme. |
|
CherylJoyW
Joined: 2012-08-19
Posts: 42 |
![]() |
solved Had to put a xml script in the root Then resized ALL the images to a new defined size. I have GreyDragon but am running into a couple of problems. 1. clicking from an individual album image. The next photo - Which is the single larger photo... 2. When you click the view image full size icon. The image comes up in the same window and fills the screen.. this is GREAT, BUT the only way back to the gallery is the back arrow on the browser. Is there a way to either open this in a NEW WINDOW or put a BACK to Gallery text link in the page? Thanks in advance Any help would be appreciated. |
|
CherylJoyW
Joined: 2012-08-19
Posts: 42 |
![]() |
Photo Page Description and Slideshow Description Can you point me in the direction of how to accomplish this Any help would be appreciated thanks |
|
nocloo
Joined: 2005-08-18
Posts: 37 |
![]() |
Just installed the theme. great work. Thanks ! 2- I tried to resize all my images to the max size of 1024px and when I click on the images, the side menu just overflows on top of the image. How can I push it to the size ? Thanks for the help. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
1. in the css adjust the left positioning of the g-site-menu: /* Site Menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-site-menu {
bottom: 0;
left: 140px;
position: absolute;
} Dave _____________________________________________ |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
#2 use a theme that is designed for wider resizes. Like this theme. Or the wide wind theme. Dave |
|
ArcAiN6
Joined: 2005-09-02
Posts: 24 |
![]() |
First off. let me say THANK YOU!!. This has to be the best theme I've seen for gallery in AGES. That being said, I'm wondering if you could assist me with a bit of information regarding the frame-packs. Specifically how to create one. What i attempted to do what clone one of the framepacks you have, and swap out the images with my own. This however doesn't actually yield the intended result. [img]http://imgur.com/NbbcM8T[/img] as you can see in that image, the menue's aren't centered within the thumb-frame. As i've been awake completing other projects for 38 hours now, i'm sure it will be something silly i've overlooked. But just in case you can shed some light on the situation. I have linked the framepack i'm attempting to create at the end of this post. If you have any suggestions i would be more than happy to test them out Also feel free to include the framepack in your next update if we get it working. |
|
GuWeHa
![]()
Joined: 2008-01-20
Posts: 28 |
![]() |
Hi folks, I'm using the Grey Dragon theme (3.2.2) with G3 (3.0.6). I've a small problem on generating thumbs in the "right" size for displaying them in albums. Let's have a example. I have just upload images in two sizes: 600x400 px (landscape) and 400x600 (portrait). When I set "Aspect Ratio" to "actual" in "Advanced Settings - Album page - Thumbs" on the theme's settings page and don't mark "Expanded Aspect Ratio (300px wide)" my world and my thumbs are o.k. but a little bit to small for my needs. They are scaled down and displayed as follows: 600x400 => 200x133 The whole thumbs size is visible in an album. But, if I set a hook at "Expanded Aspect Ratio (300px wide)" the result is as follows: 600x400 => 300x200 (o.k.) Where and how can I change the values for the 400x600 version so I'll get a thumb size of 200x300 which will not be cropped, i.e. 400x600 => 200x300 ? I played around little bit with _thumb_size_x and _thumb_size_y in file MY_Theme_View.php. But, this file seems to control the display/view mode of the thumbs (in an album) only, but not the generating of the thumbs in the "right" size itself. And I think here I'd have to change something. But where exactly? Any suggestions or hints? Thanks in advance! Greetinx GuWeHa www.pix-bavaria.com (this is not that one where I need the solution) |
|
gym4jim
Joined: 2012-08-07
Posts: 51 |
![]() |
Hello - I hid the LOGIN the last time I was in my Gallery 3 and now I can not find a way to get in to do my admin work. I thought about that when I hid it but I figured there had to be a way administrators can get in...I'll just find out the next time I need to get in. When, the time has arrived and I can't find a way back in. I have tried: www.example.us/gallery3/index.php/LOGIN as suggest by FL Dave. I also tried several renditions but the way my tree on the server is set up is: gallery.example.us/index.php/LOGIN I did that as i have several areas on the site, each with their own url which is determined by the first field in the address. I figured you, Serge, may know. Thanks, Jim |
|
GuWeHa
![]()
Joined: 2008-01-20
Posts: 28 |
![]() |
Did you try this: http://www.your-doamin-name.us/login/ajax ? Don't be surprised by the look and feel of this side. Just login. "{"result":"success"}" Then switch back your browser window two times. Now you should see your start page with administrative menu. Hope it helps! Greetinx GuWeHa |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
There is a theme setting to remove the login link. Once logged in (with the above suggestion) you can restore the link in the themes admin page. Dave |
|
Dragonsys
Joined: 2004-12-27
Posts: 72 |
![]() |
I installed GreyDragon v3.2.2 on G3 v3.0.9 and everything works well, except for 2 things: 1. With Permalinks for Navigation enabled, guests cannot access /root or /enter, get the Dang... message with a prompt to login; however, it works fine for Logged in users. 2. Once root=no is set, going back to index.php keeps this setting and therefore the root page is not shown, until cookies are cleared or root=yes is set. Can this be changed, to be made invisible to the viewer? I changed my Home Link to include root=yes, but this is a little messy. |
|
Dragonsys
Joined: 2004-12-27
Posts: 72 |
![]() |
Dragonsys wrote:
1. With Permalinks for Navigation enabled, guests cannot access /root or /enter, get the Dang... message with a prompt to login; however, it works fine for Logged in users. Ok, I take it back, permalinks do not work at all. It looks like they are not being created. |
|
rhino112
Joined: 2014-01-29
Posts: 11 |
![]() |
I set up a custom.css file where i wanted to change the color of the text to grey.... Works all fine but not in the contactowner and the radom image modules How can i solve that problem? |
|
rhino112
Joined: 2014-01-29
Posts: 11 |
![]() |
Fixed ...... |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Let's make 4.0.1 official version 4.0.1
Serge |
|
TMacSC
Joined: 2014-03-19
Posts: 10 |
![]() |
Looks like a lot of good fixes. What environments have you tested against? As I mentioned in my other topic, I'm getting a seg fault on OS X with PHP 5.4.24 and Apache/2.2.26. |
|
TMacSC
Joined: 2014-03-19
Posts: 10 |
![]() |
I found the bug causing the seg fault. It’s on line 421 of MY_theme_view.php. You have I corrected it to: The original is only valid in PHP 5.5+ (see note at http://us3.php.net/empty). This code should be accomplishing the same thing, but is supported by PHP versions prior to PHP 5.5, such as my 5.4 installation. |
|
windracer
Joined: 2007-03-05
Posts: 113 |
![]() |
I just upgraded to v4.0.1 and the Login link no longer works in either of my G3 galleries (I have it set to "Header" in the GD theme options). The link is correct (www.mydomain.com/gallery/login/ajax) but nothing happens when I click it. If I manually put that URL into my browser, I can authenticate that way. I'm seeing the same behavior in IE11 and Chrome. edit: actually, it's worse than just the login link. It appears that anything that would open a modal dialog box (like Add Album, Add Photos, etc.) is broken. Any thoughts on what the problem is? I'm going to go back to 4.0.0 for now. |
|
huebi
Joined: 2008-03-03
Posts: 63 |
![]() |
Hi, using greydragon 4.0.1 just shows a complete white page - in the previewaswell as when choosen the theme. I'm on gallery 3.0.9 and upgraded the greydragon module to the newest version, too. Fancybox is installed and both modulesare activated. Currently i'm back to the old version which still works fine. What do i need to deliver to find the bug? //huebi |
|
mervyngroves
Joined: 2008-08-03
Posts: 92 |
![]() |
If you are not PHP 5.5+ then use solution suggested by TMacSC. Quote:
I found the bug causing the seg fault. It’s on line 421 of MY_theme_view.php. |
|
huebi
Joined: 2008-03-03
Posts: 63 |
![]() |
Blame on me, i've read this post but thought it doesnt belong to me cause i've got a blank page without any error message. Thanks for pointing to this. |
|
mervyngroves
Joined: 2008-08-03
Posts: 92 |
![]() |
Should have mentioned that I too just had blank screen and no error message. This code modification worked for me. 1: No preview in admin panel when click on Activate Grey Dragon. Solution: |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Would then the following fix work? $title = $this->get_item_title($breadcrumb, FALSE, $this->visible_title_length); $title = trim($title); if (!empty($title)):
I know it is extra line, but I rather use "future" supported logic... TMacSC wrote:
I found the bug causing the seg fault. It’s on line 421 of MY_theme_view.php. Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Please re-download and the code. there was broken archive uploaded. I've fixed it within the hour or so, but... windracer wrote:
I just upgraded to v4.0.1 and the Login link no longer works in either of my G3 galleries (I have it set to "Header" in the GD theme options). Serge |
|
windracer
Joined: 2007-03-05
Posts: 113 |
![]() |
Serge D wrote:
Please re-download and the code. there was broken archive uploaded. I've fixed it within the hour or so, but... That fixed the problem, thanks! |
|
TMacSC
Joined: 2014-03-19
Posts: 10 |
![]() |
That version of the code works for my setup. I definitely understand the desire to use future-proof logic |
|
gswallcovering
![]()
Joined: 2010-05-12
Posts: 96 |
![]() |
Hi,I Have been trying to upgrade from 3.2.2 to v.4.0.1 ,and I get this window saying Host name: just96.justhost.com |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
hard to say, anything recorded in the logs? Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
mikeage wrote:
Hi Serge, slowly going through old posts, and for this one, I could have done it, but there is a catch: when you are in search page, and have menu, then some items do not make much sense, like making photo an album cover. Wind theme does not allow it either Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
mikeage wrote:
There are two issues with Ajax in the current release of GreyDragon: Added in 4.0.2 Serge |
|
gswallcovering
![]()
Joined: 2010-05-12
Posts: 96 |
![]() |
Nothing in the logs.I've activated the theme.I can get into the administrative areas of the theme but when I go back to the gallery home its just a white page that says error has occurred while processing this directive. |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Mr. B wrote:
I'd like to make a small suggestion for any future version of GreyDragon. The last breakcrumb seperator is inside the active item <li>, so if you style the active item differently, it shows up differently than the others. I made the following alteration to line 423 of libraries/MY_Theme_View.php Sorry, do not see reason for this one Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
gswallcovering wrote:
Nothing in the logs.I've activated the theme.I can get into the administrative areas of the theme but when I go back to the gallery home its just a white page that says error has occurred while processing this directive. Look for local.php in this forum. This would allow more detailed logging Serge |
|
gswallcovering
![]()
Joined: 2010-05-12
Posts: 96 |
![]() |
Ok,I've created a file in my gallery3 called local.php. and when I activate v.4.0.1 I get this error in the error-log file |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Looks like may be related to this http://galleryproject.org/forum_theme_greydragon?page=48#comment-408923 foreach ($breadcrumbs as $breadcrumb): $title = $this->get_item_title($breadcrumb, FALSE, $this->visible_title_length); $title = trim($title); if (!empty($title)):
Serge |
|
gswallcovering
![]()
Joined: 2010-05-12
Posts: 96 |
![]() |
That did it.Thank you so much Serge.You guy sare GREAT!!!! |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Ok, on that note version 4.0.2
Serge |
|
huebi
Joined: 2008-03-03
Posts: 63 |
![]() |
Serge D wrote:
version 4.0.2 I can confirm that this is running without the mentioned poroblems above. Thx for this great Theme, |
|
gswallcovering
![]()
Joined: 2010-05-12
Posts: 96 |
![]() |
THANKS too for the great theme however (xotof) is an app for uploading photos on my android phone and it does not function any more. |
|