Forum Replies Created
-
AuthorPosts
-
November 1, 2017 at 8:49 am in reply to: Where to Put Custom CSS (Directions aren't working) #1372925
Cliff
MemberHi, Wendy.
Modifying the core plugin files isn’t advisable (of which I’m guessing you’re aware), but the reason your changes weren’t taking effect there is that you likely do not have
define( 'SCRIPT_DEBUG', true );in your wp-config.php file. With that in place, JS and CSS will load the unminified version.You can add custom CSS code via your child theme’s style.css file, via WordPress 4.7’s Customizer CSS settings, or via a third-party plugin (not guaranteed or supported by us), like:
- SiteOrigin CSS (helps you visually build CSS selectors via its Inspector and Visual Editor, if that’ll help you)
- Simple Custom CSS
- Jetpack (supports regular CSS and the LESS and Sass pre-processors)
If you’re not a CSS expert, Jetpack’s Custom Design reference may prove helpful.
Please let me know how it goes for you.
Cliff
MemberHi.
There are 2 ways to accomplish what you’re wanting:
1)
Use our Themer’s Guide to override the template files that include these strings.
2)
Hook into the translations functions to customize the text. Please reference Customizing/Changing any bit of text (actual code snippet is at the very bottom).
Or using the Say what? plugin (third-party, not guaranteed or supported by us) might be easier to setup and use to do the same thing as our provided code snippet.
===
And here’s the information for you to be able to go either route you choose:
Filter Bar’s text domain is actually tribe-events-filter-view
The two files containing “Narrow Your Results” are:
- /wp-content/plugins/the-events-calendar-filterbar/src/views/filter-bar/filter-view-horizontal.php
- /wp-content/plugins/the-events-calendar-filterbar/src/views/filter-bar/filter-view-vertical.php
I visited your site and I believe that “Filter” button is already a customized version of our Tribe Bar’s “Find Events” button (see the default look at our demo site: http://wpshindig.com/events/)
The actual string to target is “Find %s” in /wp-content/plugins/the-events-calendar/src/views/modules/bar.php
Please let me know how this goes for you.
Cliff
MemberHi again, Andrei.
As previously stated, we can’t help with requests like pop-ups or custom styling, but I can tell you that, by default, the Full size image is used: https://github.com/moderntribe/the-events-calendar/blob/4.6.2/src/views/single-event.php#L58
Therefore, I’d guess you have a customized version of /wp-content/plugins/the-events-calendar/src/views/single-event.php in your parent or child theme or some other code customization in place that is causing something other than the Full size image to be displayed.
Please look into this further and let me know what you find out.
November 1, 2017 at 6:31 am in reply to: Filter Bar day filtering shows events from previous day of the week too #1372781Cliff
MemberThis reply is private.
Cliff
MemberActually, I checked your site and it looks like you figured this out already through trial and error, since your calendar now advances through to January, where you have a Test Event on January 25 as the only event in this month.
🙂
Cliff
MemberHi, Wayne. Sorry for any confusion here, but this is how it should work for a month in which there are no more future events.
If you add a new event in February 2018, you should be able to go month-to-month from November through February (even if you don’t have any events in December and/or January)… but won’t see a button to advance to March 2018, since there aren’t any events beyond February 2018.
Please let me know if this answers your question.
Thank you.
Cliff
MemberThis reply is private.
Cliff
MemberHi, Andrew. I’m glad whatever was wrong is right now. It didn’t sound like an issue I have seen reported before.
Have a great day.
Cliff
MemberHi, Dawn.
I visited your main calendar at https://northwoods.church/calendar/month/ and saw that it’s still displaying as if Oct 31 is the current date and therefore showing the month of October instead of November. I saw this issue happening at another user’s site, but it’s not happening on my localhost testing site or our demo site: http://wpshindig.com/events/
I’d recommend looking into that issue first. Once that’s resolved, we’ll dig deeper if the mobile app link you shared still has an issue.
For troubleshooting, I’d suggest following these recommended steps for your site:
There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?
- Downloads / Version Numbers
- License Keys
- TEC Automatic Updates
- or TEC Manual Updates
- WordPress core updates
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
If it is, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
Of course, we always recommend restorable database and file backups before modifying anything on your site.
If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).
Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.
You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)
Let us know what you find out.
Thanks.
November 1, 2017 at 6:03 am in reply to: Weird stuff happening when using a fieldset twice on one page #1372763Cliff
MemberThis reply is private.
Cliff
MemberThanks for clarifying your request. This isn’t currently possible without a decent amount of custom coding.
I appreciate your question and the desire to customize it for your use. However, we cannot provide such in-depth customization help, per our Scope of Support / Terms.
If there’s a code snippet you’d like me to put some eyes on or something else I can help you with, please update this ticket or create a new ticket if it’s a separate issue.
Thank you very much for your understanding.
If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.
November 1, 2017 at 5:58 am in reply to: Daylight Savings Time Displays Incorrectly on us west coast #1372759Cliff
MemberThanks for that information.
One thing I noticed is that http://test.kravmaga-sf.com/events/ is loading October instead of November.
I also went back to March 2017 and saw the date changed there too.
I know we’ve had issues with this in the past, but I can’t recreate it on my testing site.
Please make sure you’re on the latest versions of WordPress core and all our plugins and then create a new test event starting Nov 2 recurring daily through Nov 7 and see if the issue happens again.
Hopefully it doesn’t happen, in which case I think the issue is that January 2017 recurring event was created prior to this fix being in place.
I’d also recommend looking into why your calendar is displaying October still instead of November.
To do so, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins) and see if that helps narrow down the cause of this.
Of course, we always recommend restorable database and file backups before modifying anything on your site.
Please let me know what you find out.
Cliff
MemberThanks for clarifying. If you’re wanting our calendar’s display to reflect things from each user’s login activity, that would be outside what our plugin can accomplish out of the box.
It may be possible via custom code, but we wouldn’t be able to guarantee such a customization wouldn’t break over time due to the unintended use case this would present.
You’re welcome to use our free The Events Calendar plugin if you think it’d be a good fit, but, again, it’s not the intended use case.
Cliff
MemberHi, Shawn. I swapped those for you; no problem.
Your licenses should be updated at https://theeventscalendar.com/license-keys/
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberThis reply is private.
-
AuthorPosts
