PDA

View Full Version : New Template: Lafaille


fredxeric
01-28-2008, 06:09 PM
*demo:
- Version 3.0.1ß http://focus.pixelxdesign.com/demo/

*Download:
- download (http://www.pixelpost.org/extend/templates/lafaille-template/download/)

*Write a review:
- http://www.pixelpost.org/extend/templates/lafaille-template/reviews/#write

*History changes:
- 3.0.1ß cannot mention everything here.... but there's a lot...
- 3.0.0ß the internal codage have been all re-written, this is a BETA version to get input form users.
- 2.0.3 Fixe the Tips to showing on image template, updated the addons to work with the template... IMPORTANT UPDATE YOUR ADDON FILE WITH THE LATEST ONE.
- 2.0.2 fixed lots of bugs, cannot explain all... now the version stable and working on many browser. tested on: FF, IE7 and Safari for windows.
- 1.0.2 added mootools feature to the about page
- 1.0.1 fixed the footer from position:absolute; to position: fixed;
- 1.0.0 Initial release

GeoS
01-28-2008, 06:12 PM
Any demo?

fredxeric
01-28-2008, 06:18 PM
done

dakwegmo
01-28-2008, 06:35 PM
I lreally like the template. There's one bug, though. If the image is taller than the initial screen size, the bottom bar gets positioned over the image.
I put a screen shot of the behavior here: http://www.dakwegmo.com/images/screenshot.jpg

You should release the template name addon separate from the template. It's really useful, and I think people who aren't using this template would like to have access to it.

fredxeric
01-28-2008, 06:39 PM
I lreally like the template. There's one bug, though. If the image is taller than the initial screen size, the bottom bar gets positioned over the image.
I put a screen shot of the behavior here: http://www.dakwegmo.com/images/screenshot.jpg



What browser are you using? and also can you tell me the size of the picture..


You should release the template name addon separate from the template. It's really useful, and I think people who aren't using this template would like to have access to it.


good idea

dakwegmo
01-28-2008, 06:49 PM
The screenshot is what it looks like in FF2. In IE7, the page doesn't scroll, so that bottom bar is drawn over the image, and the bottom part of the photo is cutoff.

That photo is 800px tall. You can see it here: http://www.invisiblegreen.com/dev/index.php?showimage=214

fredxeric
01-28-2008, 07:00 PM
go into design.css files at line 78 change position: absolute; to position: fixed;

niknkim
01-30-2008, 06:39 AM
great template.

is it possible to have the copyright notice appear in the same position on the main page too?


thanks

fredxeric
01-30-2008, 02:01 PM
great template.

is it possible to have the copyright notice appear in the same position on the main page too?


thanks


Yes, simply add the fallowing:

open file design.css add text-align: center; at line 83

/* .............................. */
/* navigation-footer */
/* .............................. */
#footer {
position:fixed;
bottom : 0;
width:100%;
height:20px; /* Height of the footer */
z-index:1000;
text-align: center;
}


also add this code in the same file just under the #footer around line 113


.copyright {
position: fixed;
}


then go into image_template.html and add the fallowing just under the div called footer.


<span class="copyright">&copy; Your name here</span>

fredxeric
01-30-2008, 03:06 PM
New version 1.0.2

* New feature:
- Mootools feature in the about page...
- fixed the copyright showing on the images template page
- footer set to position fixed instead of absolute.

If you have any suggestion your the welcome...

dakwegmo
01-30-2008, 08:03 PM
go into design.css files at line 78 change position: absolute; to position: fixed;

The footer doesn't scroll over the image now, but it's placed over the photo and cuts off the bottom. See here: http://www.invisiblegreen.com/dev/index.php?showimage=214
Same result using IE7 and FF2 on 1280x1024 display. You probably just need to specify the height of the container for the photo using an inline height style. (And I need to make my portrait oriented images shorter).

fredxeric
01-30-2008, 10:31 PM
Yes, simply add the fallowing:

open file design.css add text-align: center; at line 83

/* .............................. */
/* navigation-footer */
/* .............................. */
#footer {
position:fixed;
bottom : 0;
width:100%;
height:20px; /* Height of the footer */
z-index:1000;
text-align: center;
}


also add this code in the same file just under the #footer around line 113


.copyright {
position: fixed;
}


then go into image_template.html and add the fallowing just under the div called footer.


<span class="copyright">&copy; Your name here</span>



This code doesn't work under FF and Safari... I will try something else tomorrow.

If you find a solution to this problem, please send the info here.

fredxeric
02-01-2008, 02:53 AM
I am working on a new version of the lafaille template

All with mootools effect

fredxeric
02-03-2008, 04:32 PM
Version 2.0.1 beta

link removed

Tested with:
[X] Safari 3.0.4 (523.15) for windows -- Result OK
[X] IE7 (7.0.5730.11) and (7.0.5730.13) -- Result OK
[_] FF (2.0.0.11) -- Result small bug when comment showing

fredxeric
02-04-2008, 06:04 PM
Version 2.0.2

demo: removed
Tested with:

[X] Safari 3.0.4 (523.15) for windows -- Result OK
[X] IE7 (7.0.5730.11) and (7.0.5730.13) -- Result OK
[X] FF (2.0.0.11) -- Result OK

if you are using other browser please send me the result.

mgd711
02-06-2008, 10:14 AM
I'm using Opera 9.25 and the site name on the top left does not display properly.

Works ok though in Safari and IE7 though.

Also I believe in the bottom right you have the Exif date time I just get N/A (film scan's not from a digital camera), how can I cahnge that to the images 'Post' date?




Mike

fredxeric
02-06-2008, 10:24 AM
I'm using Opera 9.25 and the site name on the top left does not display properly.

Also I believe in the bottom right you have the Exif date time I just get N/A (film scan's not from a digital camera), how can I cahnge that to the images 'Post' date?

Mike

I will check the error in opera as soon I install opera on my dev pc at home, maybe tonight.

For the N/A message, Use those tags instead (http://www.pixelpost.org/docs/TemplateTags/DateRelatedTags)

thanks for using my template.

mgd711
02-06-2008, 10:41 AM
Thanks....

I partially figured out where to look but the link to the list is really helpful.

Only other thing I notice is that the footer bar covers the bottom of the images in the 'Browse' page (none of my images are big enough to see if it does this with the main image).

Really cool template, thanks for sharing.



Mike
http://www.thefieryscotsman.com

fredxeric
02-06-2008, 12:31 PM
Thanks....

I partially figured out where to look but the link to the list is really helpful.

Only other thing I notice is that the footer bar covers the bottom of the images in the 'Browse' page (none of my images are big enough to see if it does this with the main image).

Really cool template, thanks for sharing.



Mike
http://www.thefieryscotsman.com

in the browse page add this code just before the footer

<div id="bottom-spacer">bottom-spacer</div>

mgd711
02-06-2008, 10:40 PM
That did the trick!!

What is the promote_template for?



Many thanks,

Mike
http://www.thefieryscotsman.com

fredxeric
02-06-2008, 11:31 PM
That did the trick!!

What is the promote_template for?



Many thanks,

Mike
http://www.thefieryscotsman.com


You can delete this files or you can use the promote addon: http://www.pixelpost.org/extend/addons/pixelpost-promote/

mgd711
02-07-2008, 04:11 AM
Thanks for the pointer to that, looks way too complex for me :)

Another small issue, I hope I'm not pestering you, in the 'About' page I added some personnal details but the section does not open fully and the lower bar covers the copyright png. I've tried adding extra line breaks to move it down but this dosen't help.

The only thing I changes was to replace your image with my own, except this is 150pixels square instead of 90.

I don't see how this could affect it though as there is nothing there to define the image size.

Another one............ where do I change "Show me more details" in the upper right bar? I want to make it more obvious to my viewers with "Comment on this image".



Mike
http://www.thefieryscotsman.com

fredxeric
02-07-2008, 10:20 AM
Thanks for the pointer to that, looks way too complex for me :)

Another small issue, I hope I'm not pestering you, in the 'About' page I added some personnal details but the section does not open fully and the lower bar covers the copyright png. I've tried adding extra line breaks to move it down but this dosen't help.

The only thing I changes was to replace your image with my own, except this is 150pixels square instead of 90.

I don't see how this could affect it though as there is nothing there to define the image size.

Another one............ where do I change "Show me more details" in the upper right bar? I want to make it more obvious to my viewers with "Comment on this image".



Mike
http://www.thefieryscotsman.com

again at the end of the template just before the footer place this


<div id="bottom-spacer">bottom-spacer</div>



for the show me more details, it's in the addon lafaille you will found a language folder en.php and fr.php you open en.php and change the appropriate field.

for the rest I will investigate today and give you a feed bak soon.

mgd711
02-08-2008, 11:14 AM
Again, many thanks Eric.

Merci beaucoup.

Mike
http://www.thefieryscotsman.com

fredxeric
02-08-2008, 01:14 PM
Again, many thanks Eric.

Merci beaucoup.

Mike
http://www.thefieryscotsman.com

pas de problemes, no problem

your welcome....

Fred

amysaurusrex
02-17-2008, 08:54 PM
Is there another step I need to take to install the mootools part of the template? For some reason the mouseover shown in the demo doesn't seem to be working correctly on my photoblog. You can see the problem I'm having at http://www.zeitgeisting.com.

Any help would be greatly appreciated! Sorry for my ignorance -- I've never used mootools before.

fredxeric
02-17-2008, 09:05 PM
Is there another step I need to take to install the mootools part of the template? For some reason the mouseover shown in the demo doesn't seem to be working correctly on my photoblog. You can see the problem I'm having at http://www.zeitgeisting.com.

Any help would be greatly appreciated! Sorry for my ignorance -- I've never used mootools before.



At first look it seem that the mootools script for showing the tips as been deleted or you have use an old version of the script. or maybe I didn't send the latest version of this templte over pixelpost...

I will check the latest version I have put on ppixelpost and will get you back with an answer. bUT FOR SURE THERE IS SOMETHING MISSING.

I will check that tommorow because today I am very busy and it is sunday... :)

fredxeric
02-17-2008, 09:13 PM
Is there another step I need to take to install the mootools part of the template? For some reason the mouseover shown in the demo doesn't seem to be working correctly on my photoblog. You can see the problem I'm having at http://www.zeitgeisting.com.

Any help would be greatly appreciated! Sorry for my ignorance -- I've never used mootools before.


It is my fault, I didn't upload the latest template version file. I will release the version 2.0.3 with the tips corrected soon..... sorry....

mgd711
02-17-2008, 11:34 PM
Fred-Eric,

Looking at your Dev site and amysaurusrex's site's I see that the name in the top left is displayed correctly on Opera.

But not on mine, strange.........




Mike

fredxeric
02-17-2008, 11:41 PM
Fred-Eric,

Looking at your Dev site and amysaurusrex's site's I see that the name in the top left is displayed correctly on Opera.

But not on mine, strange.........




Mike

I am currently working on a new version, the new version shoud be ready tommorow...

wait until the next release of my template will fix lots of bugs...

Fred-Eric

fredxeric
02-18-2008, 02:34 AM
Version 2.0.3 have just been release, please update your template... dont forget to replace the addon too.

fella
02-18-2008, 08:53 PM
http://www.hg-finest.de/media/index.php

why could I not comment this picture? where is the mistake?

Perhaps someone can help me.

fredxeric
02-18-2008, 08:59 PM
are you using other language that french or english? if it's the case you will have to create a file in the language pack of the addon...

check in the addon there is a folder call language, just create on with your language in it.

mgd711
02-18-2008, 09:47 PM
Fred,

Installed and working fine, except for the site title as before.....

http://www.mgdphotography.com/deleteme/Untitled-1.jpg


Not a big issue as I'll be moving to a Mac soon....... lol!



Mike

fredxeric
02-18-2008, 09:53 PM
I know that there is a problem with opera browser, I have to find the problem.

If your going to write a new language pack please send me the file....

mgd711
02-19-2008, 03:03 AM
Fred,

Did you get your template to validate as XHTML 1.0 Transitional?

I have a bunch of errors e.g.

Line 18, Column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified .
<meta name=robots content="index, follow" />




Mike

fella
02-19-2008, 12:21 PM
Great! It works!

One question: How can I set the style "Light" as the standard style?

fredxeric
02-19-2008, 12:54 PM
Fred,

Did you get your template to validate as XHTML 1.0 Transitional?

I have a bunch of errors e.g.

Line 18, Column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified .
<meta name=robots content="index, follow" />




Mike

No I didn't validate this template.

fredxeric
02-19-2008, 12:58 PM
Great! It works!

One question: How can I set the style "Light" as the standard style?


you open each template files and switch the CSS style link from rel="stylesheet" to rel="alternate stylesheet"
I should work

fredxeric
02-19-2008, 07:49 PM
I will release a new version of this template soon, also I will change the name of the actual template with 'focuslafaille'.

I need input from you, I want to know what is look like uder Opera browser.




If you have any suggestions please say it....

Tlove
02-19-2008, 08:27 PM
Are image attachments not allowed? Anyway, will post screenshot of Opera in a few minutes.

For the issue with Opera on the title display, if you remove the "letter-spacing" from the stylesheet, the title shows up fine. Except you do lose that space between the letters. I haven't messed with it to try to fix it but hopefully that gives somebody an idea on how to deal with it.

Tlove
02-19-2008, 08:32 PM
Here is what the demo you posted above looks in Opera, sorry for the low quality.

http://tongsondub.com/opera_view.jpg

fredxeric
02-19-2008, 09:04 PM
Here is what the demo you posted above looks in Opera, sorry for the low quality.

http://tongsondub.com/opera_view.jpg

about this error, just click the black or white link to refresh the template, or refresh your browser, remove all temp files and cookie will solve this issue

Tlove
02-19-2008, 09:21 PM
refresh yer browsers. I just overwrote the previous image with the new one to save my bandwidth, plus i'm too lazy to attach another image.

That looks a whole lot better. Why does it not load correctly the first time you pull up the page?

fredxeric
02-19-2008, 11:04 PM
refresh yer browsers. I just overwrote the previous image with the new one to save my bandwidth, plus i'm too lazy to attach another image.

That looks a whole lot better. Why does it not load correctly the first time you pull up the page?


I have no idea, I have install Opera on my other computer and at first load the display was ok... so i DONT HAVE ANY ANSWER TO THIS

mgd711
02-19-2008, 11:44 PM
Initially the page did not load well....

http://www.mgdphotography.com/deleteme/pp3.jpg

but when I selected the 'Black' style it reloaded like this

http://www.mgdphotography.com/deleteme/pp2.jpg


And what Tlove was saying about the name displaying correctly if you remove the spaces, this did not work for me.

http://www.mgdphotography.com/deleteme/pp1.jpg




Mike

mgd711
02-19-2008, 11:50 PM
No I didn't validate this template.

I get 9 errors in on the index page....

xHTML validation for The Fiery Scotsman (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thefieryscotsman.com&charset=%28detect+automatically%29&doctype=Inline&group=0)


and when I try to validate the CSS I get 18 errors.

CSS validation for The Fiery Scotsman (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.thefieryscotsman.co m%2F&warning=1&profile=css21&usermedium=all)


Mike

fredxeric
02-20-2008, 12:40 AM
I get 9 errors in on the index page....

xHTML validation for The Fiery Scotsman (http://validator.w3.org/check?uri=http%3A%2F%2Fwww.thefieryscotsman.com&charset=%28detect+automatically%29&doctype=Inline&group=0)


and when I try to validate the CSS I get 18 errors.

CSS validation for The Fiery Scotsman (http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.thefieryscotsman.co m%2F&warning=1&profile=css21&usermedium=all)


Mike

the next version will be a valid W3C XHTML 1.0

you can check the demo I add a like at the bottom near the copyright...

Tlove
02-20-2008, 12:41 AM
Initially the page did not load well....

And what Tlove was saying about the name displaying correctly if you remove the spaces, this did not work for me.






Mike

Mike,

Did you remove the spaces in the name or did you remove the stylesheet entry for "letter-spacing: 2px;" in the design.css stylesheet. The "letter-spacing" is what i was referring to. It corrected mine but, as expected, the spacing between the letters shrinks. Unless we are talking about different errors.

mgd711
02-20-2008, 02:11 AM
Tlove,

I read you wrong, I did as you sugested and it also fixed the problem.

http://mgdphotography.com/deleteme/pp4.jpg



Mike

Tlove
02-20-2008, 03:21 AM
Glad it worked for you, Mike. Hopefully somebody will have some insight as to why there is a problem with letter-spacing in opera and how to fix it.

fredxeric
02-20-2008, 03:50 AM
Glad it worked for you, Mike. Hopefully somebody will have some insight as to why there is a problem with letter-spacing in opera and how to fix it.

Both try to remove the line saying letter-spacing: xxpx; in the design.css around line 49

fredxeric
02-20-2008, 03:59 AM
for the page that load with no style the first time and you have to click on the black or white style button. I think it is the styleswitcher.js script that give this error.

I will on this tomorrow....

Now it is time to go bed, that was my last post today. :D

mgd711
02-20-2008, 04:33 AM
Both try to remove the line saying letter-spacing: xxpx; in the design.css around line 49

I removed the line and the title is displaying fine, though it was the same with 0px or 1px for letter spacing.

Appreciate all your work on this Eric.





Mike

fredxeric
02-20-2008, 11:06 AM
I removed the line and the title is displaying fine, though it was the same with 0px or 1px for letter spacing.

Appreciate all your work on this Eric.





Mike

If you want to have letter spacing, go into the admin panel and under options go to title and make 1 space there between each letters.

NatashaZA
03-07-2008, 04:09 PM
Hi there

I've just tried to install your template, but it's so not working for me. please can you assist?
FYI - I am totally new to PP so help for dummies would be appreciated :)

fredxeric
03-07-2008, 04:17 PM
Sure what's the your problem exactly?

fredxeric
03-07-2008, 04:19 PM
I think I know the problem in your pixelpost admin the language is set to what the only supported language for now is english and French.

NatashaZA
03-07-2008, 04:38 PM
I'm sorry, I don't understand.
the language in my admin is set to english [base language settings]
do I need to change that to something else?

Tlove
03-07-2008, 04:43 PM
is the Addon enabled? I disabled the addon on mine and it looked just like what your site looks like right now.

In the admin
Click on Addons
Click on the word "OFF" in front of "203_lafaille (_203_lafaille/lafaille-template - version 2.0.3) - status"

T.

fredxeric
03-07-2008, 04:45 PM
Yes of course the addon must be turned on...

NatashaZA
03-07-2008, 04:49 PM
AWESOME!
thanks so much

xxx

NatashaZA
03-07-2008, 08:08 PM
Hi, me again.

2 things

is it possible to center the image vertically (top to bottom) in the page?
and I also cannot get my exif data to display?

http://www.natashawhiteley.co.za/embrace/

thanks!

Tlove
03-07-2008, 10:38 PM
Toss these in wherever you want them,

<IMAGE_THUMBNAIL>
<IMAGE_NOTES_CLEAN><br />
<EXIF_CAMERA_MODEL><br />
<EXIF_EXPOSURE_TIME><br />
<EXIF_APERTURE><br />
<EXIF_FLASH><br />

There may be a better way to do it but that worked for my purposes

Tlove

fredxeric
03-07-2008, 11:05 PM
is it possible to center the image vertically (top to bottom) in the page?


Yes it is possible but not with this version of template, I am in progress on working on an other version of this template, but the problem is if you have an image bigger than the display screen the top of the picture will be lost. I didn't find the way to fix that at this time.


and I also cannot get my exif data to display?


LIke Tlove as say it should work...

NatashaZA
03-08-2008, 07:59 PM
thanks.

theMezz
03-11-2008, 01:08 AM
Is the newest release 203_lafaille or lafaille
Also does it display exif info?

Thanks

fredxeric
03-11-2008, 01:14 AM
the actual release is 203_lafaille and no for the exif info I does't show the exifs. But it is very easy to add exifs diplayed if you want.

theMezz
03-11-2008, 01:24 AM
Thank you. Great template and I appreciate all your work.

One more Q

In which file do I edit the

"Show me more details | Home | Browse | About | Style: Dark / Light | RSS 2.0 "

line?

Thanks !!

fredxeric
03-11-2008, 01:30 AM
addons\_203_lafaille\language\en.php or fr.php depending of your language settings...

theMezz
03-11-2008, 01:39 AM
thank you
that made me realize that I had the en.php in the wrong place
all fixed
works great

THANKS

fredxeric
03-11-2008, 01:43 AM
dont forget to add your review here (http://www.pixelpost.org/extend/templates/lafaille-template/reviews/#write)

Thanks

fredxeric
03-11-2008, 06:30 PM
A just have change the name of the template to focuslafaille

I am currently the howto.txt files for the install procedure of this template.

Any suggestions are welcome for the next release.

futur feature

There will have exif showing in the next release.

fredxeric
03-11-2008, 07:33 PM
See the FAQ: http://focus.pixelxdesign.com/faq.php

fredxeric
03-17-2008, 08:40 PM
Not finish but wanted to show the version 3.0.0 of the template...

link removed

If you have any suggestions please say it....


Fredxeric

Scarabaeus
03-17-2008, 08:52 PM
Looks nice. I had a few problems with the css file not working. I refreshed the page a couple of times but it didn't help. I'm sure it will be easy to fix.

Scarabaeus
03-17-2008, 08:55 PM
The darker one works fine but the light one isn't showing. By the way, all the coding looks very neat, something I need to work on in my templates.

fredxeric
03-17-2008, 09:40 PM
The darker one works fine but the light one isn't showing. By the way, all the coding looks very neat, something I need to work on in my templates.

The light style have not been coded yet just in part... Thanks for the comment

fredxeric
03-18-2008, 02:01 PM
I have fixed the light style, need some adjustement in color but it is there now...

fredxeric
03-18-2008, 06:00 PM
Click here to download the lastest version (http://focus.pixelxdesign.com/)

Crossie
03-19-2008, 07:12 PM
Fred Eric, thanks for this nice template (3.0). I'm currently using it on my site with a few additions/modifications/translations. It runs flawless so far. Again, thank for the nice work!

Uwe

Edit: one thing that I couldn't fix is the load fail of the stylesheet while visiting the site for the first time. I tried it with Safari, Firefox and Opera (on my Mac) an with IE on Windows. The css does not load automatically. As soon as you switch the style once and the cookie is set, everything is ok. Is there a way to get the stylesheet loading at the first visit? Would be great.

fredxeric
03-19-2008, 08:45 PM
Fred Eric, thanks for this nice template (3.0). I'm currently using it on my site with a few additions/modifications/translations. It runs flawless so far. Again, thank for the nice work!

Uwe

Edit: one thing that I couldn't fix is the load fail of the stylesheet while visiting the site for the first time. I tried it with Safari, Firefox and Opera (on my Mac) an with IE on Windows. The css does not load automatically. As soon as you switch the style once and the cookie is set, everything is ok. Is there a way to get the stylesheet loading at the first visit? Would be great.

I have just pass by your website and it look very nice with your pictures.... just keep in mind that it is a BETA release and yes there is some modification and tweak that needs to be done. before releasing the final version.

about the stylessheet loading problem I will check that during the next few days I will fix that issue for sure. and thanks to letting me know this error.

fredxeric
03-20-2008, 02:53 AM
Edit: one thing that I couldn't fix is the load fail of the stylesheet while visiting the site for the first time. I tried it with Safari, Firefox and Opera (on my Mac) an with IE on Windows. The css does not load automatically. As soon as you switch the style once and the cookie is set, everything is ok. Is there a way to get the stylesheet loading at the first visit? Would be great.


maybe this could help in this case... I think this is the problem refer to this tread
http://www.pixelpost.org/forum/showthread.php?p=56358#post56358

Crossie
03-20-2008, 04:50 AM
ah ok, this would explain it. Thanks.

Uwe

addition: I have just discovered that it's all about the value of the "style" cookie which is set by the styleswitcher.js script. You refer nicely with a tag <DARK_CSS_TITLE> and <LIGHT_CSS_TITLE> to the language file (in chapter header tags) in the addons directory. There, the first letter of the style titel is uppercase (Dark, Light). The moste templates are using the same titles but lowercase (dark, light). Maybe it's an idea to lowercase the style-titles in your language templates by default, so no user has to hassle with wrong cookies. For me it worked fine and the cookie which was set by my old template is still valid with focus 3.0.

Uwe

neoloop
03-21-2008, 08:44 PM
Hello.
Sorry for my English, which is not good.
I installed the beta version of Lafaille, and when I go in the archives, I
5 vignettes that.
Like to get more?
http://www.neoloop.info/photos/index.php?x=browse

http://www.mboulenger.fr

Scarabaeus
03-21-2008, 08:51 PM
it uses a paged archive so go to your admin page, then under addons chnage the paged archive addon to how many photos you want per page.

fredxeric
03-21-2008, 09:55 PM
Hello.
Sorry for my English, which is not good.
I installed the beta version of Lafaille, and when I go in the archives, I
5 vignettes that.
Like to get more?
http://www.neoloop.info/photos/index.php?x=browse

http://www.mboulenger.fr

Salut neoloop, je suis passé par ton site et j'y ai remarqué beaucoup d'erreurs dans le template francais. Je te suggère t'attendre la version 3.0.1 qui fixeras beaucoup d'erreurs surtout au niveau de la langue francaise. le style switcher n'est pas up to date dans cette version.

Et aussi changer dans ta page a propos que le template n'est pas black jack mais bien focus 3.0.0 beta.

Merci

fredxeric
03-22-2008, 06:16 PM
Version 3.0.1 ß is now ready, have a look

demo site here (http://focus.pixelxdesign.com/demo/)


NOTES: IF THE PAGE DISPLAY IS NOT WORKING JUST CLICK THE STYLE BUTTON, IT IS BECAUSE IT REFER TO THE OLD COOKIE ON YOUR PC.

mgd711
03-24-2008, 10:13 AM
Eric,

One think I've noticed with your template is that when I type in my comments for a post it does not recognize any html.



Mike

fredxeric
03-24-2008, 11:38 AM
Eric,

One think I've noticed with your template is that when I type in my comments for a post it does not recognize any html.



Mike



What do you means by "it does not recognize any html" I dont understand that part.

Scarabaeus
03-24-2008, 11:40 AM
What particular piece of html were you trying to use?

mgd711
03-24-2008, 12:13 PM
What I mean is............

using <p> </p> to place text in paragraphs, this does not work.

<br /> does not work

<a href="http://example.com/"title="Google">Google</a>, does not work.

etc...
etc..
etc.



Mike


Ohh.. and I should add that Mark down is enabled in the 'Options' page.

fredxeric
03-24-2008, 12:21 PM
Markdown

mgd711
03-24-2008, 12:29 PM
Markdown

?




Mike

fredxeric
03-24-2008, 12:43 PM
?




Mike

This mean it is not the right way to mark link into message, read markdown syntax

http://daringfireball.net/projects/markdown/

mgd711
03-24-2008, 12:48 PM
This mean it is not the right way to mark link into message, read markdown syntax

http://daringfireball.net/projects/markdown/


Sorry Eric, I'm still cluless with your answer.

Previously with all my other Pixelpost instal's from 1.4 and various templates this has worked, so what am I doing wrong now?




Mike

fredxeric
03-24-2008, 12:53 PM
Sorry Eric, I'm still cluless with your answer.

Previously with all my other Pixelpost instal's from 1.4 and various templates this has worked, so what am I doing wrong now?




Mike
you should enable markdown from the option menu

mgd711
03-24-2008, 01:01 PM
you should enable markdown from the option menu

That has always been enabled and is enabled currently.

I've recently moved my site of off a Yahoo server to a HostGator server, on either server it was the same. However I'm checking just now to see what Perl modules are installed.



Mike

mgd711
03-24-2008, 01:12 PM
This is the text from my last post....

<p>as an antidote to all this Christian bullshit this weekend an image from the Buddha Tooth Temple in Singapore.</p>
<p>I'll be back next week and hopefully (if I manage to develop my films) back to my normal schedule.</p>
<p>Rolleiflex and Ilford HP5.</p>

If you look in your browser it is not formatted as I set it out.


This is the text from my next post, online at midnight local time....

<p>OK, so I said Monday and this is actually Tuesday. The fact is I'm loosing the will to continue.......</p>
<br />
<p>I need a break and I'm running out of images to post.</p>
<br />
<p>Yashica Mat 124G and Kodak TMX.</p>

Again when I preview this it is just a continous stram of text, no formatting.





Mike

fredxeric
03-24-2008, 01:39 PM
This is the text from my last post....

<p>as an antidote to all this Christian bullshit this weekend an image from the Buddha Tooth Temple in Singapore.</p>
<p>I'll be back next week and hopefully (if I manage to develop my films) back to my normal schedule.</p>
<p>Rolleiflex and Ilford HP5.</p>

If you look in your browser it is not formatted as I set it out.


This is the text from my next post, online at midnight local time....

<p>OK, so I said Monday and this is actually Tuesday. The fact is I'm loosing the will to continue.......</p>
<br />
<p>I need a break and I'm running out of images to post.</p>
<br />
<p>Yashica Mat 124G and Kodak TMX.</p>

Again when I preview this it is just a continous stram of text, no formatting.





Mike

send me the link and I think I know the problem, I just want to see you site and I will be able to provide you info about this issue

fredxeric
03-24-2008, 01:42 PM
open css.php in the config folder of the addon and remove the code at line 209


p {
font: 12px/14px Tahoma, arial;
}

mgd711
03-24-2008, 01:50 PM
send me the link and I think I know the problem, I just want to see you site and I will be able to provide you info about this issue

Fred,

The site is located at http://www.thefieryscotsman.com




Mike

mgd711
03-24-2008, 01:58 PM
open css.php in the config folder of the addon and remove the code at line 209


p {
font: 12px/14px Tahoma, arial;
}


I can not find any css.php file in the addons folder or the templates folder.




Mike

fredxeric
03-24-2008, 03:40 PM
I can not find any css.php file in the addons folder or the templates folder.




Mike


version 3.0.1beta

is _focus_template_addon/config/css.php

mgd711
03-24-2008, 11:37 PM
version 3.0.1beta

is _focus_template_addon/config/css.php


Well that would explain why I can't find it. I'm still using 2.0.3.

I've installed your latest Beta and the Markdown works fine with out any modification of css.php, however I much prefer the layout and feel of version 2.0.3 so I'm switching back to that.



Mike

citron
03-25-2008, 08:51 AM
Salut Fred,
La première faute est sur la page d'accueil :
- Le A de A propos ne prend pas d'accent : c'est une majuscule

Sinon, c'est dans "Archives" ( que je nommerais plutôt "Portfolio"):
- Au lieu de"Nombre de photos totals sur le site", écrire : "Nombre total de photos sur le site"
- Remplacer "Sélectionnez un categorie" par "Sélectionnez une catégorie".

Sinon, j'ai 3 questions :
- comment changer "A propos", je ne vois rien dans l'interface d'admin à ce propos

- y a t-il un lien javascript vers ton site? J'utilise Noscript et c'est ce qu'il me dit. Si c'est le cas, je voudrais absolument enlever ce lien. Je préfèrerais un lien classique vers ton site.

- comment changer enlever <CONTACT_FORM etc...> dans le formulaire de contact?

En tout cas, merci pour ce beau template. Il faut que je l'utilise un peu plus pour voir s'il y a d'autres bugs.
Bien à toi,

fredxeric
03-25-2008, 11:54 AM
Salut citron, je vais en effet faire les modifications que tu mentionnes, je crois que ce sera mieux. En attendant que je fasse les modifications tel que tu mentionnes, tu peux changer les texts à ta guise en modifiant le fichier fr.php dans le addon sous lang.

J'èspère que tu trouveras.

Pour ce qui est du contact form enleve le fichier contact_from_template.html et le tout sera presque reglé, ensuite edit chacun des fichiers image, browse, et about et enleve le liens contact dans chacune des feuilles.

fredxeric

fredxeric
03-25-2008, 12:05 PM
- y a t-il un lien javascript vers ton site? J'utilise Noscript et c'est ce qu'il me dit. Si c'est le cas, je voudrais absolument enlever ce lien. Je préfèrerais un lien classique vers ton site.




Ouvrir le fichier focus_template_addon.php et aller a la ligne 218 changer


<div id='footer'>$focusownername | $template_version_link | ".$FOCUS_TEXT['copyright_template_script']."</div>



Pour


<div id='footer'>$focusownername | $template_version_link | ".$FOCUS_TEXT['copyright_template_no_script']."</div>

Dennis
03-25-2008, 06:04 PM
Guys, this is the English part of the forum. If you insist in speaking French we have a subforum for that. Please refrain from speaking French. Thanks.

mgd711
03-29-2008, 04:01 AM
Well that would explain why I can't find it. I'm still using 2.0.3.

I've installed your latest Beta and the Markdown works fine with out any modification of css.php, however I much prefer the layout and feel of version 2.0.3 so I'm switching back to that.




I seen to have got round my problem by replacing

<div id="comment-transition" style="min-height: 110px;">
<IMAGE_THUMBNAIL>

<IMAGE_NOTES>
</div>




with this



<div id="image_notes_clean" style="min-height: <THUMBNAIL_HEIGHT>px;">
<IMAGE_THUMBNAIL><IMAGE_NOTES_CLEAN>
</div>





Don't know how or why but in the image details field the text can now be formatted with markdown.



Mike

raulm21
04-18-2008, 10:02 PM
Hi, first, congratulations. Your template is very well designed

I've installed successfully, but when trying to navigate from categories, it doesn't load so good.

You can try it here:

http://www.raulm21.com/pixelpost/index.php?x=browse&pagenum=1

I've compared it to the DEMO browse_template.html and nothing changes

What's wrong?

Thanks.

fredxeric
04-19-2008, 01:13 AM
What's wrong?

Thanks.


You have to enable page-by-page archives addon

raulm21
04-19-2008, 07:46 AM
Oh, thanks frexderic, I'm a newbie at pixelpost. I came from wordpress (www.raulm21.com/fotolog/).

Great template, thanks again.

raulm21
04-19-2008, 09:09 AM
Hi again!

I cleared the <!-- EXIFS and EXIFS--> tags but exif info not showing.

What's wrong now?

Thanks.

Crossie
04-20-2008, 08:34 AM
Same as with the custom filelds question. You have to place the exif template tags (which can be found here (http://www.pixelpost.org/docs/TemplateTags/EXIFRelatedTags)) in your template html file at the position where you want them to appear and you have to set "enable exif" to "yes" in the admin interface (options->general tab).

regards
Uwe

raulm21
04-20-2008, 08:47 AM
Thanks crossie, I fixed it but I forgot to write here.

http://www.raulm21.com/pixelpost/

emonsas
04-28-2008, 02:25 PM
hi,
Thanks for designing such a nice template! i am using it for my wedding photography website, at this add

http://www.renjisrenjis.com

I was wondering how to set the contact email. The default page just won't email to my renjisrenjis@gmail.com Can u guide me on how to set it?

rgds

isham

emonsas
04-28-2008, 02:28 PM
Thanks for designing such a nice template. I'm using it for my wedding photography website

http://www.renjisrenjis.com
(http://www.renjisrenjis.com)
I'm wondering on how to set up the contact page, to email to my current email, renjisrenjis@gmail.com Can u guide me on how to get this one right.

that's all for now.. thanks for letting us use the template!

rgds

isham

fredxeric
04-28-2008, 10:53 PM
Thanks for designing such a nice template. I'm using it for my wedding photography website

http://www.renjisrenjis.com
(http://www.renjisrenjis.com)
I'm wondering on how to set up the contact page, to email to my current email, renjisrenjis@gmail.com Can u guide me on how to get this one right.

that's all for now.. thanks for letting us use the template!

rgds

isham


Hi emonsas,

You need to download the addon called contact_form (http://www.pixelpost.org/extend/addons/contact-form/)

upload the addon and activate the addon

Fredxeric

emonsas
04-29-2008, 02:57 PM
Hi Fred,

I've installed the add-on contact form, and set it to email to renjisrenjis@gmail.com, but it seems that the contact form is not going there..

anything else i should be doing? my website is at http://www.renjisrenjis.com.. app if u can have a look at it..

rgds

Voad
05-13-2008, 11:58 PM
Hello Fred,

First, Congratulation for this beautiful theme!

I'd like to know if there a way to "zoom" on a picture to display it on fullscreen with a better size like this website : http://webrevolutionary.com/sharpfolio-demo/

Thanks a lot

Voad

fredxeric
05-14-2008, 01:20 AM
The effect you mentionne is call: Lightbox.


Check this website: http://www.lokeshdhakar.com/projects/lightbox2/

Voad
05-14-2008, 06:31 PM
Thanks for your answer fredxeric,

I'm trying to activate it, following the readme.txt but it doesn't work nothing happens :(
I found some topics on the forum and it doesn't seems to work.
Could someone help me on how to make lightbox works with the focus theme?

I really like to put lightbox in the gallery because i don't like the fact to click to see one image and then having to click on the back button to return to the gallery.



I also have an other small problem, i m using this theme with french language, and i can't change the "commentaires (0)" in the header! i'd like to change it to : "infos et commentaires (0)" .. could you help me?

http://forum.tt-hardware.com/fichiers/uploads/upload_16_5/2008-05-14_202237.jpg


thanks a lot!

Ubbe
05-14-2008, 06:48 PM
I think the BG color should be a dark color insted of white when the picture is loading, the white is very harsh on the dark background...

fredxeric
05-15-2008, 12:48 PM
I think the BG color should be a dark color insted of white when the picture is loading, the white is very harsh on the dark background...

Easy to fix, just open the black.css files into template/focus/style/black.css and modified the line 36. instead of :

background: white url(../images/loading.gif) no-repeat center center;

Change it for

background: black url(../images/loading_d_dark.gif) no-repeat center center;



Fredxeric

fredxeric
05-15-2008, 12:53 PM
Also if some of you want to hide the vertical scroll bar from IE there is a modification that can be done in the main css files .


1- open the addons\_focus_template_addon\config\css.php
2- change around the line 36 the html tag for html {
overflow: auto;
}

Voad
05-15-2008, 01:04 PM
I'm trying to activate it, following the readme.txt but it doesn't work nothing happens :(
I found some topics on the forum and it doesn't seems to work.
Could someone help me on how to make lightbox works with the focus theme?

I really like to put lightbox in the gallery because i don't like the fact to click to see one image and then having to click on the back button to return to the gallery.



I also have an other small problem, i m using this theme with french language, and i can't change the "commentaires (0)" in the header! i'd like to change it to : "infos et commentaires (0)" .. could you help me?

http://forum.tt-hardware.com/fichiers/uploads/upload_16_5/2008-05-14_202237.jpg


Could someone help me please ?

Thanks

fredxeric
05-15-2008, 01:44 PM
Could someone help me please ?

Thanks

You have to edit line 61 & 62 from this files: PP_root/language/lang-french.php

Smartphoner
05-16-2008, 07:01 PM
Does not run for me !

Warning: mysql_list_fields() [function.mysql-list-fields]: Unable to save MySQL query result in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_focus_template_addon/focus_template_addon.php on line 74

Warning: mysql_list_fields() [function.mysql-list-fields]: Unable to save MySQL query result in /home/www/dae6f20f31415ca73b20394922f2ef9e/web/addons/_focus_template_addon/focus_template_addon.php on line 74

fredxeric
05-16-2008, 07:11 PM
what is your web hoster?

Replace: $result_id = mysql_list_fields($pixelpost_db_pixelpost, $table);

with : $result_id = mysql_listfields($pixelpost_db_pixelpost, $table);

Smartphoner
05-16-2008, 07:22 PM
And where ? File ?

fredxeric
05-16-2008, 07:35 PM
in the addon folder:

.\addons\_focus_template_addon\focus_template_addo n.php

around line 74

Smartphoner
05-16-2008, 07:47 PM
Same problem again

Robbo
05-16-2008, 07:48 PM
Hello fredxeric, I have just installed your focus template and have noticed that at the top of the page it shows the following.

http://www.unitedrant.eu/images/Snap1a.png

or here http://www.robboblog.com/

What do I have to do to remove it.

regards robbo

fredxeric
05-16-2008, 07:53 PM
you probably paste something in the files....

BTW I am currently updating the version 3.0.1 beta to 3.1.0 very soon.

btrancho
05-23-2008, 10:46 PM
I'd like to express my thanks for the fine template. I've used it to update my two photoblogs:

Trancho Photography (http://www.tranchophotography.com) & a closeup view
(http://www.acloseupview.com)
Just a few tweaks for each.

Thanks again,

Bob

fredxeric
05-24-2008, 02:07 AM
I'd like to express my thanks for the fine template. I've used it to update my two photoblogs:

Trancho Photography (http://www.tranchophotography.com) & a closeup view
(http://www.acloseupview.com)
Just a few tweaks for each.

Thanks again,

Bob

Your welcome My friend...

ramseyr
06-02-2008, 10:11 PM
Hey great template nice and clean. I can't seem to get the Exif data to show. Is there any trick to get it to show up? I have it set to enabled in the admin panel.
Here is the link to my site.
http://www.mindlesspixels.com
Thanks
Ramsey

fredxeric
06-03-2008, 12:08 PM
Hey great template nice and clean. I can't seem to get the Exif data to show. Is there any trick to get it to show up? I have it set to enabled in the admin panel.
Here is the link to my site.
http://www.mindlesspixels.com
Thanks
Ramsey

The template do not have build in exif function to be showed, you must edit the template to best suit your needs.

heike
06-04-2008, 04:28 PM
Hallo and thanks a lot for the great template. I installed pixelpost and your template yesterday.

My question:
I have had a lot of this error in the serverlog



[Wed Jun 04 14:51:41 2008] [error] [client 89.14.120.211] File does not
exist: /var/www/virtual/linsenspiel.de/htdocs/images/blank.gif, referer:
http://linsenspiel.de/

I could only find a blank.gif in your template, under focus/images/

Now, what is happening, is it the template searching for the file, or is it pixelpost self ?

with greetings,
heike

heike
06-06-2008, 08:07 PM
Hello :)

my last posting here (http://www.pixelpost.org/forum/showpost.php?p=58709&postcount=140)

think I found it. Is it the blank.gif for the special trick with the IE and the navigation ?
im a beginner, but I was searching and reading to understand what happend. It is not a big thing, but I put the blank.gif now in the /htdocs/images/, and it works fine now.
think so, my provider didn't talk about error-messages anymore.

sorry for my english, I will do my best to write proper.

with greetings
heike

shacon
06-08-2008, 03:28 AM
I also posted this in the support thread here:
http://www.pixelpost.org/forum/showthread.php?t=8542

Hello. I am brand new to PixelPost so please bear with me, especially if posted in wrong forum.

I just installed the latest versions of both PixelPost and Focus template. Everything is working fine, except for the contact form from the main menu. When I click on "Contact" in the main menu, a new window with the contact form appears. It contains the following 3 areas with text in those windows:

Name:
<CONTACT_FORM NAME>

Email (hidden):
<CONTACT_FORM_EMAIL>

Message:
<CONTACT_FORM_MESSAGE>

I have highlighted the content of those windows, filled in the info, and pressed the submit button. Still after 2 different tries in both Safari and FireFox, no mail has yet to arrive. In the admin control panel I DO have my admin email address filled in prior to these attempts.

Am I missing something here?

My forum is: www.newvox.org

Thank You for any assistance

-shacon

fredxeric
06-08-2008, 11:43 AM
You will need this addon: http://www.pixelpost.org/extend/addons/contact-form/

shacon
06-08-2008, 02:52 PM
Thank You very much for your speedy reply. I installed the addon and pleased to say that everything works just fine. :)

I just love your Focus template BTW.

-shacon

ZenemiG
06-12-2008, 07:58 PM
First of all, sweet sweet template. Loved the simplicity and minimalism on it. that said, Im having trouble with a few things and Id love it if you could help me out.

Id like to be able to make this (http://www.imagehustler.com/0408/1213299587.png) look like this (http://www.imagehustler.com/0408/1213299839.png). Thumbnail at one side and text on the other side.

Thanx in advance and once again, great template.

fredxeric
06-13-2008, 05:30 PM
This is a custom modification by the end user who use my template. You just need to modified the appropriate files to reflect your needs.

ZenemiG
06-13-2008, 08:23 PM
Was afraid so. In such case, is there a way to eliminate the thumbnail image from the Info and comments section?

muscalu
07-27-2008, 10:35 PM
I love your template but it's just not working on my website.... I use 950px images, this could be the problem ?

raulm21
09-24-2008, 06:09 AM
First, thanks for this great theme for pixelpost.

Focus theme isn't working fine for me on firefox:

www.adearte.es or www.raulm21.com/pixelpost/

thanks.

fredxeric
09-24-2008, 12:55 PM
First, thanks for this great theme for pixelpost.

Focus theme isn't working fine for me on firefox:

www.adearte.es or www.raulm21.com/pixelpost/

thanks.

What is the problem exactly?

raulm21
09-24-2008, 01:05 PM
I see the photolog like this:

http://www.raulm21.com/img/focuserror.jpg (http://www.raulm21.com)

Tested on mac and windows firefox version.

fredxeric
09-24-2008, 01:13 PM
I see the photolog like this:

http://www.raulm21.com/img/focuserror.jpg (http://www.raulm21.com)

Tested on mac and windows firefox version.


Ok I see, I have tested under safari and ie and there no problem, but yes under FF I can see the problem.

I will have to investigate the problem.

Thanks to advise me for this error.

raulm21
09-24-2008, 01:26 PM
Thank you for this great theme!

I'll wait you to fix this bug.

fredxeric
10-02-2008, 02:24 PM
Here is the FAQ for the focus template...


http://focus.pixelxdesign.com/faq.php

(at)photography
10-04-2008, 12:26 AM
Thank you so much for the beautiful template. I will be using it to show images from a wedding that I recently shot for some friends.

I'm having two problems though. The first being the contact page. I turned the addon on and every time I try to send a test email to myself it shows me this error message.

- Too much time has elapsed, you should submit this form within 10 minutes to keep spambots away!
- You have been registered as a spambot. E-mail was not sent!

The second problem I am having is with the archive page. It's not displaying any thumbnails, just the names of the images.

I'm not sure if these are rookie mistakes on my part, I am new to pixelpost. Any help would be greatly appreciated.

Thanks.

maggieandmark.com (photoblog address)

fredxeric
10-04-2008, 12:59 AM
Thank you so much for the beautiful template. I will be using it to show images from a wedding that I recently shot for some friends.

I'm having two problems though. The first being the contact page. I turned the addon on and every time I try to send a test email to myself it shows me this error message.

- Too much time has elapsed, you should submit this form within 10 minutes to keep spambots away!
- You have been registered as a spambot. E-mail was not sent!

The second problem I am having is with the archive page. It's not displaying any thumbnails, just the names of the images.

I'm not sure if these are rookie mistakes on my part, I am new to pixelpost. Any help would be greatly appreciated.

Thanks.

maggieandmark.com (photoblog address)


You will have to use version 1.0 of the contact form addon

I am currently working on the template to have ot work with version 2.0 of contact form

(at)photography
10-05-2008, 11:34 PM
Fred-Eric,

Thanks so much for that link. It fixed the contact form.

Any ideas on the archive page?

Amanda

fredxeric
10-06-2008, 12:13 AM
Fred-Eric,

Thanks so much for that link. It fixed the contact form.

Any ideas on the archive page?

Amanda

Oups I didn't read the entire post you have post!

For the archive page You have to enable this addon:

What addons needs to be enable to have your template worked fine?

focus template addon (_focus_template_addon/focus_template_addon - version 3.0.1 ß) - status: ON
Advanced stats (advanced_stat - version 1.0) - status: ON
Page-By-Page-Archive for category and month (paged_archive - version 1.7) - status: ON
Contact form (contact_form - version 1.0) - status: ON
THE ACTUAL VERSION OF THIS TEMPLATE IS USING VERSION 1.0 OF THE CONTACT FORM.
SO IF YOU PLAN TO USE CONTACT FORM MAKE SURE YOU DOWNLOAD VERSION 1.0

softball29
10-07-2008, 03:30 PM
Hi,

I have installed this template and it is working. I just had a couple of questions as I am new to 1.7 and haven't actually worked on tweaking in a while.

In the section where there's a description, is there a way to make it so there are breaks in the paragraphs? Now it is just showing all one paragraph.

Also, how do I get it to show the EXIF data of the image? I also wanted to have an image views on there (I had it on my last version and the addon is on my server etc.)

Thanks for any help!

softball29
10-07-2008, 03:47 PM
Also, because I don't want to use it, was wondering if there was a way to get rid of the "contact" link on the front page and if there's a way to add another link and create a "links" page?

Thanks. The template is really nice.

yffoto
10-31-2008, 01:48 AM
I'm having a problem with the template. The image does not load on center. Ideas?

http://www.blog.yvettefevurly.comhttp://www.blog.yvettefevurly.com/blogphoto.jpg

davewjr
01-08-2009, 04:12 AM
Love the template but noticed one minor issue since installing that when i go into addons portion of my admin panel, the only addon showing is the focus template addon and the rest of the page takes forever to finish loading. The other templates i've used have not caused any problems. Thanks

I am using Firefox 3.x on a intel Mac OSX Tiger ver. 10.4.11

Dennis
01-08-2009, 05:42 AM
davewrj, that is not related to a template.

http://www.pixelpost.org/forum/showthread.php?t=8764

nothingbutsong
03-31-2009, 06:12 AM
When I access the addons page for my Pixelpost installation, it tries to load this URL: http://www.localhost.com/lien_dynamique.php?x=focus_addon

It completely slows down the loading of the addons page. I've checked the focus_template_addon.php page and know where the coding is. If I remove it, will it affect the usage of the addon?

ohzaru
04-18-2009, 02:24 PM
hi! I have a problem that I imagine will happen to us all equally.

With the new focus on IE8 template does not work well when the effects are the commentary.

happens to someone else?
any solution?
I tested the lastest version prototype and scriptaculous but still the same :(

Thanks!