|
#1
|
|||
|
|||
|
I've just set up my new PixelPost and I can't seem to get the calendar thing to show up. I've tried most of the suggestions posted in the past and upgraded from v1.4.x to v1.5b and it's still not showing up.
Can someone point me in the right direction here? Here's my URL if that helps: http://www.michaelmoore.ca/photoblog/index.php I'd like to have it look like the following site: http://www.kuperblog.com/ I'd also like to know how you remove the white border around the images. Is this in the CSS style? If so, which line do I modify to remove the border, or make it black? Thanks for your help. |
|
#2
|
||||
|
||||
|
First question. I thought that was a bug and they repair it in the new 1.5 version.
Did you put the tag for the calendar in the template? HTML Code:
<div id="calendar"> <SITE_CALENDAR> </div> First look in the template with class you need to change and then thange the class in the css. For more info about css: http://www.w3schools.com/css/default.asp
__________________
Northing.nl |
|
#3
|
|||
|
|||
|
Yep, I tried that tag in a bunch of different locations in the image_template.html file and it still doesn't load. Is this the correct file to add it to, and if so, is there a specific place I should add it?
The weird thing is, when I look at the generated HTML source code, that tag shows up just as it's typed above, but in the source for the pages where the calendar shows up, it replaces SITE_CALENDAR with stuff like: HTML Code:
<table class='table-calendar' cellspacing='0'><tr><td class='td-calendar-days-imagefound'><a href='/index.php?curr_month=2&curr_year=2006&showimage=245&PHPSESSID=69c7f8989aead27d68e3e1ffe77b4f9b' |
|
#4
|
||||
|
||||
|
Yes image_template.html is the correct file.
Let me get it right. In image_template.html you see SITE_CALENDAR. And in the source of the browser you see <table....bla...> ? But no calendar. Aaah, I know the problem again. It is the same problem what I had a long time ago. You need to do a little hack. Look here: http://forum.pixelpost.org/showthread.php?t=2925
__________________
Northing.nl |
|
#5
|
|||
|
|||
|
Yeah, that worked! Thanks eon.
I found the CSS tag that removes the image border too. In the dark.css file it's under the *Content* section and changed #photo { padding to 0px (in case anyone else was wondering). Now I just need to figure out how to centre the calendar properly in Firefox (I put <center> tags around the calendar which sorta works but the month is left-justified under the dates), figure out how to change the calendar CSS settings so that the dates that contain photos are highlighted, and fix the error that occurs when I click next and previous month links. I think I've seen fixes for these issues somewhere in the forum... |
|
#6
|
||||
|
||||
|
Change #calendar in the css. You have to say something like "aline: center". More info about that you can find on www.w3schools.com.
__________________
Northing.nl |
|
#7
|
|||
|
|||
|
I don't have #calendar in the CSS (maybe because I'm using the Simple template?). I did however find some settings that I plugged into my CSS style like:
PHP Code:
Groovy, I think I've got it all looking and working the way I want now. Just need to fill it with some more photos now! |
|
#8
|
||||
|
||||
Succes!
__________________
Northing.nl |
|
#9
|
||||
|
||||
|
I have done a little test of the latest pixelpost (1.5 rc 1-2) and I can't seem to get the calendar to work. I have the SITE_CALENDAR as part of my template (see my current site using the exact same template on 1.4.2). I looked at what eon suggested, but that seems to have already been applied in this version of pixelpost (lines commented out in 1.5rc1-2). Any ideas people? Thanks in advance.
|
|
#10
|
|||
|
|||
|
I do not understand that at all why the calendar won't show off
I tried but I cannot open your website, http://www.agit8.org/pixblog is not opening at all 1) did you activate the calendar in admin/options/template 2) did you enter <SITE_CALENDAR> into image_template.html somewhere? I just did it: have a look: ![]() or open it in the browser: http://www.bildgier.de/pp/rc_final I see the calendar now it is up to you to edit the CSS etc. |
| Post Reply |
| Thread Tools | |
|
|