spcaer
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Dashes in Post Title Display as – in Calendar Tooltiplooks like its an issue with the theme. thanks so much for pointing me in the right direction.
Forum: Plugins
In reply to: [The Events Calendar] Events not showing on month viewthat looks like it was pulled from the server error logs. if so, you wouldn’t need to update those logs, but instead, update the plugin code that is causing that error. i’ve searched the latest plugin (4.5.13) for the text @digitaloffice referenced above and it no longer exists, but i was able to find the solution mentioned above here:
/wp-content/plugins/the-events-calendar/src/Tribe/Query.php
so basically, if you are running 4.5.13, that code should already be corrected. sorry i can’t be of more help, hopefully @moderntribe will respond to help you with this.
- This reply was modified 8 years, 8 months ago by spcaer.
Forum: Plugins
In reply to: [The Events Calendar] Events not showing on month viewi was able to get mobile working again, without console errors, by uploading a previous version of the following file:
tribe-events-ajax-calendar.min.js
to this location:
/wp-content/plugins/the-events-calendar/src/resources/js
once i did that and cleared my cache, the mobile calendar works again.
that file can be pulled from archived versions of the plugin here:
https://ww.wp.xz.cn/plugins/the-events-calendar/advanced/
I grabbed it from version 4.3.5; no real reason why i chose that version, i just went back far enough to rule out any newly developed issues. hopefully this helps others.
- This reply was modified 8 years, 8 months ago by spcaer.
Forum: Plugins
In reply to: [The Events Calendar] Events not showing on month viewcalendar/month view works on desktop after upgrading to the 4.5.13 but is still broken on mobile.
- This reply was modified 8 years, 8 months ago by spcaer.
Forum: Plugins
In reply to: [Widget CSS Classes] PHP error: Trying to get property of non-objectI’ve noticed this problem as well on pages that don’t have any posts returned; an example would be a search results page when no results are found.
It looks like a check needs to be added to the following file/line to make sure a post ID exists before assigning the meta to the $custom_sidebarcheck variable.
widget-css-classes\includes\widget-css-classes.class.php
Line: 122Hopefully Cindy throws this check into a future version of the plugin. This is one of the most helpful plugins I’ve used, really nice work Cindy!!
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Date picker / calendar showing below footer!?I just tested the page in Firefox 18.0.1 & 21.0 on Mac and 21.0 on PC and the calendar doesn’t show in the footer on page load. Perhaps you have a browser extension enabled that’s causing you problems. If you can rule out browser extensions, I’d recommend switching your theme to Twenty Twelve to see if the issue still exists for you. If so, then there is some sort of conflict in your theme.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Date picker / calendar showing below footer!?Please post a link so I can see the page causing problems. Also, have you tried disabling all other plugins to see if the issue is resolved?
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Datepicker don't show yearThat shortcode works as expected in one of my sites, have you tried disabling your other plugins one at a time to see if one of those is causing a conflict?
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Datepicker don't show yearHey, Matt. Can you paste the shortcodes from your form settings page so I can see the parameters of each? If need be you could always add your own jQuery which would specify the parameters for that field, but it wouldn’t be a scalable solution.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Contact Form 7 datepicker doesn't work in IE9Can you add a link to a page where the form isn’t working in IE9 please?
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Datepicker don't show yearTry adding the change-year parameter to the shortcode for the date field, see the bolded text in the example below:
[date date-444 date-format:mm/dd/yy change-year]
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Optimize display in IE8Yeah, try that and let me know if it corrects the issue. I’m unable to replicate the problem so if you’re still having issues, add a link to a screenshot so I can see how its acting in the browser.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Date picker / calendar showing below footer!?Go to your settings page for the form you’re having problems with. In the ‘Datepicker Theme’ Meta Box make sure you select a ‘Theme’ from the drop menu and select ‘Save’.
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Cant get it to workCan you post a link to the page you’re having problems with please?
Forum: Plugins
In reply to: [Contact Form 7 Datepicker] Conflict with my themes date pickerWhen you enable the datepicker plugin you may be enqueueing another version of jquery ui. See line 52 of your source (jquery ui is already being called):
<script type='text/javascript' src='http://www.oskars.gr/wp-content/themes/guesthouse/design/js/libs/jquery-ui-1.8.17.custom.min.js?ver=3.5.1'></script>Have you tried deregistering the script from the plugin since you’re already calling it from your theme files?