Home › Forums › Calendar Products › Events Calendar PRO › Few problems with the PRO version
- This topic has 12 replies, 3 voices, and was last updated 13 years, 3 months ago by
Barry.
-
AuthorPosts
-
January 6, 2013 at 9:42 am #30330
Marcin
Participant1) wrong placing of the events in the Events List Widget, in case if we are using IE, Firefox or Opera browsers, this widget is working well only with Chrome. Look to my right page sidebar to IMPREZY LATINO:
all the events are placed below the black point and not in the same lineHow to change it? When I’m going to pay for Pro Version , I want to have a perfect view of this content:)
For example BB PRESS Topic List is working perfect on this sidebar with every browser:
2) Calendar view
After the last update of your plugin the line with name of the category
for your calendar is placed to the very top of the white post field.
http://latinoamerica.pl/wydarzenia/kategoria/kalendarz-imprez-w-polsce/the same in case of the event list
http://latinoamerica.pl/wydarzenia/kategoria/kalendarz-imprez-w-polsce/nadchodzace/
in case of the single event everything is working well:):
I know is caused because Calendar view and the event list is category and single event is post. But how to move the title of the category and of the events list to display both in the right position or if is not possible how to eliminate them?
3) when I’m using your calendar widget and my theme widget Text Imprezy Latino, the calendar is placed with with a big distance to the title. (down) so I have to use your default widget title to stay wioth a nice look. Is there any way to eliminate this distance when I leave the title field empty and use my own title widget, with your event list it was working nice:)January 6, 2013 at 1:22 pm #30335Lee
Member1) I would just take the bullet out, it’s not really needed here.
on Line 91 ish in style.css change : list-style-type: disc;
to
list-style-type: none;2) None of the links you have supploed work, they’re all going to a “Not found
Sorry, It’s hard to work out the problem not understanding the language on the site.
3) If you don’t want to show the title on the side widget, you can add :
.events_calendar_widget h3 {
display: none;
}
to your css file to remove it.
Hope this helps in some part.January 6, 2013 at 3:09 pm #30343Marcin
Participant2) they are working now, I updated the pro version, and thats the reason why they didn’t work
January 6, 2013 at 3:22 pm #30344Lee
Memberahh ok, I see now.
Do you know CSS at all?Looking at the css, the top and left padding have been set to be 0px, which is why the “broken” title is sitting tight at the top of the page :
events.css line 184
.events-archive .hentry {
margin: 0;
padding: 0 0 15px !important;
}
Im not sure if that’s there for a reason in relation to another page, but you could just set that to
padding: 15px;
and it will sort it. Im on a pretty tight deadline at the moment so don’t have time to look into it any more closely. But if you implement the css changes I’ve supplied, it should resolve all your problems.January 6, 2013 at 3:26 pm #30345Marcin
Participant3) it easy not to show the title of the widget you can set it not filling the title field, but the problem is to eliminate the distance.
In which file I should make this changes? style.css?
1) but I need bullet, because they are everywhere in other plugins showing the list of forum topics for example, so I need to display everything in the same style:) Anyway when I’m going to eliminate bullets, the end time of the event is also placed in the second line.
4) there is an other problem the end time fo the event is displayed in the different pm form comparing to the start time look start time 20:00 end time 11 pm I should be 23:00January 6, 2013 at 3:32 pm #30347Marcin
Participant1) I change this 91 line from list-style-position:inside to list-style-position:right and the text and the bullets are in the same line finally:)
but the end time is placed in the second line how to change it?January 6, 2013 at 3:35 pm #30348Marcin
Participantso thank you so much to give me the right position where I should change something, I made a different move but anyway this was a perfect solution for me:)
January 6, 2013 at 3:40 pm #30349Lee
Memberstyle.css
.events_calendar_widget h3 {
display: none;
}
That will remove the title and the space.
==============
The bullet seems to be working now, except for the end time going on the next line.
This is because you have a br in the code
21 stycznia 2013 20:00 –11:00 pm
Im not using that particular widget, so im not sure what the name of the file is, but if you find it and take out that br it’ll sort it.
==============
To fix the AM / PM thing, In the same template as the br I mentioned above you’ll find 2 date strings
it’ll look something like this
tribe_get_start_date(null, false, ‘h s’);
try adding a capital A to the end of those dates; so it’ll be something like this
tribe_get_start_date(null, false, ‘h s A’);
===============
It’s something like that, Im not the best at PHP, but give it a go if you can find the right templateJanuary 6, 2013 at 3:44 pm #30350Marcin
Participantthank you so much, im going to try to fix it:)and find the right position:) and inform you Now is late in Poland 00:44 I go to bad:) Tomorrow I’m going to fix it I hope:)
January 6, 2013 at 3:45 pm #30351Marcin
Participantto bed:)
January 7, 2013 at 7:23 am #30359Marcin
ParticipantLee look at my link
http://latinoamerica.pl/wydarzenia/kategoria/kalendarz-imprez-w-polsce/
problem from the point number 2 was eliminate:) I m going to fix next problemsJanuary 7, 2013 at 7:30 am #30360Marcin
Participantthe problem with the point number 3 not exist any more:)
January 7, 2013 at 8:56 am #30364Barry
MemberThanks for helping Marcin out there Lee 🙂 … Marcin – are you all sorted here/do you need any further help?
-
AuthorPosts
- The topic ‘Few problems with the PRO version’ is closed to new replies.
