Boldt
Forum Replies Created
-
I’m seeing the exact same problems as jpketz except that it doesn’t matter whether I’m logged in or not.
When I got the 403 error the calendar displayed in Agenda view when it should have displayed in Month view. Purging the cache eliminated this problem.
I have two sites showing the problem with next month also showing May. Both use a caching plugin but only one uses iThemes.
Clicking on the next month May changes the next month link to June.
Purging the cache and disabling the caching plugin doesn’t make any difference, nor does disabling iThemes. BTW, I also cleared the browser cache but it made no difference.
Oh, never mind. It turned out to be an unrelated, but very coincidental, issue.
Forum: Plugins
In reply to: [WP Mail Logging] PHP Notice: is_tax called incorrectlyYeah, first thing I did was check for is_tax calls in the plugin and didn’t find any. I suspect that something in your code, or perhaps Redux is triggering the notice somehow. Sorry for not making that clear. I’ll try switching themes tonight when there’s no activity and see if that makes a difference.
Forum: Plugins
In reply to: [Logo Carousel] Outdated version of bxSlider breaking other slider instances.I’ve done some testing with 4.2.5 and it looks fine so far. There are some CSS differences with 4.2.5 that you might have to compensate for, though.
Forum: Plugins
In reply to: [Logo Carousel] Outdated version of bxSlider breaking other slider instances.Looks like it’s not being maintained. BTW, replacing bxSlider 4.1.1 with the version available on bxslider.com (4.1.2) doesn’t seem to have caused any problems for me. YMMV.
The latest version on GitHub is 4.2.5 and I need to test that one a bit more with this plugin.
Forum: Plugins
In reply to: [Logo Carousel] stop working in footerUse the PHP snippet shown right below the shortcode on the Manage Carousels page instead of the shortcode.
Perhaps I can add some useful information here. I’m also having trouble when the multiple role capability is enabled in Members and Types is activated.
I find that if a user is assigned multiple roles and the user’s information is edited, the first role from the capabilities field in usermeta is not checked in the Edit User page. The usermeta database is not changed until the user information is updated. Only the internal data structures are affected until the Update User button is clicked.
Each time the Update User button is clicked a role is peeled off the list in the capabilities field as the Edit User page is reloaded until no roles are left.
When multiple roles are not enabled in Members the one user role does not get deleted.
I have an open issue regarding this over in the community forum on wp-types.com.
No problem. It makes perfect sense. The documentation only mentioned the page templates so I didn’t realize that I could put other types of templates in that folder. That will make updates a lot easier (as long as you don’t make any other changes to those data formatting templates, of course). Thanks for the quick response to my comments.
I’m trying to imagine how that could work for my situation. By the time I get to a page template the event list HTML has already been generated by the event-list.php SportsPress template. I’d have to use get_the_content() and write some PHP (likely using regular expressions) to reorder the columns in the table.
But even that would only work if I were displaying a single post type on a page using a custom SportsPress page template. I actually use shortcodes to combine the standings and schedule for each bracket on its own page. I’m already using a custom post type that takes the league table and event list shortcodes as inputs to generate a page.
For now, I’m editing event-list.php to change the column order for the Home/Away option (and remove the event links), but I have to do that for every release of SportsPress, which is a pain. I just don’t see any alternative for my situation other than getting the ability to specify column order added to the plugin.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Duplicate Title in WidgetForgot to mark as resolved.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Duplicate Title in WidgetApparently it was a problem with the automated update. I deleted and reinstalled the plugin files and all is well.
Forum: Plugins
In reply to: [Timely All-in-One Events Calendar] Duplicate Title in WidgetHere’s a link to a screenshot with the extra title text highlighted in red. The text isn’t enclosed in any tag that would allow me to hide it with CSS.
Forum: Plugins
In reply to: [Random Text] Code contributionTry putting the mods up on pastebin.com and link to it. That’s what I did here.
Perhaps the opinion that you’d “given up and gone home” has something to do with the disappearance of help.then.ly.
I installed 1.8 Premium Beta on a test site and I can now switch views. I haven’t had a chance to fully exercise it but at least this works now.