coloradoouting
Forum Replies Created
-
A quick off topic question.. In the All Posts view, is it possible to have a column that shows which sidebar is assigned to the post, page, etc..?
Thanks!
Was just running debug and recieved this message: Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/—/public_html/wp/wp-content/plugins/content-aware-sidebars/content-aware-sidebars.php on line 410
Does that shed any light on things?
Regarding your last post:
Selecting a category or tag, show with all categories or show with all tags has no effect on sidebar.Select the individual event in the event metabox or show with all events and the sidebar works.
Just to be clear, sidebars work flawlessly with Posts and Pages. This issue only occurs with the custom post type generated by All in one events calendar
Thanks for all your insight, hope the error message noted above helps to narrow this down.
Thanks for the reply Joachim! I don’t have a full understanding of the loading process, but I get the concept. That’s what Marfarma’s post was referring to, isn’t it? I can see where that could cause a problem.
The CPT post and taxonomy all appear in the sidebar editor…hang on, I just tried selecting the event post itself from the sidebar editor list and that worked! (Sorry, I should have tried that prior to posting so that you could have all the facts.)
That definitely gets me out of a bind, but having to go in and select each post isn’t as convenient as selecting a category or tag. So with this information in hand, what do you think? Could this be a loading order problem? And if so, how could I go about fixing that?
Thanks for all your help!
Thanks for the reply agelonwl! I didn’t receive any error messages. I noticed the information about the upgrade from 4 to 5, however we started off with version 5. In an effort to eliminate possibility of bad install, I re-installed (V5.0.51) and restored the database. As soon as you click on “Add New”, whether post,event or page… all the events in Events Manager are deleted. I’m not sure which way to proceed at this point. Have kind of exhausted the things that I could think of checking. We really want to use this plugin to manage our events! Any assistance would be appreciated!
Here’s a new twist on this, it appears this is tied to the add post, add page, add event functions. It doesn’t matter which “add” link you choose, all of the event posts are deleted. Now I’m really confused!
That would be great if you could implement that idea! We’re confident that this plugin will be a great addition to our site.
Thanks Joachim!
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] posts appearing on wrong dayHey Scott!
Thanks for working on this! I restored the original calendar css.. unfortunately, that did not solve any of the issues mentioned up to this point.
Sorry.. I was sure hoping that was it!
Mike
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] posts appearing on wrong daySo check out the two screen shots I just added to the same web album.. snooping around a little more I noticed that I had my admin sidebar collapsed. I’m using Windows 7. When I opened the sidebar, Saturday went blank, all the Saturday posts stacked up on Friday! Close the sidebar and everything goes back to the way it should be. OMG!
However, opening or closing the sidebar has no effect on the Vista users.
Maybe this is a CSS problem as Daniel initially stated. I did change the calendar font sizes in the css, but that shouldn’t cause a problem like this.. should it?
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] posts appearing on wrong daySo here’s an update – One of my Vista writers just scheduled a post for Saturday, April 16 at 8:00 am and it showed up in the calendar on Thursday, April 14 at 8:00 am ???
Forum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] posts appearing on wrong dayHey Daniel & Scott..
Thanks for looking into this! Here are the print screens. Notice that in the two Vista views there are no posts shown on Saturday. In the Window 7 view everything is fine. Nothing is out of order in the Vista view, it just stacked the Saturday posts on top of the Friday ones.
After my first post I was wondering if it had something to do with my adding page support to the calendar. I went back to my functions.php and removed the “add support” statement. Then the Saturday posts were stacked on top of Thursday… Friday was fine, but still no posts showing on Saturday as they should have. The Windows 7 view stayed the same whether the page support statement was in or out.
@scott – All of us are using Mozilla Firefox
Looking forward to reading your comments!
MikeForum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] Calendar optionsThat’s good news Daniel! The month view would be a real plus from my point of view.
Thanks also for the information on adding page support to the calendar. I’ve considered the readme a few times, the whole custom page support thing isn’t clicking with me for some reason. Maybe I’m over thinking it. Hopefully I can get my brain wrapped around it soon since the concept seems to offer up some great potential!
Thanks again for your help!
MikeForum: Plugins
In reply to: [Edit Flow] [Plugin: Edit Flow] email notificationsSeems like notifications are working more reliably after upgrading to 0.6.3.
Thanks Daniel!
In eventcalendar3.php find
$schedule=ec3_get_schedule(‘%s; ‘,”%1\$s %3\$s %2\$s. “,'[ %s] ‘);
and replace it with
/* $schedule=ec3_get_schedule(‘%s; ‘,”%1\$s %3\$s %2\$s. “,'[ %s] ‘); */
Forum: Fixing WordPress
In reply to: server crashed when adding a new pageRe-uploading all the files and folders (except wp_content) from a fresh download of WP helped a little (new page opens in about 1 min 45 sec) but when I set permalinks back to default.. bingo! New page opens in about 3 seconds (even before I’ve renamed htaccess file)! Guess I’ll head off to figure out the permalink problem.
Thanks for all your help esmi!
Forum: Fixing WordPress
In reply to: server crashed when adding a new pageDid you just deactivate the plugins or did you reset the plugins folder?
Yesterday I followed the reset plugins folder instructions, set the template to 20-10 and tried to add a new page. It took a little less than three minutes to open the new page, but not much (2 min 40 secs =/-). I entered the same text that I tried this morning and it did save it, although it seemed to take about 5 1/2 minutes approximately to do so. It was slow but at least it didn’t crash the server. From there I started to reactivate some of the plugins. After each I would add a few sentences to the page and then saved the draft. The save timeframe didn’t seem to be getting any worse, then I had to quit for the day.
This morning I thought I’d do some more testing, but I’d try to be more accurate and time how long it was actually taking to open a new page and to save a draft. In order to get accurate readings, I figured I’d start from the beginning. So I “deactivated” all my plugins and with the 20-10 template still in place I decided to open a new page – that’s when it took over 3 minutes to open a new page and when I went to save the draft (using the same amount of text as before) it crashed the server.
I will definitely try your resetting the permalinks suggestion as well as the re-uploading folders one.
As far as..
Finally, you might have look at your database. How many posts do you have in the database?
I did jump in through phpmyadmin and ran a database check, everything came back OK, but I ran a repair anyway just to be safe. Our database isn’t really that big. We current have 569 posts and 365 pages.
Thanks again for all your suggestions, I’m gonna try your latest ones right now and see what happens.