Monoloid
Forum Replies Created
-
Hi,
I have the same problem but can’t find the solution you are referring to regarding secure https connection for auto-locate requests. Can you please point me in the right direction?Thanks!
Forum: Plugins
In reply to: [Conditional Widgets] Plugin still active after uninstallOooops! Apparently I mixed up your plugin with another one. The Conditional Widgets plugin was still installed and active. Deactivating it helped 😉
Sorry for the mix up! I will delete this thread (if possible).
Thanks.
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?David – Is there something in your plugin that makes it vulnerable for the “whitespace-problem”? I tried many plugins doing the same thing as yours and none of the others had this problem.
The reason I chose yours is because it is the only one with the option to whitelist more than one page (very much needed so thanks!).
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?Can you try this:
9<?php
10get_header(klein_header());
11?>This means removing the two whitespaces in that line.
PS: I’m not an expert on this – I just look for solutions online and then fool around with the codes until it works… 😛
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?Try deleting the space after ?> on line 9 and till the next code. I guess that means deleting line 10. It will then probably look something like this:
9<?php get_header(klein_header()); ?>
10<?…….PS: I’ll be off for a few hours now. Need some sleep.
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?Do you mean that after removing the whitespace you get redirected to the activation page? Or do you get the exact same error?
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?Open the “buddypress.php” file and remove whitespace after ?> (or any other code) in line 9 (or 10).
Forum: Plugins
In reply to: [Widgets Control] Can't get it to work on one of the BuddyPress-widgetsThanks for the quick reply!
The debugging didn’t show anything at all…
I made another site just for testing. I only use the Widget Control- and BuddyPress-plugins with the Twenty Fourteen theme. Same problem. The “Recently Active members”-widget won’t hide any pages at all (or the [front]). I tried the “Automatic Cache Clearing” both off and on.
I can give you access if you want to take a look.
Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?Resolved it! Had to remove the whitespace between “?>”
and “<?php” (line 14) in the front-page.php of the theme.Forum: Plugins
In reply to: [My Private Site] Error: Cannot modify header information. Theme conflict?I don’t get this error when I use other plugins that do the same as My Private Site. I can’t use any of those since this one is the only one I’ve found that has the option to whitelist more than one page.
I saw something very strange. On the WP 3.8.5 site I suddenly saw iThemes saying there’s an update to 4.6.6. I clicked the update button up in the left corner besides the home button and got the “WordPress Updates” page. This page didn’t show the iThemes update in the list so I went back to the plugin page and now it was back to not showing available update. Strange!
I’m having some problems with the plugin on that site (sometimes it shuts me out from the site). It’s on GoDaddy’s servers and they changed the permissions on the files and folders since last time I was logged in. It’s on a windows server too so I’m thinking about porting it to linux.
It’s not a multi-site. Both themes were made with Artisteer.
I tried adding the code to the functions-file in the theme folders on both WP 3.6.1 and WP 3.8.5. Nothing happened.
Both gave me:
Fatal error: Call to undefined function add_filter() in /home/…………………../wp-includes/functions.php on line 4074All WP 4.1 and iTSec works as normal. On earlier WP versions they usually don’t. I say usually because I’m not 100 % sure how they acted right before I updated some of them to WP 4.1. I know that at some point it used to work.
Coincidentally I’m now looking at a WP 3.8.5 with iTsec 4.2.15 not showing there’s an update. I can update it to WP 4.1 but I’ll wait to see if any solution will fix the problem. I’ll also wait with the WP 3.9.3 and iThemes 4.3.11.