Few problems with the PRO version

Home Forums Calendar Products Events Calendar PRO Few problems with the PRO version

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #30330
    Marcin
    Participant

    1) 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:

    LatinoAmerica.pl – Portal o Ameryce Łacińskiej


    all the events are placed below the black point and not in the same line

    How 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:

    Kostaryka łamie prawa człowieka?


    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:):

    Sylwester w rytmach latino w Augustowie


    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:)

    #30335
    Lee
    Member

    1) 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.

    #30343
    Marcin
    Participant

    2) they are working now, I updated the pro version, and thats the reason why they didn’t work

    #30344
    Lee
    Member

    ahh 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.

    #30345
    Marcin
    Participant

    3) 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:00

    #30347
    Marcin
    Participant

    1) 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?

    #30348
    Marcin
    Participant

    so 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:)

    #30349
    Lee
    Member

    style.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 template

    #30350
    Marcin
    Participant

    thank 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:)

    #30351
    Marcin
    Participant

    to bed:)

    #30359
    Marcin
    Participant

    Lee 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 problems

    #30360
    Marcin
    Participant

    the problem with the point number 3 not exist any more:)

    LatinoAmerica.pl – Portal o Ameryce Łacińskiej

    #30364
    Barry
    Member

    Thanks for helping Marcin out there Lee 🙂 … Marcin – are you all sorted here/do you need any further help?

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Few problems with the PRO version’ is closed to new replies.