Forum Replies Created
-
AuthorPosts
-
October 22, 2012 at 2:17 pm in reply to: Toggle buttons between grid/list on the frontend not showing #26986
Andy Fragen
ModeratorIt’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.
Andy Fragen
ModeratorI had to roll back the truncate part as it messed with the popup.
Andy Fragen
ModeratorJust 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. 😉
Andy Fragen
ModeratorKathryn, 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.
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.
Andy Fragen
ModeratorBased 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?
Andy Fragen
ModeratorIf 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?
Andy Fragen
ModeratorNo 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. 😉
Andy Fragen
ModeratorOK, 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
Andy Fragen
ModeratorRob, 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. 😉
Andy Fragen
ModeratorThanks 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.
Andy Fragen
ModeratorI’m going to look into some CSS for this. Patience and I’ll post something, hopefully by the end of the weekend.
Andy Fragen
ModeratorJoel, I don’t think my fields disappeared but I know they changed. A new, automatic item ‘Off’ is in all dropdowns.
Andy Fragen
ModeratorTim, 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.
Andy Fragen
ModeratorSounds like a theme conflict. Check out Themer’s Guide.
-
AuthorPosts
