Barry

Forum Replies Created

Viewing 15 posts - 11,521 through 11,535 (of 17,936 total)
  • Author
    Posts
  • in reply to: Bold first event with an ongoing event… #79310
    Barry
    Member

    Hi macmaster77,

    That’s an interesting idea. You could certainly customize month view (take a look at our Themer’s Guide before doing so) and do a quick test before outputting the event title to see if the day it is being displayed on is the same as the day it begins then, if so, highlight it by applying a CSS class or adding a graphic or something of that nature.

    Here’s some code you could use as a custom month/single-event.php template to get you started.

    Hope that helps!

    Barry
    Member

    Hi Stéphane,

    I’m not sure ‘hard coded’ is an appropriate description because the settings array – which simply contains some defaults that we felt would be helpful and appropriate for the majority of our customers – is filterable and can readily be changed without hacking core plugin code.

    Here is an example of basically forcing it to use the same format consistently, regardless of whether the start and end times are in the same year or not, which you could test out and adjust to better fit your own needs: http://pastebin.com/FRG558N0

    On principle, whether the year is displayed for current year events or not should be an option in the plugin’s settings. Assuming it’s not needed or useful is wrong IMO.

    I completely understand, but we also need to strike a balance between a complex user interface for settings (it’s not realistic and would be confusing for most of our users to have every conceivable area that can be customized presented as an option within the Events → Settings screens).

    We’re open to ideas though about making changes as the plugin develops and if you wish to post an idea on our UserVoice page that will also allow others to show support for any change that you propose.

    Thanks!

    in reply to: How to add photo view to a page or post? #79292
    Barry
    Member

    I’m afraid so: do remember to check out our Themer’s Guide, Tutorials and Technical Docs though (linked to from the Useful Resources widget on the right) which might fill in a few blanks along the way.

    Good luck!

    in reply to: Yep, my calendar is gone too. #79291
    Barry
    Member

    That is strange.

    What version of The Events Calendar and Events Calendar PRO did you update from and can you still see all of the events in the admin screens?

    Thanks also for trying some of the basic troubleshooting steps (deactivating all other plugins) … could I ask you to repeat that but also switch to a default, unmodified theme such as Twenty Twelve and see if that impacts on this?

    Above and beyond that, if you could share your System Information as provided on the Events → Help admin screen that would be great.

    Thanks!

    Barry
    Member

    OK, in that case perhaps the problem is a different one in your case.

    Can you either inspect the server error logs for any relevant entries (though there may be a time difference, you should be able to tally up the date and time that you visit an empty category page and see this problem with a corresponding entry in the log) or edit wp-config.php and change:

    define( 'WP_DEBUG', false );

    To:

    define( 'WP_DEBUG', true );

    Then replicate the problem again and let me know if you see any pertinent messages (you may very well see quite a plethora of warnings and notices, we’re most likely to be interested in any marked as Fatal Errors).

    Thanks!

    in reply to: Date format not correct #79288
    Barry
    Member

    I’ll go ahead and close this – if there is anything else we can help with please don’t hesitate to create new threads as needed 🙂

    in reply to: The frontend map doesn’t show anything #79286
    Barry
    Member

    I haven’t changed anything – nor to the best of my knowledge has Julie – so I’m not sure what would cause that sudden flip from non-functional to functional (great that it happened, though!).

    If I have 2 events in the same place, I see only one point. Anyway to show few points or something like this ?

    I don’t believe so, as the pinmarkers highlight locations rather than events – but if you can think of a way of annotating this sort of information on the map (that there are multiple events in one location) that might work well for others please do post a feature request and one of the team will happily consider it 🙂

    Since the core issue as described in this thread seems to be resolved now I’ll go ahead and close it – I wish you luck with the rest of the project!

    in reply to: Date format not correct #79184
    Barry
    Member

    I’m not familiar with Enfold, but you should follow the theme author’s advice in that respect. Often the solution is to create a child theme and place customizations in there, but some themes offer alternative approaches.

    in reply to: What do we do for the map when Google is wrong? #79183
    Barry
    Member

    Yes it’s possible and it’s something others have suggested – please do feel free to add your voice over on our UserVoice page, either to a suitable existing request or to a new one.

    in reply to: What do we do for the map when Google is wrong? #79157
    Barry
    Member

    Right now I’m afraid we can’t do a great deal to help with this; one possibility is manually editing the longitude and latitude values in the database but you’d need to be aware of the potential for these to be overwritten when updating the event/venue in the future.

    in reply to: How to add photo view to a page or post? #79156
    Barry
    Member

    Not at this time, I’m afraid. It’s possible to do something like this if you feel confident and have good all round WP development skills, certainly, but at this time we would regard it as an advanced customization and not one we can help with.

    If you’d like to add your support for this as a possible feature in a future release, please do visit our UserVoice page and make yourself heard!

    Thanks!

    in reply to: Calendar works and then it doesn’t #79155
    Barry
    Member

    Hi Jeff.

    The first thing to try here would be deactivating all other plugins and switching to a default, unmodified thee such as Twenty Twelve – then see if the problem still occurs under those conditions.

    If it does not, try reactivating everything one-at-a-time until you uncover any conflict that might be occurring.

    in reply to: Freelancer Support for modifiactions #79153
    Barry
    Member

    Thanks for getting in touch. We do have a list of folks who might be able to help out with some development on your project. In no particular order:

    If you need a cheaper solution, you might check out some of these listings:

    Hopefully the above will help you find someone to work on your site. Good luck!

    in reply to: Few tiny questions about template modification #79152
    Barry
    Member

    Hi petrivirta,

    In future please stick to one-question-per-thread. Doing so allows us to help you quickly and without confusion – and also makes it easier to offer a fair level of service to all our customers 🙂

    In my language prices is in format 6€, not €6 like in this plugin. How could I change this?

    We intend to make changes to support this sort of currency format in one of our upcoming maintenance releases. In the interim, please take a look at this possible workaround and see if that helps.

    How I could hide end time of event from mini calendar widget and in single event display?

    Our Themer’s Guide is a great reference for a basic overview of safely customizing The Events Calendar. For this specific change, adding a snippet like this one to your theme’s functions.php file would be a quick and easy way to accomplish this.

    In mini calendar widget I tried to change shortened name of the month to full name. To code I changed that “M” -> “F” but then it shows nothing in the widget. What I’m doing wrong?

    I’m not sure, perhaps you could share details of the change you tried (using a service like Pastebin or Gist to share code)? If I’m understanding you correctly though, you might use the tribe_events_the_mini_calendar_title filter hook to do this.

    in reply to: Changing Event Order in the Day View #79147
    Barry
    Member

    Hi Ben,

    There are at least two ways you could tackle this – one by modifying the query/queries used to obtain the list of events for day view and clamp things down by adding additional clauses or modifying existing ones: this would have the advantage of more easily facilitating pagination.

    An alternative could be to modify the day view templates (see our Themer’s Guide for an overview of this process) and selectively show or hide different events, or even trap them and re-order them before displaying them.

    Good luck!

Viewing 15 posts - 11,521 through 11,535 (of 17,936 total)