Forum Replies Created
-
AuthorPosts
-
Casey
Participantbrocktoncg,
I just realized that you’re running version 3.1 of the plugin (current version is 3.5.2). Could you please upgrade to the latest version, so we can provide you with support? We’ve fixed many bugs since version 3.1, and it’s possible that this issue might have already been resolved with a later version. Give that a shot and let me know what you discover.Thanks! 🙂
-Casey-
Casey
Participantwebimagestudio,
First of all, did my solution above do the trick? Just let me know if you need further help with that.Now, onto your other questions.
I basically have classes that run every Sat, Monday & Tuesday. I have set one of each class up on the relevant day then set it to repeat weekly via purchasing the pro version.
This works fine on the individual date stream http://webimageserver1.com/funkyds/class/tuesday-howe-dell-school/all/
However on any plugin such at the home page or the sidebar the dates are all wrong. My homepage currently shows Saturday classes on the 24th & 30th of May. How can i resolve this ? Do you know what is causing this error as its fundamentally making the event app useless.
I’m not seeing any Saturday events displaying on the 30th (screenshot). Can you give me a URL or screenshot where you’re seeing this?
Also my related events are all the wrong colour – any ideas ? http://webimageserver1.com/funkyds/class/boys-advanced/2014-05-24/
Unfortunately, we’re unable to help with specific theme styling integrations. However, you should be able to edit the CSS styling rules on the ‘.tribe-events-single ul.tribe-related-events li’ element to change the background color to match your site further. Something like this should do the trick:
.tribe-events-single ul.tribe-related-events li {
background: transparent !important;
border:0 !important;
}Give that a shot and let me know if it does the trick. Thanks! 🙂
-Casey-
Casey
Participantfrancoye,
First you’ll need to enable ‘Photo View’ by going to ‘Events->Settings->Display’ and checking ‘Photo’ View. Then you should be able to see the photo view, which will allow your events to look like this: http://grab.by/wlIwGive that a try and let me know if it solves the problem for you. Thanks! 🙂
-Casey-
Casey
Participantbrocktoncg,
My only other thought might be that you have a post (or another item) with the same slug as your ‘Community’ re-write slug (screenshot). Can you confirm that’s not the case?If that doesn’t resolve the issue, could you try updating your permalink structure to a multi-level permalink to troubleshoot further? Something like ‘Month and Name’ (/%year%/%monthnum%/%postname%/).
Give those suggestions a shot and let me know if we need to troubleshoot further. Thanks! 🙂
-Casey-
Casey
ParticipantExcellent! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. 🙂
Cheers,
CaseyCasey
ParticipantGreat! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. 🙂
Cheers,
CaseyCasey
Participantwdaggett,
Thanks for the feedback! I’ll definitely pass it along to our team. Since you’re all set here, I’ll go ahead and close this thread out. Feel free to create a new thread if you have further questions. Thanks! 🙂-Casey-
Casey
ParticipantMike,
Good to hear from you again! 🙂 You should be able to do this by changing the stylesheet that the Events Calendar is using. To change this, go to ‘Events->Settings->Display’ and select ‘Full Styles’ (screenshot). This should add the Calendar navigation to the top of your Events pages.Give that a try and let me know if it does the trick. Thanks! 🙂
-Casey-
Casey
Participantaberdeb,
Yes, we definitely offer discounts for non-profits. Take a look at our non-profit details and then fill out the application if your organization qualifies. Thanks! 🙂-Casey-
Casey
Participantbrocktoncg,
Thanks for reaching out and sorry to hear you’re having trouble here, but hopefully I can help. The ‘/add’ URL will only work if you have pretty permalinks enabled. Sometimes the WordPress re-write rules need to be reset in order to work correctly. You can do this by going to ‘Settings->Permalinks’ and verifying that your permalinks are set to anything but default, and then clicking ‘Save.’Give that a shot and let me know if that solves the problem for you. Thanks! 🙂
-Casey-
Casey
Participantwebimagestudio,
Thanks for getting in touch! You should be able to do this by pasting the following code into your functions.php file: https://gist.github.com/ckpicker/eb7b4be18f74816015a9This code will convert all instances of ‘Event(s)’ to ‘Class(es)’ and should do the trick for you. Just let me know if you have further questions. Thanks! 🙂
-Casey-
Casey
ParticipantThanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/jw
Thanks in advance. 🙂
Cheers,
CaseyMay 12, 2014 at 5:36 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #157849Casey
ParticipantJohn,
Just let me know if you’re all set here, or if you have further questions. Thanks! 🙂-Casey-
Casey
Participantloudermedia,
I noticed that the ‘media’ attribute isn’t being added to the *-mobile.min.css stylesheets. This is crucial or your site will essentially be displaying in responsive mode at any resolution.I’m currently seeing this on your dev site:
<link rel='stylesheet' id='tribe-events-calendar-full-pro-mobile-style-css' href='http://dev.davepittmanlive.com/wp-content/plugins/events-calendar-pro/resources/tribe-events-pro-full-mobile.min.css?ver=3.5.1' type='text/css' />The correct HTML should be this:
<link rel='stylesheet' id='tribe-events-calendar-full-pro-mobile-style-css' href='http://dev.davepittmanlive.com/wp-content/plugins/events-calendar-pro/resources/tribe-events-pro-full-mobile.min.css?ver=3.5.1' type='text/css' media='(max-width: 768px)' />You’ll notice that the ‘media’ attribute is missing in the example from your site. I’m guessing that a plugin or your theme has a filter/function that is removing the ‘media’ attribute from your CSS files.
Can you confirm? Thanks! 🙂
-Casey-
Casey
ParticipantMike,
Good point! The Filter Bar add-on would definitely allow you to do that (screenshot). Feel free to give that a shot and let me know if you have further questions. Thanks! 🙂-Casey-
-
AuthorPosts
