Ebony Theme
Bios Element
Joined: 2008-06-04
Posts: 1 |
![]() |
Could this in any way be fixed so that the Lightbox will work with Watermarks? Because no matter what i try to do, it never watermarks the Lightbox image... |
|
clyde4210
Joined: 2008-06-01
Posts: 3 |
![]() |
I have an issue with this theme. great theme by the way. in the sidebar whenever i click newest image or most viewed i get a page not found. it's looking for something but i am unsure as i never did find a popular.php file. is it this theme or something with my files? i also can not rate photos as admin or regular user. 2.2.4 straight install on sub domain. thanks. |
|
Dirkii
Joined: 2008-01-16
Posts: 214 |
![]() |
Hallo Jesse, To post here - http://www.zzvo.com/story/ebony-gallery2-theme/all-comments/#comments - seems not to work, so I will do here again: Absolutely great theme you made. The theme seems to work well. After installing its modules this error occured: [Translation error: Array ( [one] => (%d item total) [many] => (%d items total) [count] => [arg1] => ) ] I have posted the error here: Nice greetings, Dirk. ---------------------------------- |
|
utsav
Joined: 2008-05-20
Posts: 5 |
![]() |
This Theme is awesome but has lots of bugs and serious issues. It will be good if Jesse fixes it asap |
|
sammap
![]()
Joined: 2008-06-10
Posts: 2 |
![]() |
Great job done.~~~ |
|
mladja04
Joined: 2008-06-11
Posts: 2 |
![]() |
Hello, How I to add Navigation meny and Top menu as you have it in http://www.tuwang.org, random images etc...? Thank you very much, Mladen www.footballwallpapers.us |
|
Pappnase
Joined: 2008-03-16
Posts: 4 |
![]() |
utsav wrote:
This Theme is awesome but has lots of bugs and serious issues. It will be good if Jesse fixes it asap hello it looks like jessy don't plan an update -------- Hi Jesse, Any updates on the template? Jesse Lee 发表于 2008-06-07 22:09 @Tyrone |
|
illusive817
Joined: 2008-05-14
Posts: 3 |
![]() |
its an awesome theme , i really like everything about it , only i cant get the |
|
ShOcK
Joined: 2008-06-26
Posts: 1 |
![]() |
Hellow I'm new here. Can anyone please tell me how can I disable Lightbox & sidebar in ebony theme. I want to have same navigation as on tuwang.org. Thanks for any help. Also I cannot get HTML plugin at get more plugin it just doesn't show for installment. |
|
Paludis
Joined: 2008-06-25
Posts: 1 |
![]() |
I'd also like to disable the lightbox. What code do I need to change to do this? |
|
xlancealotx
Joined: 2007-03-30
Posts: 17 |
![]() |
Any response on shOck's question. I too really like the theme, but wish to have the nav bar as in the tuwang.org site. I don't want to have to click the sidebar each time, so how do you default that sidebar to on all the time? Great job though, really nice theme. |
|
ysandhu
Joined: 2008-07-30
Posts: 4 |
![]() |
I also want the theme to be they way it is in demo site http://www.tuwang.org . I mean i do not want sliding side bar. i want it fixed and separated. Any help Please.. |
|
Manitou
![]()
Joined: 2008-03-26
Posts: 14 |
![]() |
Hi all. |
|
rocdawg
Joined: 2006-02-09
Posts: 2 |
![]() |
is there a way to remove the reflections aspect from primary album thumbnails and only have it used in thumbnails within the album? Thanks |
|
mervyngroves
Joined: 2008-08-03
Posts: 92 |
![]() |
Excellent theme, trying out all the variables somehow I've lost access to the sidebar when logged in. It's only when logged in that the sidebar does not appear! Any ideas? |
|
ASNet0007
Joined: 2006-10-17
Posts: 177 |
![]() |
Anyone got the lightbox to span multiple pages in an album. I tried to follow this http://codex.gallery2.org/Gallery2:Lightbox_JS_Tutorial but it looks like this theme uses a different type of lightbox. |
|
Shemo725
Joined: 2008-04-18
Posts: 424 |
![]() |
How do I get the theme to display the album views on the root display??? Also, how do I make it so the images don't open up using the lightbox, but rather open up with the 'photo page' view as you have it listed on the main page. |
|
clothahump
![]()
Joined: 2002-11-26
Posts: 127 |
![]() |
It also does untold damage to other themes from what I can see. |
|
shurik
Joined: 2007-02-22
Posts: 7 |
![]() |
Hey dude. Another question, what is the best way to go about changing the main middle black background to white, and, of course, change some of the font colours from white/grey to darker colours or black. Thanks a lot! Great theme! |
|
Gapagos
Joined: 2008-09-25
Posts: 3 |
![]() |
Hey is there any way I can remove the "Gallery" image text at the top of the theme? (galleryLogo.gif) I tried replacing it with a black 1x1 pixel .gif but I still have an empty black box of 55 pixels tall, so it's a lot of space being wasted on my website, and sincce I use frames, I have a link for "Gallery" on my website already. When "Gallery" shows up at 2 different spots it looks silly. Thanks. |
|
maxbuzz
Joined: 2008-09-25
Posts: 94 |
![]() |
This is a superb theme and I have been trying to use it for my site. Here are a few things that I am not able to do. Any help would be appreciated Thanks, |
|
Gor
Joined: 2008-10-03
Posts: 5 |
![]() |
To remove the banner: Open file "theme.tpl" from its location the templates folder. Scroll down to around line 67 and you'll see: </div> {g->theme include="ads.tpl"} </div> Remove the text which I highlighted in red. To make the "Newest Photos" and "Most Viewed Photos" links work: First, you will need to have the URL REWRITE plugin installed and activated. Load file "sidebar.tpl" from its location the templates folder. Scroll down to line 17. You will see: <li><a href="/updates"><strong>Newest Photos</strong></a></li> Change the href to reflect your path to your gallery. <li><a href="./updates"><strong>Newest Photos</strong></a></li> I hope it works for you! Thanks! |
|
agarg
![]()
Joined: 2007-11-16
Posts: 64 |
![]() |
drivindisco wrote:
how to remove thumbnail refelections Hi Disco Could you please tell me how "you managed" to kill lightbox? And yes, I would be fine if that killed the reflections too. Much appreciate. |
|
maxbuzz
Joined: 2008-09-25
Posts: 94 |
![]() |
Gor, Thanks, both your suggestions worked Quote:
First, you will need to have the URL REWRITE plugin installed and activated. I had missed the sidebar.tpl part. Thanks again for throwing light on it Thanks, |
|
maxbuzz
Joined: 2008-09-25
Posts: 94 |
![]() |
Still need to figure out 2. Align the text in the footers Any help would be appreciated Thanks, |
|
Gor
Joined: 2008-10-03
Posts: 5 |
![]() |
Maxbuzz, thank you! Yeah we still need to figure out the ones remaining. |
|
poco
Joined: 2008-10-06
Posts: 1 |
![]() |
I would like to ask how to install themes? 请问如何安装主题? |
|
Gor
Joined: 2008-10-03
Posts: 5 |
![]() |
poco wrote:
I would like to ask how to install themes? Really? RTFM! |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
Still haven't been able to remove the sliding sidebar. anyone figure out how to make it stick but not cover the thumbnails? Great theme! |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
It seems theres some javascript code to do the sliding, theres some code in ebony.js but also a snippet about sliding in mt.js. disabling either of those parts causes the sidebar to superimpose over the main page instead of off to the side like he has it at www.tuwang.org. |
|
ASNet0007
Joined: 2006-10-17
Posts: 177 |
![]() |
is the sidebar not controlled by CSS styles sheets. themes/ebony/theme.css most of the themes layout is found in this file. |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
Here is the section in theme.css for the sidebar. I'd appreciate it a great deal if someone could point out to me what I need to change to make the sidebar stick outside the main gallery page and not superimposed over it. } #gsSidebar div ul { /* no > in IE */ font-size: 12px; font-weight: bold; } #gsSidebar div ul ul { font-size: 12px; } #gsSidebar ul span { color: #999; } #giFormUsername, .giFormUsername, #giFormGroupname, #giFormPassword { background-color: #fff } div.gbNavigator div.first-and-previous { float: left; } div.gbNavigator div.next-and-last { float: right; } div.block-search-SearchBlock { clear: both; margin-top: 5px; } form#search_SearchBlock { margin: 0; padding: 0; } div.block-search-SearchBlock a.advanced { display: block; padding: 3px; } div.block-core-ItemLinks { margin: 3px 0; } div.block-core-ItemLinks a { padding: 3px; } div#gsSidebar div.block-core-ItemLinks a { display: block; } div#sideBarContents div.block-core-ItemLinks { float: left; padding: 15px 0 5px 0; } *:first-child+html div#sideBarContents div.block-core-ItemLinks { padding: 0; margin: 0;} div#gsSidebar div.block-core-PeerList a { display: block; padding: 2px 0; } div#gsSidebar div.block-core-PeerList span { font-weight: bold; display: block; padding: 2px 0; } div#gsSidebar div.block-core-PeerList span.current { color: #bbb; } .buttonShowSidebar a { display: block; width: 15px; height: 15px; background: url('../ebony/images/showsidebar.gif') no-repeat; } .buttonShowSidebar a:hover { background-position: -15px 0; } .buttonHideSidebar a { display: block; width: 15px; height: 15px; background: url('../ebony/images/hidesidebar.gif') no-repeat; } .buttonHideSidebar a:hover { background-position: -15px 0; } #gallery #sideBarContents { position: absolute; top: 114px; right: 16px; background: #3B3B3B; padding: 0; overflow: hidden; z-index: 1; } #gallery #sideBarContents .gcBackground2 { background: #131313; border: 1px solid #3B3B3B; border-top: none; border-right: 1px solid #4f4f4f; } #gallery #sideBarContents h2 { font-size: 12px; padding: 2px 0; color: #888; } #description { margin: 5px 0; } #description .gbBlock { padding: 0; } #tagwrap { clear: both; } #tagwrap h3 { margin: 0; } #description, #folksonomy, .gcBorder3 #toolbar, .BlockTitle { color: #888; background: #333; border-top: 1px solid #4b4b4b; border-right: 1px solid #141414; border-bottom: 1px solid #111; border-left: 1px solid #444; padding: 5px 10px; } #textBanner #description { color: #555; border: 0px; background: #161616; } #gallery #sideBarContents .BlockTitle { padding: 2px 5px; } |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
I have been all over je55e's site with webdav and firebug looking for how he has his css setup but I can't find any differences between the stock ebony theme code and what he has on his site. anyone have any ideas? |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
Is the sliding sidebar a function included in g2 or is it a customization done by je55e? |
|
bt86bt
Joined: 2008-10-18
Posts: 2 |
![]() |
For those interested in a fix for disable lightbox there is one here: Use google translate for instructions. I have tried it and it works. Then I changed back, now I recommend users to use piclens but have lightbox for people who dont have it. If people dont like any of them they can press the name of the image, simple as that. My gallery in my signatur is based on Ebony and I love it |
|
maxp
Joined: 2008-10-19
Posts: 4 |
![]() |
Great job on this theme! There are still problems I can't handle myself, maybe you can help me: Thanks in advance! Best wishes, Max |
|
tomnel
Joined: 2005-05-01
Posts: 31 |
![]() |
It would appear as though the creator of this theme has completely abandoned his Gallery2 'Ebony' theme. if you go to his site www.tuwang.org (Not at all safe for work) he has replaced gallery2 with a 'Wordpress' based photo blog. This is unfortunate for those of us that enjoy gallery2 and enjoy his theme work. I guess thats the price you pay for free beer... |
|
Je55e
Joined: 2008-01-31
Posts: 33 |
![]() |
Hi guys, I gave up Gallery2 due to server usage. My site has been suspended several times because of exceeding limit of cpu usage. The Ebony theme will not be continued, if anyone is interested in developing it, feel free to do it. Thanks for all you comments. Jesse |
|
Gor
Joined: 2008-10-03
Posts: 5 |
![]() |
You know what would help? P.S: No wonder you're getting all these hits - I've seen your site content LOL! |
|
ASNet0007
Joined: 2006-10-17
Posts: 177 |
![]() |
I also really liked this theme. I have decided in light of the news that this theme has ended to learn a bit more about the gallery themes. I have found with a few tweaks, the matrix theme (probably others) can be made to look similar to ebeny. for example I have found that if I change lines 98,99,100 of the matrix/theme.css to this Quote:
#gallery { The whole site gets centered like ebeny. Other pages that can be tweaked are theme.tpl & album.tpl When I have finished playing/learning how to convert the code over to matrix I'll post back, unless someone who actually knows what they are doing wants to revive ebeny... |
|
wow0609
Joined: 2008-10-24
Posts: 1 |
![]() |
Je55e, I appreciate all the hard work you have put into the theme. Since your site is currently down, where can I get the Ebony theme? Does someone else have it somewhere that I can download it? Thanks, all. -w |
|
Gor
Joined: 2008-10-03
Posts: 5 |
![]() |
I have my version available for download at this location: Go there for more information, a demo gallery link and download. |
|
pengyangying
Joined: 2008-10-28
Posts: 2 |
![]() |
Thank you so much! |
|
agarg
![]()
Joined: 2007-11-16
Posts: 64 |
![]() |
Gor wrote:
I have my version available for download at this location: Great Job. Any Idea why it does not work with G2.3 >? |
|
peter_nach
Joined: 2008-11-04
Posts: 2 |
![]() |
Hello, I make a first test with the theme ebony, and I like it very much. But I have a problem if I try to make comments, please see picture below. Thanks, all. peter |
|
makkura
Joined: 2008-11-09
Posts: 3 |
![]() |
Unfortunately there no longer seems to be a version of ebony available for download. Thanks, b |
|
mbmarquart
Joined: 2008-09-12
Posts: 7 |
![]() |
Here is the version that I have downloaded and incorporated into 2.3, it can also be found here: http://codex.gallery2.org/Gallery2:User_Contributions#Themes I'm having a few issues however: Numbers 2 and 3 I can handle, inefficient and doesn't make a lot of sense, but it works. I've seen posted that removing the ads.tpl line from the theme.tpl file would take care of issue number 2 but I have been unsuccessful with that for some reason. Number 3 just doesn't make any programmatic sense, neither of them do for that matter. It almost seems as though there is a hidden link somewhere in the code that draws from the original theme somewhere from buzzc.com or something - perhaps an original of the author? Just strange. Number 1 I would like to get fixed if anyone has any suggestions. Thanks! |
|
swampy32
Joined: 2006-03-26
Posts: 18 |
![]() |
I think this might help you to remove the lightbox it seems to work on mine but you also loose the reflection I hope this helps Swampy Quote:
Find this code in album.tpl around line 145 and end around 177 between the {strip} tags like this |
|
swampy32
Joined: 2006-03-26
Posts: 18 |
![]() |
To add the reflect back to the thumbs find class="%CLASS% giThumbnail"} and change to class="%CLASS% giThumbnail reflect"} this needs to be done twice for all of those that just want to remove the reflection from the thumbs find class="giThumbnail reflect"} and just remove the reflect bit this needs to be done twice. The file to edit is album.tpl Swampy |
|
hebhansen
![]()
Joined: 2009-02-10
Posts: 573 |
![]() |
Hey all Jesse - compliments to your theme. Very nice and slick! I have tried to install in my Gallery as you describe. I get the following: That translates into something like: I am running Gallery 2.1.2 in PHP Safe Mode. This the only version that supports Safe Mode, so upgrading is not an uption. How can I get this to work? any ideas are most appreciated. all the best |
|