elliotholden
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Firefox InsecureFirst I want to say sincerely thank you for that response. I kinda felt like it had to be something like that because, like you said it works in a lot of places for even you except Chrome 4.1. Whereas for me it works everywhere except FireFox. So I I kinda felt I read somewhere about the “chain” needed to be complete (intermediated certificate and all that) – No worries, I will figure it all but at least you pointed me in the right direction. When I purchased the certificate from Dreamhost it did dome with an “intermediate certificated – bundle”. So I do see in my Dreamhost panel where I have 2 intermediate certificates concatenated in the box that say Intermediate Certificate. Anyway I opened up a ticket from dream host to see if that helps.
Really appreciate you taking a lot at my site.
E.
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Firefox Insecurehmmm, Yes I do have it set now to “only” do SSL when on the checkout page and force back to http: when leaving the checkout page. With that being said, my issue seems to be with “my” computer on Firefox when going to the checkout page (which forces SSL). I have tried with “other” computers and FireFox does fine,
BUT on all smartphones I get the warning message about “insecure site” – sighhh
I tried your plugin thinking it would help my problem, but I realized that my issue is now with “content” as I kinda know how to fix that stuff, so I did uninstall the plugin to cut down on confusion (though great plugin, again)
Can you only test if my whole site is serving SSL? I guess what’s the point If I’m not using your plugin, as there is nothing wrong with the plugin.
No worries either way, I appreciate your time and I know these things are pretty irritating, at least to me, lol
E.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] Ajax Page Loader not working on custom themeJust a couple notes:
1. I do have JQuery Check and Debug turned on.
2. JQuery check tells me that JQuery may be outdated because I have version 2.1.1 and the plugin uses 1.8 (so I don’t think this is my issue).
3. I get WARNING that says: Could not bind to search form… could not find ‘form’ tag with class=’searchform’ or action=” missing.Those are the only messages I get. I will try to find the ‘serachform’ issue.
In the page.php file I was able to find the ‘div’ that contains: ” if (have_posts()) : while (have_posts()) : the_post(); “
That ‘div’ had a class named “container” so I created an ID inside the div and assigned it the value “container” as well. And added that name to the Content Element ID on the AAPL config page. Still no luck.
Then I noticed a ‘div’ tag in page.php that had a class of “content_wrapper”. I again created an ID of the same name for this in that div and also update the AAPL config page, still no luck.E.