Theme: clean canvas
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Use a updated version and it will fix the issue. Dave |
|
thapieter
![]()
Joined: 2013-02-27
Posts: 2 |
![]() |
Hey everybody, I've been using this great theme for some time but I'm trying to figure out a way to display tags in the Album info field. |
|
tempg
Joined: 2005-12-17
Posts: 1857 |
![]() |
thapieter
![]()
Joined: 2013-02-27
Posts: 2 |
![]() |
@tempg: |
|
binaryhat
Joined: 2013-03-05
Posts: 2 |
![]() |
Hello, I'm trying to put my own nav bar in this theme but I can't find the right file to put it in. Also I want to embed my own header and footer image on each page. Any help would be appreaciated. Here's the link to my site--->http://www.hobesoundcomputers.com/chuckles/gallery/ |
|
engineer
Joined: 2005-09-13
Posts: 84 |
![]() |
When Gallery update to 3.0.5 and later, the theme seems to have problem after the core update. Please see attached picture, when mouse cursor move from left album to right album, the selection on left album does not disappear. But if I change to Wind theme, there is no such problem. The theme is updated to clean_canvas-rwedit-g304.zip *UPDATE* Luckily, after I copy themes/wind/js/ui.init.js to themes/clean_canvas/js/ui.init.js |
|
Armani2
Joined: 2007-05-09
Posts: 263 |
![]() |
Regarding the problem of thumbnails getting jammed together like I've posted about (and have seen others posting about) so far I've found if you delete this code (from page.html.php, roughly starting around line 26): |
|
timned88
Joined: 2011-08-31
Posts: 90 |
![]() |
rWatcher wrote:
This fix stopped working for me when I went to 3.0.7. Can someone please help me to get it updated? Thank you! It pertains to modules/info/helpers/info_theme.php **DISREGARD** I copy/pasted a backup version of the file into the newly updated one and it started working again. |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Does anyone else experience an issue with the 'close' buttons in 3.0.7 with this theme? (say you want to edit an album) is the close button in the dialog popup messed up? [img]http://codex.galleryproject.org/images/b/bc/Close.jpg[/img] |
|
punctuation
Joined: 2012-12-11
Posts: 37 |
![]() |
Works fine for me. I don't have 'close' text. ____________________________ |
|
Ser Moro
![]()
Joined: 2007-12-08
Posts: 79 |
![]() |
jnash |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Yea, appears that quite a few changes were made to the dialog menu bar setup in the 3.0.7 (or sooner maybe) ... I'm am absolutely terrible at CSS, so until someone smarter than me tackles it, guess I'm stuck with it. |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
Adding: .ui-button-text { display: none!important; } should solve most of the issue, but the "x" needs some positioning better as well. Dave |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Great start Dave! (You are 'the man' afterall!) |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Hmmmm. my 'x' is still out of alignment dave - hint, hint... |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
remove the above that I mentioned and add to the bottom of clean_canvas/css/screen_layout_base.css: .ui-dialog .ui-dialog-titlebar-close { height: 24px; margin: -12px 0 0; padding: 0 12px 10px 10px; position: absolute; right: 0.3em; text-indent: -10000px; top: 50%; width: 25px; } Getting as close as I care to worry about. Dave |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
As usual, you rock. Thanks, now I can fully upgrade |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Found another issue: Can't view fullsize image - well sort of - it shows at the bottom of the page (like the double ajaxify problem with the edit photo did) (also, Fancybox, Colorbox not working) |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I see that with a few themes with the experimental versions as well. Dave |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Will do I do recall that the fix for other double ajaxifying stuff was the 'bind(blah)' was changed to 'on(blah)'... grep recursively for bind in the clean_canvas theme dir and you'll see it... I'm not sure that's the fix, but it's a start |
|
ammaya
Joined: 2012-05-20
Posts: 5 |
![]() |
very will for me!http://yishutu.com/ |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
@ammaya - would you be willing to share any of your modifications to the theme you've made? I like the subtle changes made! Thanks if so! |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I think I have it sorted. Dave |
|
jnash
![]()
Joined: 2004-08-02
Posts: 814 |
![]() |
Seems to be working fine! - I also hacked up my version of the theme as well and got it. (Don't ask what I did either! My theme is so hacked up and customized, (Like I removed, non-wide and dark) so, me providing the theme isn't going to help anyone. Great Job! (did you make changes to the 'x' close button as well? Yours looks better than mine! |
|