duanemitchell
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Installing 3.2.1 failI downloaded the plugin and it’s 8MB. I had 29MB of available disk space. The installed plugin is 22.8MB so that was likely the issue. I increased the disk space by 50MB. I attempted to install the plugin through the link directly to the plugin but that didn’t work. When I uploaded the plugin from my desktop that did work.
So I’m all set. Thanks
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack 3.2 hangs…I’m hoping they fix it. Doing this is a PITA when you have a bunch of sites to do this to. That’s why WP has an update system. Make it work!!!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack 3.2 hangs…Rackspace is as good a host as any, definitely top tier. If it doesn’t work there then something is wrong and it’s not your choice of hosting provider. I use Rochen, another good host and I’m having the same problem.
Forum: Hacks
In reply to: [Simple Events Calendar] Changing event sort orderVery cool solution! Thanks!
I seemed to have gotten this to work for my purpose by adding DESC to just the second instance:
$conditions = "WHERE $range ORDER BY event_start $limit DESC";
I have 3 event widgets in a sidebar with 3 different labels: Future, Current, and Past. The only category I want to sore in descending is the Past events. The above line seems to do it.
Any comments on this or how the other lines affect sort?
hmm…don’t know about that one. Might not be possible.
I don’t have that problem with the slide show. I think you set the max width and height in the plug-in options and also select to “resize on upload”.
Also, to center the image add this below that style:
margin-left: auto; margin-right: auto;
Not sure about the slide show. Isn’t that set in prefernces?
In the “/wp-content/plugins/nextgen-gallery/css/nggallery.css” find the “Image Browser Style” section. Then this:
.ngg-imagebrowser img { border:1px solid #A9A9A9; margin-top: 10px; margin-bottom: 10px; /*width: 100%;*/ display:block !important; padding:5px; }
Notice I have commented out the “width: 100%” line. That’s what does it.
Forum: Plugins
In reply to: myEASYbackup, MAMP, can't set save directoryComparing my MAMP setup to my “live” server setup the entire config box for the location of the backup directory is failing to display properly. It does not display any of the text or settings in the right half of the panel.
Anyone have any suggestions? I’m thinking this is a MAMP related issue.
Forum: Plugins
In reply to: myEASYbackup, MAMP, can't set save directoryDoes anyone have this running on MAMP?