Mel
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Conference Schedule] Session Page not FormattingHELP!
Forum: Plugins
In reply to: [WP Conference Schedule] Session Page not FormattingForum: Plugins
In reply to: [WP Conference Schedule] Session Page not FormattingI also noticed that in Grid View the column headers scroll over the fixed page header.
Forum: Plugins
In reply to: [Simple Staff List] Parse ErrorThat did the trick. Thanks.
Forum: Plugins
In reply to: [Simple Staff List] Parse ErrorThis error is all I get when loading any page. Admin or main site.
I’ve had to remove the plugin so the site could function.
- This reply was modified 8 years, 10 months ago by Mel.
Forum: Plugins
In reply to: [WP Support] MalwareHow do we get attention to this?
Mine is an individual calendar. It is already set to Site Default.
I’m having the same problem. It’s having the effect of adding an extra day to our school’s spring break in March. It’s causing confusion with parents!
### WordPress Installation ###
Site Name: Sacramento Adventist Academy
Home URL: http://www.sacaa.org
Site URL: http://www.sacaa.org
Version: 4.4.2
Locale: en_US
Timezone: America/Los_Angeles
Multisite: No
Permalinks: /news/%year%/%monthnum%/%postname%/
WP Memory Limit: 40 MB
WP Debug Mode: No
Script Debug: No### Active Theme ###
Theme: Enfold – 3.4.7
Child Theme: No
Parent Theme: –### Active Plugins ###
Staff Directory: 1.0.2
TablePress: 1.7
Simple Calendar: 3.0.14
Simple Calendar – Google Calendar Pro Add-on: 1.0.1
Wordfence Security: 6.0.24
Facebook By WebLizar: 2.4
Google XML Sitemaps: 4.0.8
Jetpack by WordPress.com: 3.9.1
Shortcodes Ultimate: 4.9.9
Akismet: 3.1.7### Server Environment ###
Web Server: Apache
PHP Version: 5.3.29
MySQL Version: 5.0.95
Server Timezone: UTC
Display Errors: No
Safe Mode: No
Memory Limit: 256M
Upload Max Filesize: 60M
Post Max Size: 25M
Max Execution Time: 30
Max Input Vars: 1000
fsockopen: Yes
cURL: Yes
SOAP: Yes
SUHOSIN: No
WP Remote POST: Yes
WP Remote GET: Yes### Client Information ###
IP Address: 208.112.85.152
Browser: Chrome 48.0.2564.109 (Windows)### WordPress Installation ###
Site Name: Sacramento Adventist Academy
Home URL: http://www.sacaa.org
Site URL: http://www.sacaa.org
Version: 4.4.2
Locale: en_US
Timezone: America/Los_Angeles
Multisite: No
Permalinks: /news/%year%/%monthnum%/%postname%/
WP Memory Limit: 40 MB
WP Debug Mode: No
Script Debug: No### Active Theme ###
Theme: Enfold – 3.4.7
Child Theme: No
Parent Theme: –### Active Plugins ###
Staff Directory: 1.0.2
TablePress: 1.7
Simple Calendar: 3.0.14
Simple Calendar – Google Calendar Pro Add-on: 1.0.1
Wordfence Security: 6.0.24
Facebook By WebLizar: 2.4
Google XML Sitemaps: 4.0.8
Jetpack by WordPress.com: 3.9.1
Shortcodes Ultimate: 4.9.9
Akismet: 3.1.7### Server Environment ###
Web Server: Apache
PHP Version: 5.3.29
MySQL Version: 5.0.95
Server Timezone: UTC
Display Errors: No
Safe Mode: No
Memory Limit: 256M
Upload Max Filesize: 60M
Post Max Size: 25M
Max Execution Time: 30
Max Input Vars: 1000
fsockopen: Yes
cURL: Yes
SOAP: Yes
SUHOSIN: No
WP Remote POST: Yes
WP Remote GET: Yes### Client Information ###
IP Address: ***.***.***.***
Browser: Chrome 48.0.2564.109 (Windows)Forum: Plugins
In reply to: RSS Widget disappears on SavingI’m having the same problem with 2.3.1
Not sure what’s causing it.
Forum: Plugins
In reply to: Topic PageI’ve found this plugin:
http://ww.wp.xz.cn/extend/plugins/show-post-by-selective-category/I realize that Pages weren’t ment to show posts. But I’m working on a site that would blend blogging and a typical web site so there would be a need for some cross over…
This is not a perfect solution as I don’t have control over sort order, but it’s on the right track.
Forum: Plugins
In reply to: ProgressFly Not Creating TableThis worked for me…. You will have to add in the backticks (quotes) since this forum takes them out.
—
— Table structure for tablewp_progressfly
—CREATE TABLE IF NOT EXISTS
wp_progressfly(
wipidint(11) NOT NULL auto_increment,
titlevarchar(50) NOT NULL,
titlelinkvarchar(200) default NULL,
targetdouble NOT NULL,
progressdouble NOT NULL,
unitsvarchar(50) default NULL,
pfcategoryvarchar(200) NOT NULL,
h3stylevarchar(500) NOT NULL,
meterwidthint(11) NOT NULL,
meterheightint(11) NOT NULL,
intmarginint(11) NOT NULL,
bgcolorvarchar(10) NOT NULL,
targstylevarchar(500) NOT NULL,
pcolorvarchar(10) NOT NULL,
progstylevarchar(500) NOT NULL,
bordercolorvarchar(10) NOT NULL,
borderwidthtinyint(4) NOT NULL,
textstylevarchar(500) NOT NULL,
intextstylevarchar(500) NOT NULL,
completevarchar(3) NOT NULL,
visiblevarchar(3) NOT NULL,
borderstylevarchar(500) NOT NULL,
PRIMARY KEY (wipid)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;