Forum Replies Created
-
AuthorPosts
-
Casey
Participantstrongcoffee,
Could you try using the ‘Default Events Template’ and see if that resolves the issue? Thanks! π-Casey-
May 2, 2014 at 8:02 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #148172Casey
ParticipantJohn,
Yes, you’ll definitely want to make sure you’re overriding the latest styles. Just let me know if you need further guidance here. Thanks! π-Casey-
Casey
Participantstrongcoffee,
Can you try changing your Events Template (Events->Settings->Display) to the ‘Default Page Template’ to see if this resolves the issue? Thanks! π-Casey-
Casey
ParticipantAwesome! 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
ParticipantChris,
Try adding the following CSS to your theme’s stylesheet in order to hide the recurrence information:
.tribe-mini-calendar-list-wrapper .recurringinfo {display:none !important;}
Give that a shot and let me know if it does the trick. Thanks! π
-Casey-
Casey
Participantsdshields,
Thanks for reaching out and sorry to hear you’re having trouble here, but hopefully I can help. I’m noticing that your theme uses some type of Ajax loading, which I know can definitely cause issues and conflicts with our plugin, since a lot of the calendar functionality is Ajax dependent.Can you try going to ‘Events->Settings->Display’ and switching your Events Template to the Default Page template? Since this seems to be an issue with your theme, I’m hopeful that will fix the issues you’re encountering.
If that still doesn’t seem to fix the problem, could you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that these issues stem from a conflict with your theme, but just want to narrow it down a bit before troubleshooting further.
Give that a try and let me know what you discover. Thanks! π
-Casey-
May 1, 2014 at 6:25 am in reply to: Calendar Only Shows 6 Days on Mobile Version, Table Cut Off #147337Casey
ParticipantJohn,
Thanks again for getting in touch. This issue you’re experiencing is because of a style override you performed on the #main element, which is forcing it to a width of 710px. If you add the following style rule below that one, then it should fix the issue:
.tribe-mobile #main {
width:100%;
}
Give that a shot and let me know if it does the trick. Thanks! π
-Casey-
Casey
Participantjebs38,
Thank for reaching out! You should be able to fix this by adding the following style rule to your theme’s stylesheet:
.col-full {background:transparent !important;}
Give that a shot and let me know if it does the trick. Thanks! π
-Casey-
Casey
ParticipantChris,
Thanks for the reply. In the future, would you mind not marking your replies as private unless you’re sharing sensitive information? That way other users who might come along after you can benefit from your troubleshooting steps. π Now, on to your questions1) Any problem with deleting the secondary listing like I did?
I don’t see any reason that would cause problems going forward, so if it seems to have fixed the issue, then go for it!
2) On the widget with the upgraded version, itβs not consistently listing events the way it did before. Check out this screenshot:
http://screencast.com/t/j2w7y9YwPfLI’m not exactly sure what you’re referring to with that screenshot, but if you have previously performed any style customizations or template overrides, then you’ll need to make sure and update those to the latest version in order to be compatible with 3.5.
Does that help to answer your questions? Just let me know if I can help further. Thanks! π
-Casey-
Casey
Participantwdaggett,
Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further.I would also suggest that you try deactivating all other plugins to see if that resolves the issue. If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover.
Thanks! π
-Casey-
Casey
ParticipantHeidi,
I’m not sure if you resolved this since your last reply, but the Calendar widget on the link you sent me was working correctly. I was able to browse prev/next months with no issues. Can you try clearing your cache and see if the issue still persists? Just let me know if you’re still seeing problems on your end. Thanks! π-Casey-
Casey
ParticipantThanks for the clarification here Stephen. Since I can’t offer any further help here, I’ll go ahead and close out this thread. Feel free to start a new thread if you have further questions, or need further assistance. Thanks! π
-Casey-
Casey
Participantbrain916,
Can you try temporarily reverting to the default 2013 theme to see if this issue persists? I suspect that this is an issue with your theme, but just want to narrow it down a bit before troubleshooting further. Thanks! π-Casey-
Casey
ParticipantI’m seeing several javascript errors on your site, which would most likely be the culprit (screenshot). Can you try deactivating all other plugins to see if that resolves the issue? If so, then try reactivating them one-by-one to determine if another plugin is the culprit. Give that a try and let me know what you discover.
Thanks! π
-Casey-
Casey
Participantbrain916,
So sorry about that! I misunderstood what you were requesting. Take a look at this function, which should do the trick for you: https://gist.github.com/ckpicker/cef90cffb87a99eaab5fMake sure to note the different add_filter() statements at the top. If you’re using Yoast SEO, you’ll want to use the ‘wpseo_title’ filter instead. Feel free to take that code and customize it to your needs, and let me know if you have further questions.
Thanks! π
-Casey-
-
AuthorPosts
