bgaspers
Forum Replies Created
-
Is this still on track? I tried putting the shortcode in after the last update and titles are still showing.
Thanks, that would be great!
Seeing the same issue. WP 4.4.1, Y SEO 3.0.7
Same problem here. WP 4.4 w/GA by Yoast v5.4.6
Forum: Fixing WordPress
In reply to: OSX Server v5.03/4 breaks WP 4.3x installYeah, sorry, the ‘require_once’ statement. I was trying to remember the line but was too lazy to pull up the wp-config file again.
Forum: Fixing WordPress
In reply to: OSX Server v5.03/4 breaks WP 4.3x installI found that including this code block:
if ($_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’)
$_SERVER[‘HTTPS’]=’on’;in wp-config.php above the final ‘include once’ statement restored my site to operation. Before, I was getting the redirect errors on the admin pages.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] An error has occured. Not FoundI apologize, bonehead calendar ID on my part. Didn’t notice the “)” at the end. Removed that and works great.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] An error has occured. Not FoundI’m seeing this error as well. Using v2.1.6.1 of the plugin and WP 4.0.1.
Edit: I’m using list view.
Calendar feed worked fine in WPNG calendar plugin before the WP upgrade to v4 broke that, so I know the feed is good. Also created and added the API key just to make sure the public key restrictions weren’t causing the error.
Is there any place in the logs to look for errors to aid in debugging this?
I was having this same problem and the suggestion to enable Advanced Settings in Core Settings— and then check the box to use jQuery 2.0 in themes worked for me.
Forum: Plugins
In reply to: Plugin: Static front pageOK, I’ll just have to play around with it then. I have v2.6 of the plugin installed. I assume that is what you mean by version.
Forum: Plugins
In reply to: Plugin: Static front pageI had the same question as twotwentysix (unanswered): when using this plugin, is it possible to include a miniloop on the page?
I tried adding the miniloop code from http://codex.ww.wp.xz.cn/Creating_a_Static_Front_Page to the home.php template after the content call, but that didn’t work.
Forum: Plugins
In reply to: New plugin: EmailShroud protects against email spamJuliano:
Thanks for the info. I haven’t tried this on my hosting provider’s server yet.
However, I did look in the Apache log and here is the offending line:
PHP Parse error: syntax error, unexpected $end in /Users/bgaspers/Sites/wordpress/wp-content/plugins/emailshroud/sto_emailshroud.php on line 437
Here are the last 4 lines in that file:
</div> <?php
} /* sto_emailShroud_options_subpanel */
?>Is that how it is supposed to be?
And yes, when I deleted EmailShroud, everything went back to normal. This was very repeatable.
Forum: Plugins
In reply to: New plugin: EmailShroud protects against email spamUnfortunately, as soon as I install this plugin on my local test copy of the blog, all pages completely blank out (*nothing* is displayed). This copy is running on Apache 1.3.33/PHP 5.1.2 on Mac OS X 10.4.7 and was not viewable in the latest Firefox versions on either Mac or PC (1.5.0.7) or Mac Webkit based browsers (Safari, Omniweb).
I’ll give it a try on my hosting provider’s installation of Apache, but this does not bode well for success.
Forum: Fixing WordPress
In reply to: WP 2.0 messed up my permalinksI am having the same problem as well. Followed all the suggestions in this thread with none of them working. .htaccess is definitely writable and AllowOverrides is set to All.
My installation is WP 2.0.4 running locally on a laptop (Mac OS X 10.4.7, Apache 1.3.33, PHP5).
Setting permalinks to the Date and name based option causes the 404 behavior for Pages (haven’t tried categories), resetting to default makes everything run again.
Obviously a bug somewhere still in v2 between the WP rewrite rules and mod_rewrite.
Forum: Themes and Templates
In reply to: Template with CSS floating navigation menu?Sam:
Yeah, that sounds like what I need to do. I just need to dig into the Codex, and look through a few themes to see how the templates and tags work together with the stylesheets.
Thanks!