Theme: GreyDragon - v.4.0.2
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
bigu_c wrote:
Sidebar width options too mmm, no. it would mean either inline CSS or CSS server. do not want to do that just yet Serge |
|
zottel
Joined: 2012-05-22
Posts: 11 |
![]() |
Thanks a lot, Shad! I don't have the time to implement that right now, but I will soon. @Serge Yes, I'd vote for such an option, too, of course. |
|
Astor
Joined: 2005-12-15
Posts: 154 |
![]() |
Thank you Serge for your great work. I wish customize browser tab title and add the album title to the photo title. I have identified these in page.html.it of GreyDragon theme but I do not know what to do Quote:
<? if ($page_title): ?> Can you help me to edit this code? My site http://www.alefoto.it/photo/ |
|
zottel
Joined: 2012-05-22
Posts: 11 |
![]() |
@Shad Hm, I implemented that now and double-checked that it looks like you wrote above, but it didn't do the trick for me. I disabled, saved then reenabled and saved extended aspect ratio to make sure some "dirty flag" that might be present is set. Then I rebuilt all thumbnails, but they look just the same as they did before, i.e. protrait thumbnails are as wide as the thumbnail width and are cut at the top and at the bottom. Is there something else I have to do to make this work? Thanks, Christian |
|
shadlaws
Joined: 2012-03-14
Posts: 183 |
![]() |
Sorry, I didn't mention: what do you have the "aspect ratio" dropdown set to? The mod I posted only works if the aspect ratio is left as "Actual" (whose actual value is the "photo" option you see in the code). If you'd like something else, you can hack the code a bit different. The key is you want to run the line $rule = Image::AUTO; and not $rule = Image::WIDTH;. Take care, |
|
zottel
Joined: 2012-05-22
Posts: 11 |
![]() |
Hm, it was set to actual. I now looked into the database and found that in the thumb rule in the gallery_rules table, master was set to 4, which is Image::WIDTH, so it couldn't have worked. A deeper look into the code of admin_theme_options.php told me that this rule is only rewritten if the rebuild thumbnails option is checked. I expected that the rule would always be rewritten (i.e. new thumbnails would be created in the new way after the setting is changed), and setting the rebuild thumbnails option would only flag them for rebuilding, nothing else. I probably first set the rebuild thumbnails option and later changed the thumbnail size options to my desried values before I actually started the rebuild process. @Serge: Is there a good reason why the thumb rule is only updated if rebuild thumbs option is also checked? |
|
zottel
Joined: 2012-05-22
Posts: 11 |
![]() |
Yay, it works now, thanks Shad. |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Serge, I just don't know how else to start to figure this problem out, so I'm asking you. Lately I've redone my entire website using WordPress. One of the plugins for a gallery uses something called "Shutter" for a "Fancybox" like animation. What I have found though is that the WordPress gallery plugin (not related to G3) allows browsers to dynamically resize the window when the image exceeds the window dimensions. Edit: |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
zottel wrote:
Hm, it was set to actual. Because it is very expensive operation as thumbs need to be rebuild Serge |
|
zottel
Joined: 2012-05-22
Posts: 11 |
![]() |
Ah, so setting the thumb rule is what flags the thumbs as "rebuild required"? Ok, then it makes sense, of course. I thought these were different operations, like if the thumb rule is changed, all newly uploaded pictures will get thumbs according to that rule, and only if they were set to "rebuild required" in a seperate operation, they would be rebuilt. |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Two things here: (1) I've forgotten how thumbnail sizes work in GD. Can you refresh me? I looked all over and in options, but can't find that option. I'm thinking I did it with css somehow. lol -------- (2) I was thinking it might be a good idea to have the option to dynamically scale thumbnails. Ex: Example of Solution: |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Serge, I just updated GD from a really old version. I remember that you could set one of the image "boxes" (or maybe all of them, but definitely Fancybox) to show the popup image, and then if you clicked it again, it would give you a full sized version without any watermarks--but only for people who had accounts and were logged in. Do you remember that? It was really helpful because I could use watermarks for the general public and then clients could click the popup image, and get the final version (no matter what it's size was) without the water marks. Did you take that option out? ty |
|
Feliz
Joined: 2009-01-08
Posts: 30 |
![]() |
Serge Once more congratulations for you great Theme. I have two small issues that I can't find a solution in the forums, so I hope you could point me the right direction. One is related with your theme Grey Dragon, the other is more related with Gallery3 in general. #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? #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. Best Regards |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
One other thing: How do I change the banner URL? Can I do that in css or does that need to be done in a php file? If so, can I copy that file to a special directory like I did with the custom.css file? |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
I don't currently see any Gallery Title nor do I see the folder img you want to take out of the thumbnails. Please use Firebug to find the css you want (http://getfirebug.com/). Also, do you have your "custom.css" file set up yet? I found the folder image you want to take out. comment out the "background: url": Feliz wrote:
Serge |
|
Feliz
Joined: 2009-01-08
Posts: 30 |
![]() |
Hi Dwdallam, thank you for your answer. The icon problem is solved with the custom.css, and the problem was with the Album Description, not the Title. Sorry about that. For the #2 Issue, maybe I didn't explained well, but english is not my natural language. Here is a better explanation to the problem. In Gallery2 when you edit an album, there is an option where you can choose any image, even in your hard disk, to be the album cover. On my site I have some albums which have no images, only sub-albums, to group the galleries by a specific theme. So I need to set an image to the Main Album, to help identify the galleries inside, the problem is that Gallery3 gets an image from the first sub-album, and set it as the Main Album image. I want to know it is possible to choose the image. Best Regards |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
Two things here: yes, you are correct dwdallam wrote:
(2) I was thinking it might be a good idea to have the option to dynamically scale thumbnails. use flexible column layout, set fixed width of the gallery (see FAQ). Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
I just updated GD from a really old version. I remember that you could set one of the image "boxes" (or maybe all of them, but definitely Fancybox) to show the popup image, Use Fancybox, Colorbox or Shadowbox dwdallam wrote:
and then if you clicked it again, it would give you a full sized version without any watermarks--but only for people who had accounts and were logged in. I do not think there was ever option like that. In fact, if you do allow full size by permissions, "popup" would have full size image... Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
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: there is a module somewhere which allows you manage album covers Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
One other thing: How do I change the banner URL? Can I do that in css or does that need to be done in a php file? If so, can I copy that file to a special directory like I did with the custom.css file? not via CSS Serge |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Yes I understand the first part, but I was just using that to include information about how clicking the "intermediate" popup image would then allow the full sized image to show without any watermarks. I do remember that now distinctly. You would click the thumb, then you get the "intermediate" image. Then if you clicked it again, it would give you the final image without watermarks, and the final image would sort of slide out to the left and upper corner--to show you it was giving you the full sized image. It was an option you set in admin to allow only registered users see the full sized image. Otherwise, you would only see the "intermediate" image with watermarks. Please remember!!! It was a great tool. Serge D wrote:
|
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Ok thanks for the information. I could probably get it done, but I'm having second thoughts about G3 now. (sorry to say So I wanted to post some thoughts and information you might want to look at. First, the main reason I'm having doubts about keeping up with and developing G3 is that I recently changed my entire website into WorPress. The reason I did that was initially only to allow me to post tutorials for model posing (I'm a photographer). But then i got into wordPress and found it was incredibly developed and very mature--great documentation and back-end/front-end integration. Like G3, they have directories where you copy all files to make changes. Please let me explain: Once you install WorPress, you create a directory in the "themes" directory called "child-theme." The logic is built into WP. That's how it works for all 3rd party themes too. Now you can copy any php or css files into that location and work on them. Having this type of universal method greatly reduces the time developers, like you, have to spend helping people. The best part--It's all CLEARLY documented in the WordPress repository. Second, all the plugins, like G3, go into one place. The difference is that you install them and remove them directly from the front end (if you prefer, you can install them like G3 by FTP). You browse the repository of plugins right from the WP front end, install them, and activate them from the front end. Each plugins has install and details right in the front end as a popup. In essence, everything is perfectly organized. The plugins--like yours do now--all tell you if they are conflicting with each other or not. Third, the WP website has all of the information you need in one simple location. All of the plugins have their own sub forum in the same location. You can reach each plugin's help forum right from the WP front end, as well. All of them have a link to the their help forum INSIDE WP! What does all of this mean? It means people spend almost no time looking for the location of help files/forums, and then less time is needed by developers to answer questions. Last, WP is a "blog" CMS, but it's much more than that because it is so easily customizable. Changing links to banners or anything else can be done in css. Forwarding from your root directory to the index.php in order to show www.yoursite.com/page instead of www.yoursite.com/Gallery3/page is as easy as copying a php file from your WP directory to your root directory and changing one directory name in it. Fully documented and easy to do. This is it: /** /** Loads the WordPress Environment and Template */ All of the comments are added by the developers. The only thing I changed is ./wp-blog-header.php to ./WP/wp-blog-header.php ("WP" directory) DONE! Well, the reason I am writing was to say one thing. WP, as it is currently, is weak in one area--a gallery! The best plugin gallery for WP is currently NEXgen Gallery and it's helpers. The problem is that the built in WP gallery function is very weak in that it is hard to manage galleries and you have very little control of them. In the next update, the developers are supposedly going implement most of the suggestions to improve the WP gallery option. I suspect it will be more like NEXgen Gallery plug in. Last, and to bring all of this to a conclusion are these final points: (1) WP does all of the permissions for galleries. That's very mature and easy to use. You can password protect "pages" where the galleries reside using an easy method in the front end. So you don't need any permissions with any development of a gallery for WP (although some do). (2) All galleries in WP are integrated in the WP directory--that is, embedded--unlike having to link to an external gallery database. (3) If you learn the WP front end, then you automatically understand any gallery plugin method. This means only one system to learn and keep up with. (4) You get image gallery and also a full fledged CMS complete with form mails, spam protection (in many forms including AKISMET) all in one place. So, I'm saying that although G3 is a great piece of software, I'm having a hard time justifying anymore of my time keeping up with it and trying to modify it when I can use WP to do the same thing, and much easier really. The only thing keeping me from going 100% WP is that it does not have a fully robust built in gallery and relies on gallery plugins. I'm almost positive that the WP/gallery plugins can handle everything, but it's not as robust as G3 is (Although it is easier to modify) and so I am not moving yet. What do you think about all of this? Would you be interested in developing a WP plugin gallery? I wouldn't make any decisions until the next version of WP comes out so we can see what it's new gallery function looks like. But I'm sure there will be many needs for Gallery plugins. At the very least, you may want to install WP and have a look at it. In the mean time, here is my new site done in WP. This is the main site: You can browse to a gallery I set up by going to this page: (Yes you can password protect individual pages where the galleries are!!! That's built into WP.) Looking forward to your ideas. Serge D wrote:
|
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Oh one thing you should know: WordPress.org is the official site. |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Check this out too: |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Feliz wrote:
Hi This is easy. Create an album under any other album and upload only images you want for the album cover--if you don't want any that are. Then hide the album with album covers using Admin permissions (you don't need to hide it is you don't want to). You can now use any images from the hidden album (protected) on the album cover of any higher level album. "choose as album cover" It's kind of unclear but if you have a sub album, you assign a cover to it using the images in it, and then use the cover of that album for the main album. |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
Yes I understand the first part, but I was just using that to include information about how clicking the "intermediate" popup image would then allow the full sized image to show without any watermarks. Hm, Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
Ok thanks for the information. I could probably get it done, but I'm having second thoughts about G3 now. (sorry to say I am long-time WP user myself (blog.dragonsoft.us) and I know all advantages of it. even photo gallery (not G3) within Serge |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Serge, yes, what I did was set the "re-sized" image to 700px and then upload the image which was full sized at 700px. then when I clicked on the 700px popup image, the 700px full sized image would appear--w/o watermarks. Serge D wrote:
Hm, |
|
acydskull
Joined: 2012-06-05
Posts: 2 |
![]() |
Hello, I am a new user of GP and I really love your GD theme, I find it's the only theme that gives me what I am looking for. I am wondering if there is anywhere where I can find a "formula" (settings, modules, etc.,) to get it to look like the screen capture in your blog or as close as possible to this demo: Many thanks in advance. |
|
sash140367
Joined: 2012-06-05
Posts: 5 |
![]() |
Serge. 1. Thank you for a wonderful G3 theme! I would like to have some links in G3 "custom menu" that will take my users/visitors to my blog (which is a WP installation). sash |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Sash See my G3 here: On the left you will see two links in the sidebar. That's a plugin. You can add anything you want to it, including links. The module is called "CODE BLOCK." |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Serge, Agreed. I'm glad you are familiar with WP. I thought it was a great system. I'm very impressed with it. For those reading this discussion on WP: Serge is right: Not ready for a full gallery ready--yet. Also, true--G3 will never get like WP because there isn't enough development with G3. G3 have a very small team compared to WP. Port G3 to Word Press: Yeah, there are lots of threads out there discussing that, but when you think about it, yes, it would just duplicate things and make WP more convoluted. It's not worth it. It seems that as CMSs evolve, the necessity and time spent on products like G3 come into question. Right now, I'm stuck in the middle becsaue I am now using WP and I want to migrate my photography database to WP also--but like you say, it's not ready for millions of images--yet. Still I find myself getting sucked into G3 becsaue I believed in it, and it's a challenge figuring it out and fun to help people. But I don't have the time to do both. I'm glad your keeping your eye on WP though. Have you heard anything about the next update--coming very soon now--and how it improves the WP core gallery functions? Serge D wrote:
|
|
sash140367
Joined: 2012-06-05
Posts: 5 |
![]() |
dwdallam wrote:
Sash dwdallam, thank you for your suggestion. From the module description I see that "code block" adds more functionality to the sidebar. However, I need to have custom menu in a separate location from the sidebar. My "sidebar" area displays rss links, tag cloud, etc in the "main" area of the gallery layout. What I need it is to place a custom menu in the header of the gallery (next to the logo, for example). I have tried to install "custom_menu" module but it doesn't show any new pages in "grey dragon" theme... I am not sure if that is because I am doing something wrong or the "custom_menu" module is not compatible with Grey Dragon theme... please, could someone help with adding a "custom menu" to Grey Dragon tutorial? sash |
|
sash140367
Joined: 2012-06-05
Posts: 5 |
![]() |
Nevermind about "custom_menu". I've figured it out. One question still remains, though... Is it possible to have another "sidebar" in a theme? It looks like that the preinstalled "sidebar" that comes with G3 installation acts as sort of a widget area similar to WordPress. However, in WP you can have a bunch of those "widget areas" in different parts of the page template. For example, header would have "widget-area-1" displaying rss feed and search; main content area would have another widget area displaying meta, adblocks, etc; and footer would have yet another widgetized area displaying comments, recent posts, and so on. What I am trying to achieve in gallery display is to have a structure something like this: 1. header div: logo | menu | custom-menu | search |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
Serge, yes, what I did was set the "re-sized" image to 700px and then upload the image which was full sized at 700px. then when I clicked on the 700px popup image, the 700px full sized image would appear--w/o watermarks. did you confirmed that you can do it now? Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
acydskull wrote:
Hello, I am a new user of GP and I really love your GD theme, I find it's the only theme that gives me what I am looking for. I am wondering if there is anywhere where I can find a "formula" (settings, modules, etc.,) to get it to look like the screen capture in your blog or as close as possible to this demo: admin settings are as below BODY { margin-left: auto; margin-right: auto; width: 1270px; } #g-footer { font-size: 0.8em; } .g-album-grid-container { margin-left: auto; margin-right: auto; text-align: center; } .g-wall #g-column-centerfull .g-album-grid-container { width: 100%; padding-left: 20px; } .viewmode-mini #g-column-bottom { margin-bottom: 2em; } .g-item .g-context-menu li li a.ui-icon-rotate-ccw, .g-item .g-context-menu li li a.ui-icon-rotate-cw { display: none; } #g-site-menu .ui-icon-rotate-ccw, #g-site-menu .ui-icon-rotate-cw { display: none; } #g-rootpage #g-column-right { display: none; } #g-rootpage #g-column-left { display: none; } #g-exif-gps-maps li { display: none; } #g-exif-gps-maps li:first-child { display: inline; } .requires-flash .g-message-block.g-info { display: none; } .g-thumbslide, .g-album .g-thumbslide { background-color: transparent; } #g-photo { min-height: 820px; } #g-info .g-description a { background: url('../images/e-link.gif') no-repeat right top; padding-right: 10px; } #g-album-grid { padding: 6px 0px 0px 3px; margin-left: auto; margin-right: auto; display: inline-block; } .g-description { min-height: 2em; } .g-metadata { min-height: 2em; } .g-metadata li { display: none; } .g-metadata li:first-child { display: inline; } #g-custom-footer { float: left; bottom: 0.5em; position: absolute; margin-left: 14px; } #g-custom-footer li { display: inline; } #g-custom-footer-c { float: left; position: absolute; left: 380px; bottom: 0.5em; } .g-block { min-height: 142px; } @media only screen and (max-device-height:900px) { #cboxCurrent { visibility: hidden; display: none; } } #slideshow div { width: 800px; height: 800px; } #g-rootpage-slideshow div { width: 800px; height: 800px; } #g-rootpage-slideshow div img { margin: auto; display: block } .FotomotoToolbarClass { position: absolute; top: 4px; right: 4px; max-width: 120px; padding: 4px 6px 6px 6px; background: #1E1E1E; filter:alpha(opacity=85); opacity:.85; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; z-index: 100; } ul.FotomotoBar .FotomotoSeparator { display: none; } .FotomotoToolbarClass ul.FotomotoBar li { padding-right: 4px; } .FotomotoBar a { display: inline-block; zoom: 1; background-image: url(../images/fotomoto.png); width: 20px; height: 20px; text-indent: -9999px; } .FotomotoPrintButton a { background-position: 0px -22px; } .FotomotoCardButton a { background-position: -22px -22px; } .FotomotoCardButton a { background-position: -22px -22px; } .FotomotoLicenseButton a { background-position: -42px -22px; } .FotomotoShareButton a { background-position: -84px -22px; } .FotomotoECardButton a { background-position: -62px -22px; }
Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
dwdallam wrote:
I'm glad your keeping your eye on WP though. Have you heard anything about the next update--coming very soon now--and how it improves the WP core gallery functions? Not much, I am developing custom themes for WP, and I keep an eye on anything new about it. you can find decent amount of Photo Blog themes out there already and if one works for you, then it is always an option. it just different style of presenting data. Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
sash140367 wrote:
Is it possible to have another "sidebar" in a theme? No, G3 is single "barred". I have made few requests for it in the past, but without much luck to get any attention from core team. Serge |
|
sash140367
Joined: 2012-06-05
Posts: 5 |
![]() |
Serge D wrote:
Serge, thank you for your reply. I think I saw your comment on Gallery3 codex (http://sourceforge.net/apps/trac/gallery/ticket/1079 and http://sourceforge.net/apps/trac/gallery/timeline?from=2010-03-13T19%3A59%3A52Z%2B0000&precision=second). That's too bad for G3 core team. as a work-around: 1. is it possible to insert, let's say a "random-image module" code straight into the page.template.php (similar to shortcode of WP or otherwise)? sash |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Then you better get busy learning some php and js. This is the problem with G3--it's very stiff when it comes to modifying it like you want. Remember, G3 is a GALLERY not a CMS. If you remember that you will save yourself a lot of headaches--I spend 3 months trying to get G2 like I wanted and finally did somewhat, but gave up due to time restraints. I think if it weren't for GreyDraon G3 would not have been as popular with it's supporters. GreyDragon really enhances G3. G3 just isn't set up to easily add menus where you want, or sidebars and columns. You might try ZenPhoto which is a stand alone blog/media-gallery system--and a damn nice one at that. However, it's not as developed as WordPress is. http://www.zenphoto.org/ It does have it's own blog and was specifically a gallery that evolved. In summary, G3 is a GALLERY specific, and if you need lots of customization, you'll need to do lots of customized html, php, js, and css (Like Serge has done). I know this isn't what you want to hear, but hopefully it will help you make a decision before you have 100s of hours in it only to finally understand that G3 is a GALLERY and does not work well as a CMS system--at all. With all due respect given to the G3 team, I suggest ZenPhoto because it sounds exactly what you are looking for. sash140367 wrote:
|
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
sash140367 wrote:
2. Could you please tell me how to add custom menus to your theme? Enable the "Show Main Menu for Guest Users" on the theme settings and use one of the following modules: Dave _____________________________________________ |
|
sash140367
Joined: 2012-06-05
Posts: 5 |
![]() |
floridave wrote:
I have most of what I wanted to do working now, thanks to your suggestions about those modules. Well, not all is working but most and that is enough to keep going with G3. The only thing missing is obviously lack of second "widgetized" sidebar in G3. Oh, well. Great many thanks regarding those modules! the biggest problem for me was that I just didn't even know about them. Once you have alerted me to them - it was a breeze. So, thank you, again. @ dwdallam thank you for your suggestions. I have tried ZenPhoto a loooong time ago. Didn't like it that much and absolutely loved Gallery2. It was not even a contest, as G2 thoroughly outshined ZenPhoto (at that time). Perhaps I should revisit ZenPhoto. I have been using G2 but recently decided, for the sake of progress, upgrade to G3. I am not impressed with G3 thus far. It does the job, I suppose, but G3 is light years behind the development support that G2 had. Luckily, we live in a technology-driven world, so "light years" is not actually that long. I am not a PHP/JS developer. I am a photographer. Very few of us, photographers have the know-how of the scripting. So we have to rely on "unofficial" work (modules, themes, etc) and support of other enthusiasts like floridave and Sergei who can do both. I hope G3 team realizes that and helps these folks. in my opinion, sash. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Serge, Cheers! |
|
Shemo725
Joined: 2008-04-18
Posts: 424 |
![]() |
Serge, not sure if this has been pointed out before (haven't browsed the last few pages), but this is how my window looks when adding a new album and photos, as seen by the provided attachment. |
|
acydskull
Joined: 2012-06-05
Posts: 2 |
![]() |
Thank you very much for your reply and all the info. Kind regards. |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Zen has come a long way like WordPress. I looked at Coppermine, Zen, and WordPress years ago and Gallery 2 was an easy choice. Not so any longer though. G2 is light years ahead of G2 in being clean coded though. sash140367 wrote:
I have most of what I wanted to do working now, thanks to your suggestions about those modules. Well, not all is working but most and that is enough to keep going with G3. The only thing missing is obviously lack of second "widgetized" sidebar in G3. Oh, well. Great many thanks regarding those modules! the biggest problem for me was that I just didn't even know about them. Once you have alerted me to them - it was a breeze. So, thank you, again. |
|
dwdallam
Joined: 2006-11-19
Posts: 394 |
![]() |
Hey guys, I'll be bowing out now because I have G3 as good as I am going to get it. I think it will serve me transitioning into WordPress from here out. (WordPress will eventually have a full slung gallery at some point. I think for my needs, I can make it word now for my main gallery app. but I'll be leaving G3 up until I completely test it. Thanks for all the help and I hope I have at least given back a little to the group. I learned a lot here that helped me get WP up and running really fast. This is a great community of involved and knowledgeable people. Good luck with GD and G3 all! |
|
windracer
Joined: 2007-03-05
Posts: 113 |
![]() |
Shemo725 wrote:
not sure if this has been pointed out before (haven't browsed the last few pages), but this is how my window looks when adding a new album and photos, as seen by the provided attachment. It has been brought up, but I'm still having the same problem too (but intermittently) It has something to do with CSS. The last fix (I think) was to use ".ui-dialog .ui-dialog-content {clear:both; }" (I put this in my custom.css so as to not modify the delivered greydragon files). |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
floridave wrote:
Serge, I could, what is the logic to determine if item is the g-movie? Serge |
|
Serge D
![]()
Joined: 2009-06-11
Posts: 2466 |
![]() |
Shemo725 wrote:
not sure if this has been pointed out before (haven't browsed the last few pages), but this is how my window looks when adding a new album and photos, as seen by the provided attachment. As I switched to a HTML 5 there may be some issues with dialogs Edit: Try fix above .ui-dialog .ui-dialog-content {clear:both; }
Serge |
|