Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > Customizations (Themes / Templates)

Customizations (Themes / Templates) Help with customizing the themes and templates. Post your own custom themes for others to enjoy.

Closed Thread
 
Thread Tools Search this Thread Display Modes

2 Categories & IE Problems
Old 07-16-2008, 04:57 PM   #1
pamelafarber
Calendar User
 
pamelafarber is offline
Join Date: Jul 2008
Posts: 8
Default 2 Categories & IE Problems

(1) i simply want to have two categories drop-down lists that viewers can choose from Locations & Sessions but I can only get the locations one to appear and it doesn't seem to work the calendar shows all events regardless

(2) I had set the calendar up using Firefox and the design of my website was perfect no problems then when I tested it in Internet Explorer the entire page isn't aligned and I cannot find a solution.

(3) I have just added a third category simply for the popup & hover information so that it lists the Instructor teaching the class... but it doesn't appear like the other two categories do. Its simply showing the Location & the Session.

I had tried putting the calendar.php page as an inline frame from an html page but it still does the same thing. I figure its a CSS problem but I cannot seem to find it. No matter what I change it seems to never work in IE but always looks great in Firefox - but unfortunately thats not the browser my client is using.

The images do not appear in this page as i'm coding a new design but the calendar needed to be in my base folder not the one i'm putting the new design in...

http://laurafurtado.com/newcalendar.php

the alignment SHOULD look like this page:
http://laurafurtado.com/newdesign/ab...structors.html

Last edited by pamelafarber; 07-16-2008 at 05:54 PM. Reason: additional question
 

Old 07-16-2008, 07:11 PM   #2
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

1- You need my full-filter plugin to have filters for sub-categories. Contact me using the link in my signature to buy it.

2- I see that you do not have a doctype declaration. This can cause the issues you are seeing there. Currently, the demo pages for the calendar use the following:
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3- Your "Instructor" sub-category shows up properly from what I can see. If you look at the July 2nd "Strip to fit" and July 3rd "Zumba", you can see the heading there. Note that it will not show up if a value hasn't been selected for that sub-category.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-16-2008, 07:22 PM   #3
pamelafarber
Calendar User
 
pamelafarber is offline
Join Date: Jul 2008
Posts: 8
Default

sorry i was wanting the three categories to show up in the description - it currently shows 2 of them: the instructor and the session but i would also like it to show the location... i have made sure each were selected but it doesn't seem to be effected
 

Old 07-16-2008, 08:16 PM   #4
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

Is it possible that Location is your main category? Like the first category in the list? That's the one that sets the color for the color-coding. It does not list it textually. If you want Location to show up, you will need to create a sub-category for Location.

Use your main category for what you want color-coded. But since all your categories are set to be the same color, I think you'd be better off to only have a single selection for your main category and name it like "Classes" or "Sessions"... Then you can have another selection that would be like "Special events" with a different color, so that clients can quickly see them.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-16-2008, 08:19 PM   #5
pamelafarber
Calendar User
 
pamelafarber is offline
Join Date: Jul 2008
Posts: 8
Default

yes it is my main category... they're all the same colour cause thats how my client asked for it she didn't like all the different colours

i'll try that suggestion see if that works!
 

Old 07-16-2008, 09:33 PM   #6
pamelafarber
Calendar User
 
pamelafarber is offline
Join Date: Jul 2008
Posts: 8
Default

the code worked great! i just have a few q's about customizing it now so it suits the page...

http://laurafurtado.com/newcalendar.php

(1) i made the additional category so that it shows up in the popup window but now i would like the main category to be hidden - is it possible to remove?

(2) also how might i make the dropdown menu's line up horizontally instead of vertically?
 

Old 07-16-2008, 10:19 PM   #7
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

1- Do you mean from the filter? You won't be able to remove the category from the Event Manager, but if you want it removed from the filter, I could customize it for you (for a resonable fee).

2- I can modify that at the same time, but the way you could do it yourself is to modify line 99 and remove
Code:
<br />
from that line.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 07-16-2008, 11:14 PM   #8
pamelafarber
Calendar User
 
pamelafarber is offline
Join Date: Jul 2008
Posts: 8
Default

okay i tried removing that <BR> but it looked pretty stupid haha so i've made a list of a couple things i want done, can they be done? and for how much?


- Make 'Show All' show the category title instead of 'Show All' with the text beside each dropdown removed

- Make all dropdown boxes the same size

- Line them up in a row
 

Old 07-17-2008, 06:05 AM   #9
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,969
Default

It can be done, but please, since this is a modification and not part of the actual calendar, use my email instead of the forum.

I will contact you via email for the details.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Categories: Legend, Multiple same-day events, more cpopolo Customizations (Themes / Templates) 1 03-02-2006 05:03 PM
Listview - show only some categories. How?? macho General Support 2 10-21-2005 01:40 PM
Access categories sblowes General Support 2 04-15-2005 11:06 PM
event categories oliver General 1 10-21-2004 11:13 AM



All times are GMT -4. The time now is 12:59 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |