Barry

Forum Replies Created

Viewing 15 posts - 11,896 through 11,910 (of 17,936 total)
  • Author
    Posts
  • in reply to: Structured Microdata #74333
    Barry
    Member

    Hi Bill,

    First off a quick note that – unfortunately – posting code, particularly HTML or anything else containing <angle brackets> is prone to be wiped out or distorted and it does indeed look like that has happened with your example code. We do hope to address this in the future, but for now I’d recommend sharing even short snippets via a service such as Pastebin or Gist.

    I’m missing the answer. What I thought he meant was seeing the microdata in page source.

    Sure, I believe that is what he meant – but what we’re explaining is our plugin does not generate this. Definitely a worthy feature request, though, if you want to make one: if so, please post it on our UserVoice page (or lend your voice to any suitable existing requests and add your support that way) 🙂

    An event-related microformat on the other hand is supported, though strictly speaking and within this context that is not the actually the same as the microdata schemas Seb and yourself are enquiring about.

    Does that clarify things at all?

    Barry
    Member

    Regarding your 2nd idea- I don’t know where I would use this code.

    Sorry, I should have been clearer: you could add it either to your theme’s functions.php file or else create a new plugin to act as a container for it.

    Is there something that explains the relationship of the free version and the pro version?

    Only the code itself, as for most users it is effectively a moot point – but yes the Pro version of the widget does indeed inherit from the equivalent core widget and makes use of the same widget_output() method in particular.

    I did finally figure out my answer

    Great! Since it sounds like you’re on top of this/you’ve got a few more ideas to explore (and it is anyway beyond the scope of support to offer much more guidance here) I will go ahead and close this thread – I hope the rest of the customization process goes smoothly 🙂

    in reply to: Weaver II Pro and squishing the calendar #74259
    Barry
    Member

    Sure thing – good luck!

    in reply to: Where’s my calendar? (not) Right here. #74258
    Barry
    Member

    Thanks – I was missing the first URL segment after the domain name itself, hence the confusion 🙂

    If you login and visit Events → Settings → Display you will see that you have set Photo view as the default view, however you have not actually enabled Photo view: you only have month and list view enabled. Can you either enable Photo view also, or else change the default view to month or list and let me know if that helps? Thanks!

    in reply to: Bug: Removing custom field #74217
    Barry
    Member

    We would be delighted if you were able to help with the German translation: we actually just set up a new forum to streamline the process of submitting corrections, etc:

    https://theeventscalendar.com/support/forums/forum/contribute/translation/

    in reply to: Memory issues when using #74216
    Barry
    Member

    How much memory does it need when running by itself?

    I can’t really give you an answer to that – not a helpful one at least – there are simply too many factors to consider. What I’d highlight though is that the default for the memory_limit setting in current versions of the PHP runtime is 128M. While I appreciate you feel this has already been configured that doesn’t seem to be the case:

    Allowed memory size of 33554432 bytes exhausted

    That equates to 32M, not 128M. WordPress itself may go on to set its own limit of 48M, which is also above the value in your error, so I have a feeling that either a mistake has been made within your configuration or, depending on the sort of hosting plan/environment you are using, this is simply a cap imposed by the service provider.

    Is that a possibility?

    Barry
    Member

    Hi ironandsteel,

    There are two possible approaches I might consider here. One would be to build my own widget – not as hard as it sounds, as your widget definition can inherit from our existing one – and tweak whatever you need to tweak.

    The second would be to work with the Widgets API, detect if the widget is a list widget and insert what you want. Here’s a minimal example to get you started which simply injects some HTML before the title (but, importantly, it does not remove the pre-existing before-the-title markup).

    In your case you want to add a graphic or something different to what I have done, but the process will be similar (and you can add any additional checks you need, if your targeting needs to be more specific).

    Hope that helps!

    Barry
    Member

    No problem at all – it just helps to avoid confusion (if other users are researching the forum for existing answers, for instance) and also allows us to provide more timely assistance, as different team members can assist with different issues – plus I might for instance know nothing about “problem A” and decide a colleague would be better placed to answer that thread, but be happy to answer “problem B” instead.

    Anyway, that’s no problem at all.

    I can also appreciate your viewpoint about the Tribe Meta Walker. Playing with this certainly counts as an advanced customization and it does indeed require careful study.

    As in your other thread, we can offer up a list of freelancers if you need more assistance than we can provide – so please let me know there if you do – and as I don’t think there is too much more we can do in this thread I will go ahead and close it.

    Thanks again!

    in reply to: Weaver II Pro and squishing the calendar #74154
    Barry
    Member

    I can totally appreciate that – it’s not for everyone – however the reality is we just don’t have the resources to guide everyone through all the many customizations requests that come in. What we can do though if you want to press ahead and need a greater level of assistance than we are able to provide is a list of freelancers, should that be of interest?

    in reply to: Events not showing now after update to 3.1 #74151
    Barry
    Member

    Hi jkash23686:

    1. Is the update the reason why the housekeeping stopped working?

    if you mean this plugin then (though I actually authored that myself as an extra curricular activity of sorts) you should be aware that it is not officially supported by Modern Tribe and I have tried to make that clear on the plugin homepage. The correct place to post for support for that plugin is its own support forum – though please be aware I don’t have huge amounts of time to service it right now, unfortunately.

    If I was to offer a guess though, it would be that your scheduled tasks aren’t running – which is something that plugin depends upon. However that is nothing more than a guess 🙂

    2. If that is the case upon update why have my templates stopped pulling in the events.

    It would be awesome if you could provide a little more detail, such as the plugin versions you are currently using, your System Information (from the Events → Help admin screen) and a note of which versions you updated from.

    If you updated from a 1.x or 2.x release to 3.x then you will very likely need to retool any template overrides and other customizations – with reference to our updated Themer’s Guide:

    https://theeventscalendar.com/support/documentation/events-calendar-themers-guide/

    I hope that helps!

    in reply to: Event List View Format #74146
    Barry
    Member

    Hi Sean,

    Is your Continue Reading button a customization/something injected by your theme or another plugin? It doesn’t look to me like something our plugin generates and we’d really need to leave it to you to figure out how best to integrate it.

    Sorry we can’t do more!

    in reply to: Weaver II Pro and squishing the calendar #74144
    Barry
    Member

    The calendar doesn’t seem to be cut off to me – can you confirm if you have resolved this / what browser you are using / perhaps share a screenshot to illustrate what you are seeing?

    Once I squish it, I’m concerned about its responsiveness on smaller screens. What’s the best way to do this?

    You’d need to develop a set of CSS rules, optionally augmented by Javascript, that meets your own specific requirements – there is no one-size-fits-all solution we can offer up here, unfortunately.

    Also, in month view, the length of the name of the day of the week is determining the cell width, so Wednesday’s column is wider than the others.

    I can certainly see that if I shrink the browser down to a small size. Overriding the month/loop-grid.php template and customizing the header row could be one way forward – and we have a great guide to introduce you to the basics of template overrides in the form of our Themer’s Guide.

    Hope that helps!

    in reply to: Feature request: Calendar Feed #74142
    Barry
    Member

    Hi apa: please post any feature requests on our UserVoice page and we will happily consider them. To remove the iCal button (if that’s what you mean) can you take a look at this related thread in the first instance and let us know if that helps?

    Thanks!

    in reply to: Wrong month showing in November and Events not showing up #74139
    Barry
    Member

    Hi katiemartin, there is a bug which relates to the internal handling of dates and we expect this to be fixed in our next maintenance release – added to which, our expectation is that this phenomenon will not persist from tomorrow (1st November) onwards.

    So if you can bear with us a little longer that would be awesome – and please accept our apologies for the inconvenience in the meantime.

    in reply to: I used the wrong url for my key and I need to change it #74138
    Barry
    Member

    Hi calartech – sorry for the inconvenience.

    Can I ask you to visit the license key management page, clear whatever URL or URLs might be listed there, then try registering your license key from your current WordPress installation a second time?

    Also, just to put your mind at ease, the functionality of the plugin will not be impacted by the absence of a license key (with the exception of automated updates, of course).

    Thanks!

Viewing 15 posts - 11,896 through 11,910 (of 17,936 total)