The https tag has no wiki summary.
0
votes
1answer
43 views
Why is ajax working on one server and not the next?
I have some script that works on my dev server but not on my staging server:
add_action('wp_head','get_gz_info',30);
function get_gz_info(){
?>
<script ...
0
votes
0answers
41 views
Insecure content loading on a secured site, how to force https?
I have a seemingly odd issue where when logged in as an admin on a site I can load all content and assets just fine. When I logout to view the site entirely as a user would see it, the html content ...
0
votes
1answer
50 views
How to prevent Wordpress from loading the jQuery library at the top of the page
I am developing a site that must be HTTPS secure and Wordpress is loading <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> at the very top of my page, before <html> ...
0
votes
2answers
248 views
bloginfo() and get_template_directory_uri() with SSL?
I have a Wordpress theme I'm attempting to put on an SSL-only website. There is no non-SSL version of the site.
The Wordpress theme uses various functions like bloginfo('pingback_url'), ...
3
votes
2answers
530 views
SSL Breaks Wordpress CSS
We purchased an SSL certificat from network solutions (would never recommend them to my worst enemy, btw).
Apparently it's activated... did a few checks that says it's activated for our domain. But ...
2
votes
1answer
252 views
Gravity Forms not loading under https, jQuery is not defined
I am using Gravity Forms on my Wordpress site, and so far so good. The problem is I have made the page secure (https/SSL), and this is making the form not to work.
It looks like the issue is how the ...
1
vote
0answers
123 views
Domain Mapping for Wordpress MU and https redirection - How to?
Ok, here is my setup. I have a Wordpress MU site setup which uses domain mapping.
The root of the site is greatwhitehosting.com.au.
Any other site I add using domain mapping works fine and all sites ...
1
vote
0answers
54 views
Serving HTTP and HTTPS from one installation
I've got a WordPress install that is serving up content via both HTTP and HTTPS. The site URL is configured as "http://www.example.com". This works for most situations - if a person requests a page at ...
2
votes
3answers
460 views
Force home page to be https?
I have a SSL certificate and https plugin which both work fine along with changing the Settings in the Wordpress menu to https but I have to manually enter 'https' to see the Secure version, is there ...
1
vote
0answers
62 views
Wordpress forces HTTPS to HTTP in template
I have a form in a specific page templates with a hidden field and a value of "HTTPS://www.mydomain.com/innerpage".
When I view the source code of the page with the form the value changes to HTTP.
...
0
votes
1answer
271 views
how to server over http and https with one installation
is there an easy way to set up a single wordpress intallation to serve its pages both over http and https?
I have an http based website, and I have some pages that I would like to make accessible as ...
1
vote
2answers
304 views
Keeps on redirecting on my development copy
I'm working on some edits for a client's site. So I downloaded the site's files and exported the database.
I need to make some big changes on a development machine first so I won't mess with the ...
2
votes
1answer
354 views
Switching MultiSite installation from HTTP to HTTPS
I installed MultiSite with the URL set as http://example.com, but now I want to force all requests to go over HTTPS, so I'm trying to change the URL to be https://example.com. I've gone through the ...
0
votes
2answers
69 views
WordPress Dashboards: slowness and timeouts
On a single server, we have a number of single-site WordPress installations (which have been around for many years and have worked fine 'til now) and one newer multi-site installation that has been ...
0
votes
1answer
265 views
How can I rewrite old attachment URLs?
I recently converted my WordPress installation to use SSL on all pages, and now I'm getting mixed content warnings. I've cleaned up everything in my themes and admin pages, but I'm still having ...
1
vote
1answer
209 views
How can I make uploaded images in the editor load with HTTPS?
I have the admin section of my site using HTTPS. This works pretty well except that the images inside the TinyMCE editor (the post and page rich text editor) load with http instead of https and so I ...
1
vote
3answers
303 views
HTTPS page link in menu
Ok, so I have a wordpress site with a lot of pages and menus that I've defined in the appearance/menus section of wordpress.
One of my pages has a little payment form on, which I'd like to link to ...
3
votes
4answers
1k views
Use https for img src
My site requires the use of https for all img src HTML.
This is the WordPress function I'm using to display images:
<img src="'.get_bloginfo("template_url").'/images/thumb-default.gif" />
...
1
vote
2answers
250 views
Is there a Twitter Wordpress plugin that changes https to http?
I log in and do all the administration over https in my wordpress blog (my own installation). When I publish something, I have the problem that the twitter plugins normally pick the current URL, with ...
0
votes
1answer
259 views
Internet Explorer “Security Information” on every page in https site
My site is using a short vanity URL and https (for admin logins). This is working across all of the custom theme pages in every browser except Internet Explorer. Specifically in IE7, every page I ...
3
votes
1answer
38 views
What is the proper use of https in a modern E-Commerce environment?
Traditionally https was only used when absolutely necessary to protect personal and vital information. Checkout and account registration being the most common. The major reason for a lack of broad ...
3
votes
5answers
3k views
Is there a way to force ssl on certain pages
I want to force a secure connection on some of my pages (ones with forms), but I don't want the whole site to work with ssl (slows it down)
Is there a way to configure specific pages to require ssl?