X_treme theme

triangular

Joined: 2005-12-21
Posts: 138
Posted: Wed, 2007-08-15 04:08
mindless wrote:
did you try removing/commenting the g->block for EmergencyItemEditLink in album.tpl?

That fixed it for me, as far as opening the G2 front page. However, I've noticed I get the same error when opening a photo onto the photo page itself. I guess there are other tpl files that reference the same emergency link issue. What other files should I edit to prevent this on the photo page? Any others?

Christian

 
triangular

Joined: 2005-12-21
Posts: 138
Posted: Fri, 2007-08-17 03:30
mindless wrote:
did you try removing/commenting the g->block for EmergencyItemEditLink in album.tpl?

If anybody knows about this, Im still trying to find out what pages besides album.tpl contain this line. I get the same error when opening a photo onto the photo page, but I dont know where that one is coming from.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2007-08-17 05:39

probably just album.tpl and photo.tpl have this line.

 
triangular

Joined: 2005-12-21
Posts: 138
Posted: Fri, 2007-08-17 08:08

Thanks. I asked because at first I didnt see it in photo.tpl so thought it was in another file i didnt know about.

How can i verify which version of xtreme i have installed?

Is upgrading fine just by copying over the earlier version, if i have anything modified in the local folder?

 
Dragonsys

Joined: 2004-12-27
Posts: 72
Posted: Fri, 2007-08-17 12:43
triangular wrote:
How can i verify which version of xtreme i have installed?

Is upgrading fine just by copying over the earlier version, if i have anything modified in the local folder?

look in the Plugins List, in your Admin section, it will tell you the currently installed version.

Yes, you just copy everything over top of what you currently have. The run through the Gallery Upgrader. Anything in the "local" folders will be saved.

 
revuar

Joined: 2007-08-21
Posts: 14
Posted: Wed, 2007-08-22 07:39
Julian Gray wrote:
So, I've updated to 1.0.3. Having copied the files into place I had to do a Gallery update before Gallery was happy. I find that the "Get more plugins" option isn't working for me - do other people experience this? Is this a feature of using X_treme? Having posted 3 times with no responses from anyone I'm beginning to feel invisible! Do other people get errors I'm seeing?

1) var text = el.innerText; // IE (etc)
2) Webcam not updating properly
3) Get more plugins goes to 61% then dies and doesn't complete. (Or am I just impatient?)

regarding 1)

Thats happening, when u disable sidebar.

Adjust javascript code in photo.tpl, album.tmp, module.tpl:
From:
var text = el.innerText; // IE
To:
var text = 'unknown';
if (el) text = el.innerText; // IE
---
Thus should do the trick.

 
revuar

Joined: 2007-08-21
Posts: 14
Posted: Wed, 2007-08-22 10:59

Okay, here is a problem with localization arise.

If you include module just like this, u won't get current locale, just default one.

{if !empty($block.rating.RatingData)}
  <table align="center" class="tableacpic">
    <tr>
      <td>
        <div style="border:1px; text-align:center" class="{$class}">
          {include file="gallery:modules/rating/templates/RatingInterface.tpl"
           RatingData=$block.rating.RatingData
           RatingSummary=$block.rating.RatingSummary}
        </div>
      </td>
    </tr>
  </table>
{/if}

Its only work right with correct code:

{if $theme.params.ISummaries == 'both' || ($theme.params.ISummaries == 'albums' && ($child.canContainChildren || $child.entityType == 'GalleryLinkItem')) || ($theme.params.ISummaries == 'photos' && !$child.canContainChildren)}
  {assign var="showSummaries" value=true}
{else}
  {assign var="showSummaries" value=false}
{/if}

Looking for solution now...

UPDATE:
Reason:
This code doesn't include l10Domain in call.

{
  include file="gallery:modules/rating/templates/RatingInterface.tpl"
  RatingData=$block.rating.RatingData
  RatingSummary=$block.rating.RatingSummary
}

You need to add language domain for this module, like
l10Domain="modules_rating"

Fix:
Replace it with this code:

{
  include file="gallery:modules/rating/templates/RatingInterface.tpl"
  RatingData=$block.rating.RatingData
  RatingSummary=$block.rating.RatingSummary
  l10Domain="modules_rating"
}

Same goes for all other modules, that directly included as well.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2007-08-22 14:41

thanks revuar, I added this change in svn.

 
revuar

Joined: 2007-08-21
Posts: 14
Posted: Wed, 2007-08-22 15:27

Bump, another surprise regarding localization, but it seems like Rating module bug,
localization goes away after ajax request, that true for other themes too.
Making bug report now.

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Sun, 2007-08-26 06:38

Hi Everyone,

I'm new to Gallery2, and to X_treme theme. I've been trying to implement this theme for a few days now, however it seems to take a long time to load. It also seems to re-download all the x_black (the colour pack I'm using) images each and every time a new page is opened.

You can take a look @ my website. I've created a testing albulm in my Gallery, and I've hidden it. The direct link is http://www.amandalachapelle.ca/gallery/v/Weddings/testing

The other albulms are using the Matrix theme for now until I get this problem sorted out. But anyhow, if you open that page, it takes a LONG time to load, and then when you click on any image, it takes a long time again. But it seems like it's re-downloading the same stuff each time..

Any ideas??

Thanks in advance.

Best Regards,
Bryan

-= EDIT =-
UPDATE: I've tried different color paks, and only the x_black has the slowness problem.

But for some reason, the all give me and error on page message (altough it seems to work fine)

Also, how do you get the images in the gallery (the big square aroud the images) to align to the left by default, instead of the center.

Thanks

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2007-08-26 07:02

get ff and the web dev tool:
http://gallery.menalto.com/node/42725#comment-233000
then click images-> view images information
YOu will see a bunch of missing images.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Sun, 2007-08-26 22:02

Hi Dave,

Your quite right.. thank you for your help. I didn't notice, but somehow the image folder for x_black was not there. I saw one there called x_black_fill or something like that, so I renamed it, and all works well now. It's really Odd, because, when I first installed the module, I installed the module right from the add plugin interface, and the folder was missing. I then re-installed it by downloading the latest version manually, and uploading it directly, and it too didn't have the x_black folder. Perhaps the zip needs to be re-packaged to ensure that x_black is there.!!

Anyhow, thanks for you help Dave.

Best Regards,

Bryan

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Sun, 2007-08-26 23:15

Hi Everyone,

I have a few things I cannot seem to get working properly, and wanted some assistance. Any help will be greatly appreciated.

The items I am having difficulty with, is in the Photo View. When I take a look at a photo in the demo page, I see a bunch of microthumbs. (using the x_treme theme, with x_black color pak):

http://themes.gallery2.hu/v/beaches/P1010043.JPG.html

In my page, no matter how I configure the theme, I cannot seem to get the microthumbs:

http://amandalachapelle.ca/gallery/v/Weddings/testing/DSC_4509.jpg.html

Any help would be appreciated.

Note: The testing album is hidden, and is the only album using this theme (until I get it working properly)

Thank you

Best Regards,

Bryan

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Tue, 2007-08-28 12:21

bump. anyone!???

 
Dragonsys

Joined: 2004-12-27
Posts: 72
Posted: Tue, 2007-08-28 12:48
midgetsaur wrote:
Hi Everyone,

I have a few things I cannot seem to get working properly, and wanted some assistance. Any help will be greatly appreciated.

The items I am having difficulty with, is in the Photo View. When I take a look at a photo in the demo page, I see a bunch of microthumbs. (using the x_treme theme, with x_black color pak):

http://themes.gallery2.hu/v/beaches/P1010043.JPG.html

In my page, no matter how I configure the theme, I cannot seem to get the microthumbs:

http://amandalachapelle.ca/gallery/v/Weddings/testing/DSC_4509.jpg.html

Any help would be appreciated.

Note: The testing album is hidden, and is the only album using this theme (until I get it working properly)

Thank you

Best Regards,

Bryan

I get asked for a password when I try to visit your link...
Try reuploading the theme, it looks like something (or several things) got missed in the upload.

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Tue, 2007-08-28 13:11

Hi there,

Thank you for your reply. I'm not sure why it asks for a password when linking directly to the image (most likely a built in security feature). But anyway, if you go to the page http://www.amandalachapelle.ca/gallery/v/Weddings/testing then click on an image, you'll see that it's missing all the thumbnails.

I will try and re-upload the theme as suggested and see where it gets me.

Best Regards,

Bryan

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Tue, 2007-08-28 14:16

Thanks Dragonsys,

That did indeed work.

I think I have one last issue, and I'll be ready to put this theme up. The issue is that I cannot seem to find anywhere in the config page, how to make the photo align to the left instead of center. If you go to the testing page in my previous post, and click on any image. (with your browser on full screen) you'll see that the image is centered in the large gray frame. I'd like the photo to be align to the left, and the microthumbs to be right next to the image (no large space).

Any ideas! I'll modify code if that's what's required.

Thank you.

Best regards,

Bryan

 
dhackney

Joined: 2007-08-30
Posts: 4
Posted: Thu, 2007-08-30 18:14

First, thanks to Pedro for great work developing and supporting this theme. And thanks to the folks helping with support on this forum.

Goal: optimize X_treme for Google Map

Questions
1. I'd like to change the "home" link address from http://mysite/main.php to http://mysite/main.php?g2_view=map.ShowMap. This link is used for the logos in the UL corner of the header and for the "Gallery" position of the breadcrumbs. Where can I edit this link location for the logos and for the "Gallery" breadcrumb?
2. How can I center the map in the displayed page? By this I mean center the image of the map (the container displaying the map) in the displayed gallery page. I am not referring to the centering of the map function in the map module. [edited to be more clear on this question]

Site: http://www.hackneys.com/gallery/main.php?g2_view=map.ShowMap

Sysinfo:
Gallery version = 2.2.2 core 1.2.0.4
PHP version = 4.4.6 cgi-fcgi
Webserver = Apache/1.3.37 (Unix) mod_fastcgi/2.4.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
Database = mysqlt 4.1.22-standard-log, lock.system=flock
Toolkits = ArchiveUpload, Dcraw, Exif, Getid3, LinkItemToolkit, Thumbnail, Gd, ImageMagick, NetPBM
Acceleration = none/0, full/86400
Operating system = Linux box75.bluehost.com 2.6.21-3_1.BHsmp #1 SMP Fri Jun 1 09:45:19 MDT 2007 x86_64
Default theme = x_treme
gettext = enabled
Locale = en_US
Browser = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Rows in GalleryAccessMap table = 39
Rows in GalleryAccessSubscriberMap table = 5142
Rows in GalleryUser table = 3
Rows in GalleryItem table = 5123
Rows in GalleryAlbumItem table = 23
Rows in GalleryCacheMap table = 3

 
janetmweber

Joined: 2007-02-09
Posts: 2
Posted: Thu, 2007-08-30 12:11

Hi
I am using the theme on a joomla website with the bridge component. The theme works on all pages except the main gallery page where it breaks the joomla template. For some reason the vertical size overwrite everything below on the template. I am attaching a picture of the problem.

Please if anyone has any ideas on how to fix this problem?

Janet Weber

 
dhackney

Joined: 2007-08-30
Posts: 4
Posted: Thu, 2007-08-30 18:09
Dragonsys wrote:
oggg wrote:
Hi,
Is there a way to remove the link back to the main gallery?
To be more precise: when using Xtreme or PG theme with the Google maps plugin, the image of the main thumbnail from the Gallery is shown on the left side of the map. It says "Go to:" on the top of the thumbnail and "Back" on the bottom. I would like to remove it and show only the map.
I know Google maps plugin isn't causing it, because if I change the theme to Matrix for instance, it only shows the map, without the link/thumbnail back to Gallery. Here is the example
Thanks,

Edit /{path-to-G2}/modules/core/templates/blocks/BreadCrumb.tpl
Comment out the below code then save it to
/{path-to-G2}/modules/core/templates/blocks/local/BreadCrumb.tpl

Quote:
{if !$smarty.foreach.parent.last}
<a href="{g->url params=$parent.urlParams}" class="BreadCrumb-{counter name="BreadCrumb"}">
{$parent.title|markup:strip|default:$parent.pathComponent}</a>
{else}
<a href="{g->url params=$parent.urlParams}" class="BreadCrumb-{counter name="BreadCrumb"}">
{$parent.title|markup:strip|default:$parent.pathComponent}</a>
{/if}

This method does effectively remove the contents of the breadcrumb trail, but it does not remove the "<< Back" link that appears below the map.

How can we remove the "<< Back" link?

Example showing "<< Back" link below the map: http://www.hackneys.com/gallery/main.php?g2_view=map.ShowMap

 
jcato

Joined: 2007-08-30
Posts: 2
Posted: Fri, 2007-08-31 01:50

Hi all! I'm new to Gallery and this theme and I'm having just a little trouble getting going.

I want to change the bio info on the first page, of course, but that is proving difficult. I found the default.tpl file, downloaded, and edited it. But, I can't upload the file back to my server...I don't have permission. I tried changing the permissions on the file, the folder, the x_treme folder...I can't change any of the permissions.

I read something about using a local folder to place changed files. But, I don't have permission to create a new folder, either.

Not sure where to go from here.

My second problem is that I can't choose the color pack I want. The drop down only shows 5 choices (blue, black,...). These are the packs that are under the colorpack plugin module. It doesn't list the colorpacks that are in the theme folder. Do I have to copy the packs from the theme folder to the module folder? Seems like a PITA, if so.

Thanks for any help!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2007-08-31 04:58
Quote:
But, I don't have permission to create a new folder, either.

2 options:
1) browse to yoursite.com/gallery2/lib/support/ enter your password and choose file system permissions. Enter the path the the folder you want to change or choose it from the dropdown.
if that does not work:
2) Ask you host to change permissions for you.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
midgetsaur

Joined: 2007-08-26
Posts: 7
Posted: Fri, 2007-08-31 15:13

Hi Everyone

I'd like to thank everyone who's helped me up to date. I have one last issue, and I'll be ready to put this theme up. The issue is that I cannot seem to find anywhere in the config page, how to make the photo align to the left instead of center. If you go to the testing page http://www.amandalachapelle.ca/gallery/v/Weddings/testing
and click on any image. (with your browser on full screen) you'll see that the image is centered in the large gray frame. I'd like the photo to be align to the left, and the microthumbs to be right next to the image (no large space).

Any ideas! I'll modify code if that's what's required. But I don't even know where to start!

Thanks in advance.

Best Regards,

 
jcato

Joined: 2007-08-30
Posts: 2
Posted: Fri, 2007-08-31 18:10
floridave wrote:
1) browse to yoursite.com/gallery2/lib/support/ enter your password and choose file system permissions. Enter the path the the folder you want to change or choose it from the dropdown.

Thanks. That worked.

 
Andarsi

Joined: 2007-09-16
Posts: 1
Posted: Sun, 2007-09-16 12:40
stephthegeek wrote:
pgilbert wrote:
stephthegeek wrote:
Love this theme, it's so gorgeous and powerful!

I have a question -- is it possible to have the description for the album show up somewhere on photo pages? I don't see that option anywhere.

For now it's not possible, but i could work on it.

Thanks for letting me know! I will adjust things on my end, but consider this my vote for that feature at some point :)

It is possible if you edit one file ;)

gallery2/themes/x_treme/templates/photo.tpl

in my case, i made my "PHOTO :: Show Description (select position)" to "On the RIGHT, above....", so i made chanes in photo.tpl somewhere on line 812. There is line that says: {$theme.item.description|markup}.
So i changed it or added new line before: {$theme.parent.description|markup}

but be careful, i dont know how it reacts if there is no Album description.. or some other IFs.

 
IanMears

Joined: 2005-11-24
Posts: 8
Posted: Mon, 2007-09-17 13:26

Hi,
Wonder if anyone can help me here. I've managed to bumble my way through getting gallery 2.3 installed and working with the x_treme theme (very nice by the way). However, I seem to have an issue that I have no clue as to how to go about fixing. I'm using the x_black theme and every page gets a 'done - but with errors' IE message in the bottom left of explorer. It says 'error object required' but no more info (typical error message!) I've had a look through this forum and renamed the icons directory x_black_fill to x_black plus added a couple of missing icons that my server error log was saying were being used in but not found in x_silk (control_start.png & view_cart.png). Still getting the error though.

Site is here: http://www.ianmears.com/gallery2/main.php

Also, I've been trying to work out how to change the x_treme photo frame. I'd like to change the font used to display title and description to something a bit more fancy. On the config page it asks for font family. Where can I find out about the fonts available?

Cheers,
Ian
www.ianmears.com

 
patrickthickey
patrickthickey's picture

Joined: 2004-08-22
Posts: 164
Posted: Mon, 2007-09-17 13:50

Hello Ian...

a couple of observations - I think it would be useful for you to download the Web Developer plug-in for FireFox and use it to tweak and reverse-engineer Pedro's theme to your liking. It is absolutely the best way to find out what font, or what CSS element or ANYTHING happening on your, or anyone else's web pages.

For instance, the specific font you mentioned (unless I misunderstood) is defined in CSS in

div .giTitle 25

I believe it is also configurable in the huge list of options on the theme configuration page.

For the long term health of your site you need to teach yourself "Pedro-speak" in order to tune things to your liking. I previously used PGTheme for years and never really felt I learned everything about it - this theme is similar and more complex.

I would also make one small note - the use of an open "email-to" link will result in a tsunami of spam, very soon. I would use some javascript or other means to prevent the bots from latching on, harvesting your address and burying you with SPAM.

regards,
patrick

http://www.idyll.com

 
IanMears

Joined: 2005-11-24
Posts: 8
Posted: Mon, 2007-09-17 14:34

Hello Patrick,

Thanks for the info. Guess I will have to install Firefox and give it a whirl then (although if anyone has it already working and can quickly see what the problem is that would save me a bit of time). Regarding the font bit I've found it on the theme config page OK, the question was more aimed at what can I put in it? I don't really know anything about css (and in all honesty don't really want to learn it either - only so many hours in the day!). Is there somewhere quick and easy that I can see what fonts are available and what they look like?

Regards,
Ian

http://www.ianmears.com

 
IanMears

Joined: 2005-11-24
Posts: 8
Posted: Mon, 2007-09-17 18:01

Bit of an update. I installed Firefox and it shoewed up an error - el has no properties. I pulled up the source and it highlighted the last </div> statement below. Seems to be related to the keyword cloud in the sidebar. I'm now well out of my depth here and have no idea how to remove it - I can't work out where its coming from as its obviously generated code. Help!

<div style="text-align:left">

<div class="block-keyalbum-KeywordLinks gbBlock">
&nbsp;<a href="key/Belly+Dancers" style="font-size: 1.14em;">
Belly Dancers
</a>&nbsp;

&nbsp;<a href="key/Football" style="font-size: 2.99em;">
Football
</a>&nbsp;
&nbsp;<a href="key/People" style="font-size: 1.08em;">
People
</a>&nbsp;
&nbsp;<a href="key/Regatta" style="font-size: 1.51em;">
Regatta
</a>&nbsp;
&nbsp;<a href="key/Sports" style="font-size: 2.99em;">
Sports
</a>&nbsp;
&nbsp;<a href="key/boats" style="font-size: 1.19em;">
boats
</a>&nbsp;
&nbsp;<a href="key/canoe" style="font-size: 1.01em;">
canoe

</a>&nbsp;
&nbsp;<a href="key/carnival" style="font-size: 1.39em;">
carnival
</a>&nbsp;
&nbsp;<a href="key/carnival+queen" style="font-size: 1.04em;">
carnival queen
</a>&nbsp;
&nbsp;<a href="key/crane" style="font-size: 1em;">
crane
</a>&nbsp;
&nbsp;<a href="key/dog" style="font-size: 1em;">
dog
</a>&nbsp;
&nbsp;<a href="key/fairground+ride" style="font-size: 1em;">
fairground ride
</a>&nbsp;
&nbsp;<a href="key/fire+engine" style="font-size: 1.02em;">

fire engine
</a>&nbsp;
&nbsp;<a href="key/fireman" style="font-size: 1.02em;">
fireman
</a>&nbsp;
&nbsp;<a href="key/football" style="font-size: 1.02em;">
football
</a>&nbsp;
&nbsp;<a href="key/majorettes" style="font-size: 1.08em;">
majorettes
</a>&nbsp;
&nbsp;<a href="key/pub" style="font-size: 1em;">
pub
</a>&nbsp;
&nbsp;<a href="key/regatta" style="font-size: 1.01em;">
regatta
</a>&nbsp;

&nbsp;<a href="key/sea" style="font-size: 1.39em;">
sea
</a>&nbsp;
&nbsp;<a href="key/windsurfing" style="font-size: 1.13em;">
windsurfing
</a>&nbsp;
</div>

</div>

</div>

http://www.ianmears.com

 
patrickthickey
patrickthickey's picture

Joined: 2004-08-22
Posts: 164
Posted: Mon, 2007-09-17 19:07

Can you help by thinning out exactly what you are seeking to do/not do?

patrick

 
IanMears

Joined: 2005-11-24
Posts: 8
Posted: Mon, 2007-09-17 19:29

Er, get rid of the error that occurs when the page is loaded. The web developer error console shows up that the last </div> statement shouldn't be there. I have no idea what generates the code or where it is even within tyhe theme.
Regards

http://www.ianmears.com

 
patrickthickey
patrickthickey's picture

Joined: 2004-08-22
Posts: 164
Posted: Mon, 2007-09-17 19:43

Ian...the theme is loaded with errors, many of them will be cleaned up over time, by the developer, etc. None of them do any damage though they may slow the overall theme down somewhat.

I open your page and I see no errors. I have WD opened but as you can see there are many, many things which can be monitored. What specific attribute in Web Developer are you using to generate the error you wish to remove? What pull-down menu item allows this error to be displayed?

patrick

 
patrickthickey
patrickthickey's picture

Joined: 2004-08-22
Posts: 164
Posted: Mon, 2007-09-17 20:04

In re-reading your thread, I see you are focused upon changing the font which is used in the x_treme theme frame? Is that what you wish to do?

The "x-treme frame" is a new feature of this theme, if my assumption is correct with your question? Fonts are handled in a unique way in HTML. As a web designer you need to consider what your visitors may, or may not have installed as fonts. This is why they are traditionally grouped to allow for similar styles on the assumption the visitor has one of the fonts in that group. OR, the web client (IE, FF, etc) can be optioned to use ONLY the fonts it wishes.

While you certainly can define and use a specific font, as ornate as you have on the server you are using and which will look awesome when YOU view the page, that does NOT mean your visitors will see or use that font depending upon how they have their browser configured, or which browser they use, or what OS they use, etc.

Browsers default to one or another font available on the machine using the browser, if the specific one you used on your site is not available. You may use something exotic like TEKTON and the visitor to your site lacks that font, and uses TIMES. See what I mean?

?

patrick

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Tue, 2007-09-18 10:03

Hello Ian...
The error message should be this:

revuar wrote:
Thats happening, when u disable sidebar.

Adjust javascript code in photo.tpl, album.tmp, module.tpl:
From:
var text = el.innerText; // IE
To:
var text = 'unknown';
if (el) text = el.innerText; // IE
---
Thus should do the trick.

You can fix it yourself or download the theme from subversion.

I'm working on somme other small bugs, i'll make another pack when finished, but right now I don't have any time.

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
pwidner

Joined: 2007-09-19
Posts: 1
Posted: Wed, 2007-09-19 02:42

Will someone give clear instructions to add flash as a logo?

 
IanMears

Joined: 2005-11-24
Posts: 8
Posted: Wed, 2007-09-19 10:16

Sorry for the delay in posting - real life getting in the way of playing!!

Pedro,
Many thanks that got rid of the error I was seeing.

Patrick,
Managed to work out the fonts thing cheers. The error was appearing on several pages as a javascript error and IE reports it as an icon in the botttom left of the browser window. To find details in WD I just set up the error console to report all errors and it showed lots of warnings and the one error related to 'el' and highlighted the code I pasted above.

Thanks again to the both of you.

http://www.ianmears.com

 
ASNet0007

Joined: 2006-10-17
Posts: 177
Posted: Fri, 2007-09-21 13:03

Hi,
I have been trying to get an icon to add comments under each thumb within an album, without any luck. I can get a link in the drop down list box for item actions, but not an icon. I have tried ticking all the add comments bits found in theme admin and still nothing.

So now I would like to bypass the theme admin and add the code directly that would do this.

Could someone give me a hand & tell me which file I need to edit & point me to another file/theme that I could cut & past from.
Cheers for any help

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Fri, 2007-09-21 13:55
ASNet0007 wrote:
Hi,
I have been trying to get an icon to add comments under each thumb within an album, without any luck. I can get a link in the drop down list box for item actions, but not an icon. I have tried ticking all the add comments bits found in theme admin and still nothing.

So now I would like to bypass the theme admin and add the code directly that would do this.

Could someone give me a hand & tell me which file I need to edit & point me to another file/theme that I could cut & past from.
Cheers for any help

Did you set permissions for album allowing users to add comments?

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
ASNet0007

Joined: 2006-10-17
Posts: 177
Posted: Fri, 2007-09-21 14:13

ooooops I had the 'display mode:' set to guest.

One last question, how can I get the add comments icon to only show for thumbs inside an album, like the exif icon. I dont want people to add comments about an album, only the individual thumb/photos.

Thanks for a great theme.

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Fri, 2007-09-21 15:09
ASNet0007 wrote:
ooooops I had the 'display mode:' set to guest.

One last question, how can I get the add comments icon to only show for thumbs inside an album, like the exif icon. I dont want people to add comments about an album, only the individual thumb/photos.

Thanks for a great theme.

Album :: Display an "Add a Comment" button on top navigation ----> applies to comments to album

Album - Items :: Display an "Add a Comment" button ----> applies to comments to items inside album

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
ASNet0007

Joined: 2006-10-17
Posts: 177
Posted: Fri, 2007-09-21 18:08

Hello

Quote:
Album :: Display an "Add a Comment" button on top navigation ----> applies to comments to album

this is set to do not show

Quote:
Album - Items :: Display an "Add a Comment" button ----> applies to comments to items inside album

this is set to clicking redirects to comments page.

I have sent you a pm with a link to my site so you can see for yourself if you have 2 secs. (Drill down from my 2007 folder)

I have my site layed out like this.....

-top level only links to albums

-next level is the same ie only links to albums (no photos) - but at this level I get an icon for the add comments under each album thumb, which I dont want.

-next level are the thumbs for the photos, with icons for add comments & Exif info, which I do want.

thanks

 
drivindisco

Joined: 2006-09-18
Posts: 114
Posted: Sun, 2007-09-23 16:20

ASSISTANCE with CSS and XTREME THEME

Below is a link to a photo page of mine where in the FRAME portion I have included 2 links, one to the full album and another to the blog entry.
Currently the text for these links is white with a black mouse over. I need to modify these colors for just these links and nothing else.
I had been modifying the theme.css and the adding the following line but it was changing several other links on the page.

#gallery a, a.authorlink {
color:#000000 !important;}

http://playindead.org/gallery2/main.php?g2_itemId=28352

Thanks in advance for the help

Ian

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Mon, 2007-09-24 09:38
drivindisco wrote:
ASSISTANCE with CSS and XTREME THEME

Below is a link to a photo page of mine where in the FRAME portion I have included 2 links, one to the full album and another to the blog entry.
Currently the text for these links is white with a black mouse over. I need to modify these colors for just these links and nothing else.
I had been modifying the theme.css and the adding the following line but it was changing several other links on the page.

#gallery a, a.authorlink {
color:#000000 !important;}

http://playindead.org/gallery2/main.php?g2_itemId=28352

Thanks in advance for the help

Ian

I'm assuming that you add the links at: XTREME FRAME :: Add any TEXT
and at: XTREME FRAME :: Add more free TEXT

If so you shoudn't edit the css file but at X_treme configuration page.
Add the styles for the links at: XTREME FRAME :: Enter "free text" STYLE
and at: XTREME FRAME :: Enter 2nd "free text" STYLE

If you enter "color:#000000" there it should work

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Mon, 2007-09-24 10:38
ASNet0007 wrote:
Hello

Quote:
Album :: Display an "Add a Comment" button on top navigation ----> applies to comments to album

this is set to do not show

Quote:
Album - Items :: Display an "Add a Comment" button ----> applies to comments to items inside album

this is set to clicking redirects to comments page.

I have sent you a pm with a link to my site so you can see for yourself if you have 2 secs. (Drill down from my 2007 folder)

I have my site layed out like this.....

-top level only links to albums

-next level is the same ie only links to albums (no photos) - but at this level I get an icon for the add comments under each album thumb, which I dont want.

-next level are the thumbs for the photos, with icons for add comments & Exif info, which I do want.

thanks

It's working well for me, or I don't understand wath you are saying.

- at top level (home) I see no icons for thumbs
- at next level (2007 Photographs) I see no icons for thumbs
- at next level (January 2007) here I see icons for thumbs

Clean cach from your PC and try to see it again.

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
drivindisco

Joined: 2006-09-18
Posts: 114
Posted: Mon, 2007-09-24 11:41
pgilbert wrote:
drivindisco wrote:
ASSISTANCE with CSS and XTREME THEME

Below is a link to a photo page of mine where in the FRAME portion I have included 2 links, one to the full album and another to the blog entry.
Currently the text for these links is white with a black mouse over. I need to modify these colors for just these links and nothing else.
I had been modifying the theme.css and the adding the following line but it was changing several other links on the page.

#gallery a, a.authorlink {
color:#000000 !important;}

http://playindead.org/gallery2/main.php?g2_itemId=28352

Thanks in advance for the help

Ian

I'm assuming that you add the links at: XTREME FRAME :: Add any TEXT
and at: XTREME FRAME :: Add more free TEXT

If so you shoudn't edit the css file but at X_treme configuration page.
Add the styles for the links at: XTREME FRAME :: Enter "free text" STYLE
and at: XTREME FRAME :: Enter 2nd "free text" STYLE

If you enter "color:#000000" there it should work

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

Pedro,

I was actually just enabling the item description to be displayed inside the frame.
I cannot use the 'FREE TEXT' box because the links I am adding will be different for each picture.
Item Description allows me to have a link to individual blog entries on a per photo basis.
When I use the config screen and modify the STYLE portion of the description ("color:#000000") it does not apply the color change to the links, only the static text. This is why I was working on tweaking the CSS, please advise.

Below is an example of what I put in the description feild

Yonder Mtn. String Band 2/16/2007
View Full Album
View Blog Entry

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Mon, 2007-09-24 16:04

drivindisco,

If you are using BBCode you can use:

Quote:
[ url=http://playindead.org/gallery2/main.php?g2_itemId=21064][ color=#666666]View Full Album[/color][/url]

but the link will not change color onmouseover.

If you want the link to change onmouseover you have to edit "iFrameRender.tpl" and add a class to:

<p style="text-align: {$frameDescriptionAlign}; {$frameDescriptionStyle};"/>{$theme.item.description|markup}

and add the class also at "theme.css".

eg.

at "iFrameRender.tpl" add class to all <p> containing description:

Quote:
<p style="text-align: {$frameDescriptionAlign}; {$frameDescriptionStyle};" class="descriptionLink" />{$theme.item.description|markup}

at the end of "theme.css" add the class:

Quote:
.descriptionLink a {
color: #0000ff;
}
.descriptionLink a:hover {
color: #ff0000;
}

this should work.

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
drivindisco

Joined: 2006-09-18
Posts: 114
Posted: Mon, 2007-09-24 23:57
pgilbert wrote:
drivindisco,

If you are using BBCode you can use:

Quote:
[ url=http://playindead.org/gallery2/main.php?g2_itemId=21064][ color=#666666]View Full Album[/color][/url]

but the link will not change color onmouseover.

If you want the link to change onmouseover you have to edit "iFrameRender.tpl" and add a class to:

<p style="text-align: {$frameDescriptionAlign}; {$frameDescriptionStyle};"/>{$theme.item.description|markup}

and add the class also at "theme.css".

eg.

at "iFrameRender.tpl" add class to all <p> containing description:

Quote:
<p style="text-align: {$frameDescriptionAlign}; {$frameDescriptionStyle};" class="descriptionLink" />{$theme.item.description|markup}

at the end of "theme.css" add the class:

Quote:
.descriptionLink a {
color: #0000ff;
}
.descriptionLink a:hover {
color: #ff0000;
}

this should work.

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

Pedro,

Thanks for the assistance, however this did not work.
I have attached my iFrameRender.tpl and my theme.css.

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Tue, 2007-09-25 09:19

drivindisco,

at the "theme.css" add "!important":

Quote:
.descriptionLink a {
color: #0000ff !important;
}
.descriptionLink a:hover {
color: #ff0000 !important;
}

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

 
drivindisco

Joined: 2006-09-18
Posts: 114
Posted: Tue, 2007-09-25 11:11
pgilbert wrote:
drivindisco,

at the "theme.css" add "!important":

Quote:
.descriptionLink a {
color: #0000ff !important;
}
.descriptionLink a:hover {
color: #ff0000 !important;
}

http://pedrogilberto.net/g2
http://pedrogilberto.net/gallery2/

i updated with !important and nothing has changed
i think our new class .descriptionLink maybe getting over ridden by the following line

#gallery a, a.authorlink {main.php (line 41)
color:#666666 !important;
}

i did an inspect element in firefox ...results are attached

 
pgilbert

Joined: 2005-03-28
Posts: 157
Posted: Tue, 2007-09-25 14:03

drivindisco,

It's working for me.
Did you made any changes to the original files?
Do you have the last version 1.03? it seems not, that you don't have - your iFrameRender.tpl Revision: 1095, mine is Revision: 1134.

Attachede the files I tried and worked.