mvied
Forum Replies Created
-
Any way I could take a look at it with FTP/SSH access? I’m really at a loss.
Any chance could test my development version and let me know if the issue persists?
Hmm, that error isn’t super helpful. I’ve done some work to clean up the plugin in my development version which will be 3.2. I’m not certain if it will fix your issue unless I looked at it myself. Is there any way you could test my development version?
Looks like there is a cache file from Headway that has your background images hard-coded to HTTP. I’m guessing you’ll have to modify their settings and clear the cache. https://www.braintimemember.com/wp-content/uploads/headway/cache/general-e5b147a.css?ver=3.4.1
You have another here https://www.braintimemember.com/wp-content/themes/brainchild/style.css on line 156. You need to make the path relative. Change
background:url(http://www.braintimecenter.com/wp-content/uploads/2012/06/footer_bkg.jpg) repeat-x;tobackground:url(/wp-content/uploads/2012/06/footer_bkg.jpg) repeat-x;.Also, you have a bunch of HTML at the top of your stylesheet. You should probably remove that.
As for the other few, they should be getting fixed. Could you enable debug mode?
You probably have the header image hard-coded to HTTP in your CSS or something. Post a link to your site and I may be able to tell you where it’s coming from.
Usually problems like that have a corresponding error in your browser’s console. Could you post any relevant errors here?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Can't stay logged inNope. The only instance I know of that does anything similar is if you’re using Shared SSL to secure your admin panel and you try to hit your admin panel over HTTP, then WordPress will log you out.
I’m leaning toward the theme or a plugin. I would set up another site on the same server to see if you can replicate the issue.
Yeah, plugin settings.
It’s a box on the settings page, yes.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Can't stay logged inIn that case you shouldn’t require the plugin to log into the admin panel securely. Disable the plugin, login, hit the front-end and let me know if it logs you out.
That doesn’t matter. It adds the scheme if you don’t type it in, so https:// gets prepended either way. It was probably something else. As long as it works. 😛
Nothing is going to modify that CSS file, no. However, any plugin or theme could override the styles for those icons, but I doubt they are.
Are you sure the images are being changed to HTTPS and that’s why they’re not loading, or was that just a guess? Open your browser’s console and see if there are any 404 errors in there.
If you’re using SSL Admin and you’re in the Admin panel, all images should be changed to HTTPS.
But, as far as the images you’re talking about, the plugin didn’t change them. Those icon image paths are defined in /wp-admin/css/colors-fresh.css as relative paths. They’re going to match whatever scheme the current page is using.
How is it that you can see your admin panel over HTTPS and not the images that exist in the same path?
It has to be something within WordPress conflicting, then. Maybe the theme?
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] [Plugin: WordPress HTTPS (SSL)] Can't stay logged inIs it a private or shared SSL? Does it happen when you use the default theme?