Barry

Forum Replies Created

Viewing 15 posts - 12,646 through 12,660 (of 17,936 total)
  • Author
    Posts
  • in reply to: Problems with colums after updating #66704
    Barry
    Member

    Hi! On visiting that URL it looks like the map is properly contained and everything is generally presentable. We’ve got a good guide to making customizations if you need some extra help tweaking things:

    Themer’s Guide for The Events Calendar

    Hope that helps 🙂

    in reply to: Events page like a main page #66702
    Barry
    Member

    It would be fairly simple to use a redirect to take people from example.com to example.com/events (and there are lots of plugins that could help with this) – that’s exactly what we do on our WP Shindig demo site.

    If you want to actually make the root path at example.com the main calendar page that’s slightly more involved and there are numerous things you may need to consider, depending on how deep you need the customization to be. For that sort of change you’d have to figure things out for yourself 🙂

    in reply to: Responsive Calendar on mobile phones #66694
    Barry
    Member

    Hi Katarina,

    There’s no absolutely reliable way of doing this purely from the server side, though sometimes a technique is used where information like the user agent string is used to make an educated guess about the sort of device accessing the site and a decision is made from there.

    The best implementation is really going to depend on what you’re comfortable developing.

    in reply to: Days Wrap Over in Week View #66693
    Barry
    Member

    I do apologize, I see what you mean now but clearly missed what you meant entirely first time round 🙂

    Are you comfortable working with CSS and can you try adding the following rule either to the bottom of your theme’s stylesheet (or some other place your theme makes available for custom CSS) or else within a tribe-events.css stylesheet?

    .tribe-events-grid .column { margin: 0px }

    Thanks!

    in reply to: Plugin placing heavy load on server (update) #66691
    Barry
    Member

    Hi skepchick,

    A large number of queries are processed through that method – but they are of varying sizes and forms (you could, if you like, think of it as a gateway – it lets database queries through so they can take shape on the other side, but doesn’t actually form them) so that doesn’t really help here, I’m afraid.

    Caching – not only at web application level (whereby saved copies of pages can be served to visitors without hitting the database) but indeed query caching at MySQL server level – is one way you might reduce the overall load. The first of those you may be able to set up yourself with a plugin such as W3 Total Cache, the second may be something that you need assistance from the hosting provider on (depending on your particular set-up).

    Does that help at all?

    in reply to: Weekly Event Showing Everyday #66690
    Barry
    Member

    Hi Steve,

    I think perhaps you’ve mixed up the end of the recurrence pattern (which you have set to September 18, the same day the event starts) and the end of the event itself (which you have set to December 13).

    Under these circumstances the event will indeed show on every day from September 18 until December 13. What you may be trying to do here is something more like this:

    * Event starts on September 18 at 11am
    * Event also ends on September 18 at 1pm
    * In other words, we’re saying the each event takes place only for 2hrs on each applicable day
    * It should recur every week on the appointed days
    * The recurrence pattern should end on December 13

    Does that sound closer to what you’re trying to achieve here and does that clarify how to set this up?

    in reply to: Category Month Navigation #66689
    Barry
    Member

    Our release schedule is slightly fluid right now but I’d expect our next maintenance release to arrive before the end of the month, though we can’t provide any guarantees, unfortunately.

    Thanks again!

    in reply to: Plugin placing heavy load on server #66677
    Barry
    Member

    Excellent!

    in reply to: Weekly Event Showing Everyday #66674
    Barry
    Member

    Hi Steve,

    Can you confirm (by providing a URL) which event you are talking about? I can certainly see one that starts on 18 September and is present on every day thereafter, but it seems to be set to recur every day until 2 October, so I’m not sure if this is indeed the correct event.

    If you could also share (by linking to a copy on Droplr, Dropbox or a similar service) a screenshot of the event date and recurrence settings that would be great.

    Thanks!

    in reply to: Wrap tribe-events-bar in another div #66672
    Barry
    Member

    Hi Tony: can you try adding a snippet like this to your theme’s functions.php file and see if that helps?

    in reply to: Days Wrap Over in Week View #66671
    Barry
    Member

    Hi! Can you link me to an example of this? I could only locate one date range in which events show within your site. It would be awesome to see a live example of what you are experiencing, though.

    Thanks!

    in reply to: Link to API #66670
    Barry
    Member

    Hi infosws,

    We’re still in the process of building up our documentation for the new 3.x releases – but we already have a number of tutorials you might be interested including this guide to the meta walker (which is relevant if you want to use tribe_get_meta_group() and other related functions).

    I hope that helps!

    in reply to: Plugin placing heavy load on server #66668
    Barry
    Member

    Hi skepchick,

    We are aware of areas in need of some amount of optimization (month view in particular) and are actively working on this to improve overall efficiency. In the meantime though if adding additional server resources isn’t practical we can really only suggest caching solutions to mitigate the load.

    Future versions will hopefully see big improvements in this area, though, if you can hold tight 🙂

    in reply to: List of Events from Event Calendar #66667
    Barry
    Member

    Hi rampworx – can you take a look at this thread and see if that answer there helps?

    in reply to: Category Month Navigation #66665
    Barry
    Member

    Hi vertzmarketing, sorry for the inconvenience. This is a known bug and one we hope to resolve in an upcoming maintenance release.

Viewing 15 posts - 12,646 through 12,660 (of 17,936 total)