Andy Fragen

Forum Replies Created

Viewing 15 posts - 331 through 345 (of 529 total)
  • Author
    Posts
  • in reply to: Toggle buttons between grid/list on the frontend not showing #26986
    Andy Fragen
    Moderator

    It’s your theme. In http://advancedpetsitting.com.au/wp-content/themes/Adora/css/standard.css on line 30 the following is listed.

    .clearboth, .clearfix {clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}

    This div has a class .clearfix, as such it is now hidden.

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #26219
    Andy Fragen
    Moderator

    I had to roll back the truncate part as it messed with the popup.

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #26218
    Andy Fragen
    Moderator

    Just an FYI. I updated some of the CSS to rearrange the calendar buttons and truncate very wide event descriptions. It’s at the gist as above.

    Additionally, I had a chance to view the changes on an iPhone 5 and it still looks similar, at least to me. 😉

    in reply to: Customizations don't "take" #26117
    Andy Fragen
    Moderator

    Kathryn, there isn’t a ‘themes/atahualpa377/events/views’ directory. It should just be ‘themes/atahualpa377/events/’ with the list.php file in the ‘events’ directory.

    See how that works.

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25979
    Andy Fragen
    Moderator

    @flguy, you will need to create the folder structure as described in the Themer’s Guide. It will look something like the `/wp-content/themes/my-theme/events/events.css`. You will have to create both the `events` directory and a file inside this directory named `events.css`

    You will also need to either copy all the existing CSS from the core events.css file into the new events.css file or you will need to download `The Events Calendar User CSS` plugin from the WordPress repo and activate it.

    Let me know how this works.

    in reply to: ICal problems #25966
    Andy Fragen
    Moderator

    Based upon your URL and settings, to subscribe to the main calendar you would use the following URL.

    webcal://medevent.no/events/ical/

    As an example, to subscribe to one of your categories, use the following URL.

    webcal://medevent.no/events/kategori/slovakia/ical/

    I don’t see the event duplication that you refer to above.

    Does this solve your problem?

    in reply to: ICal problems #25904
    Andy Fragen
    Moderator

    If you want to subscribe to the ical feed simply replace the ‘http’ at the link to ‘webcal’.

    Example, webcal://site.com/events/ical

    To subscribe to a category feed, simply do the following.

    Example, webcal://site.com/events/category/category-slug/ical

    As for your duplicate events, I can’t explain as I don’t see it. Can you give your site’s URL?

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25649
    Andy Fragen
    Moderator

    No problem Leah. I’ll fix it a bit to make sure it works with iPhone 5 soon.

    I’d really like to know if this solves anyone’s issues with TEC on an iPhone. Though the CSS isn’t technically iOS specific. It should work on any phone. I’d like to make parts more specific to TEC, especially that ‘body’ tag but given the variety of customization people out there have I’d be thrilled if it doesn’t mess up any other styling. 😉

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25538
    Andy Fragen
    Moderator

    OK, I was playing around a bit. Here’s something that seems to work for me and what I mean by this is the whole calendar is visible and days are all about same size. Small, but consistent. If this isn’t what people are thinking of please let me know.

    https://gist.github.com/3762892

    You can see how it looks at http://drfragen.info/events/month

    in reply to: Release: The Events Calendar/PRO 2.0.9 #25503
    Andy Fragen
    Moderator

    Rob, the Alarm plugin is already fixed. Simple and I really did see 2.0.8 in the Help tab. It now correctly reports 2.0.9 as latest version. One other thing. Everyone, Tribe is great at customer support and IMHO it will be easier to fix your specific issues if you open up a new discussion. All I was trying to do in my post was comment on things that I found changed from version to version. I wasn’t looking for support on any of these issues, at least not in this thread. Just trying for some helpful advice. 😉

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25444
    Andy Fragen
    Moderator

    Thanks Jonah. I’ve already got a media query that works for iPhones and iPads. I was planning on using it. 😉 I’ll probably have to make some tweaks for iPhone 5 but I have to get my hands on one first.

    in reply to: Mobile Ready (iPhone) – Event Calendar Pro? #25435
    Andy Fragen
    Moderator

    I’m going to look into some CSS for this. Patience and I’ll post something, hopefully by the end of the weekend.

    in reply to: Upgrade caused serious problems #25244
    Andy Fragen
    Moderator

    Joel, I don’t think my fields disappeared but I know they changed. A new, automatic item ‘Off’ is in all dropdowns.

    in reply to: Upgrade caused serious problems #25166
    Andy Fragen
    Moderator

    Tim, good pick up. I didn’t even notice that my before/after HTML had been removed. Unfortunately is seems as if some/many of the set options have been reverted back to default.

    @Rob et al, time for some checking into why that happened with this update.

    in reply to: Events Calendar not showing #25165
    Andy Fragen
    Moderator

    Sounds like a theme conflict. Check out Themer’s Guide.

Viewing 15 posts - 331 through 345 (of 529 total)