obertscloud
Forum Replies Created
-
Forum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing upjquery validation please enter the same value again
seems to be losing focus on the field ?I could go back to the old membership, but I am afraid it will mess up the site rules which took so long to perfect
just to recap the theme i use, with old membership worked fine, the only difference was the update to membership 2
also i tried using default themes with same error, but i have to be careful it is a high traffic site
thanks for your reply and help hopefully we can fix it, i still can give you back end access if you want but i hope you can diagnose it now
Forum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing upHello I can take of copy protection for you. thanks
i tried default themes still the problem, however the previous version of membership worked. i am using the free version of membership.like i said if you google jquery or java script you will find your problem, i just dont how to fix your code
thanks
RobForum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing upWhen someone tries to sign up, https://www.thevoiceofchange.info/register for one of the regular packages
it goes back to a validate password , over and overmy search reveals this is due to java script when you search the error message “Please enter the same value again”
I dont know what else you want me to tell you
Forum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing uptried default theme all plugins disabled except yours goes to https://thevoiceofchange.info/register/?action=register_user
reprints screen to same page, does not go on, but doesn’t get the error
this throws me for a loop
Forum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing upmessage is coming from your jquery. i tried other sites that use membership for some reason they work, i tried chrome, firefox and other browsers some problem
Forum: Plugins
In reply to: [Membership 2] Please enter the same value again when signing upI disable all plugins for the site, still same problem.
you can email me at [moderated] I will give you backend access
thanksForum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Checking further this guy says a non ssl plugin works towards the bottom of his post
https://ithemes.com/codex/downloads/fix-ssl-non-ssl-links.zip
and this link below goes over mixed content issues. Which is the problem at hand.
https://managewp.com/wordpress-ssl-settings-and-how-to-resolve-mixed-content-warnings
and last someone suggested clearing chrome cache but that didnt work
i am back now that i have a x32 bit browser
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Ok changed my chrome to x32bit Version 43.0.2357.130 m and I am getting in.
By the way I have 64bit firefox, I will switch that back. Maybe something with 64bit is causing it.
whoa I was liking the speed of x64 browsers .
I contacted Google, WordPress and my host about this. Also disabled google chrome updates for now.
Also Chrome 32 bit seems to break every so often like in 3 months, I always have to uninstall and reinstall, or it just gets ridiculously slow
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Yes Will I think this is a bigger issue , what version of Firefox do you run im on 38.0.5
but I just tried to login in with https in Firefox and i get the same error as chrome I tried three different versions of chrome and not found one working yet, but if I log in with https:// on Firefox im ok.
Any site without woocommerce or a ssl plugin, chrome and firefox works fine with login and wp-admin in SSLForum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)I am wrong you guys are correct now i have issues no matter what with chrome, but with firefox it is ok for the first 4 sites i fixed
Version 44.0.2403.61 beta-m (64-bit)
i am going to uninstall chrome beta and see what happen
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Yes maybe my issues are different, I am able to get some sites to access in firefox, until i fix it, i cannot access it in chrome, but after clearing chrome cache and history and everything, chrome accesses fine.
There must be something in one of the updates that messed up SSL, my hosting provider confirms this also, not a hosting issue a wordpress issue.
I just had one glitch with one site, wouldn’t let me after uninstall of woocommerce, it would not let me activate it. i had to manually delete the files, and go back to the previous version of woocommerce with a manual upload then activate
the bad thing now though is that my login and admin is non ssl, but i have 128k password
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)Ok so it is confirmed a bug by something with SSL and woo commerce, could be also a combination of using wp-better-security which can force a site SSL but here is how I fixed it
I have 250 more sites to fix that use woocommerce.
** also i recommend backing up the database before you do this and backup your wp-config.php file
** also check every site you have that uses woocommerce, because i had customers trying to purchase things, they were getting to a page with an ssl error when they clicked on the product page, verify you can click on a product and complete an order, i have 250 sites to do this to, and I lost thousands of dollars in the last couple of days, I am not sure how long this was happening, but i think about 1 week since the last updates.
*** also if you update a site with the next woocommerce update , recheck all of this.. if you have security plugins also recheck
** just to note Woocommerce says there are three default pages that need SSL that is from the Checkout on.
1) I went into php to disable all plugins, this sucks, you have to go to mysql from your hosting control panel or cpanel, then php you have to select the database for which site is effected,
myphpadmin click this find the table wp-options, scroll down, you might have to go more than 25 to the next page and find active plugins, then you can edit that entry and delete the contents, (although i cut and paste the contents into a text pad,but pasting it back wont reactivate the plugins)2) now you should be able to login, give a moment for the database to update. but before you login,
edit your wp-config.php file towards the bottom after this /** Sets up WordPress vars and included files. */ add :
define(‘FORCE_SSL_ADMIN’, false);
define(‘FORCE_SSL_LOGIN’, false);
you might want to search to make sure it doesnt exist and if it does make sure true is set to false, reload via fpt your wp-config.php file back3) pain stakingly now you can go re-activate all the plugins you had (remember the contents i cut and paste into a notepad, although it is hard to read you can read each one you had activated from this list).
4) when you get to woocommerce, and activate this one, you should be ok, if not you did not do your wp-config.php file correct
5) all is good, then go to woocommerce status, see if force ssl is on, that is your problem,
i went to woocommerce settings set force to true, then saved then unchecked it to false and saved6) now i can see products, nothing is going to https:// by default..
I dont know what caused this because some of my woocommerce sites are still ok. Maybe the update, going to try and figure it out, maybe woocommerce support has better ideas why.
When there is a fix, you can take out the entries in wp-config.php
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)i went to woo commerce under settings and checkout forced ssl, saved then unforced, now i can see the product pages
they go to https:// not sure about checkout yetwill try on a site i have free checkouts and reply back hope this is helping someone , i lost 1 week of sales due to this error, since the last woocommerce update
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)maybe by changing manually the cart, checkout etc to https:// this will work.. I did a status check and force SSL is at – not turned on.
Forum: Plugins
In reply to: [WooCommerce] Site broken in Chrome (SSL issue)that fixes login, doesnt fix woo commerce , the user goes to the store and cannot see anything ssl error this sucks