itsanewday
Forum Replies Created
-
Forum: Plugins
In reply to: [Index WP MySQL For Speed] “Request Timeout” – Not able to use pluginThanks
Forum: Plugins
In reply to: [Index WP MySQL For Speed] “Request Timeout” – Not able to use pluginHello the Timeout Error solution I received from my host that worked was to add this to .htaccess:
<IfModule litespeed>
RewriteEngine On
RewriteRule .* – [E=noabort:1, E=noconntimeout:1]
</IfModule>……
This allowed me to actually get the plugin started. I then followed your advice and added new indexes one table at a time just to be on the safe side. I was able to update all the tables this way.
Thanks
Forum: Plugins
In reply to: [Use Memcached] Some memcache servers not reachable, Check service, Freistil…It looks like you have to define the location of the memcached server in wp-config.php
If your memcached server is set to default port ( 11211 ) you don’t have to do anything, otherwise you add this to your wp-config.php file, remembering to replace 11211 with your actual server port and ‘127.0.0.1’ which is local IP with your IP if different:
$memcached_servers = array( array( ‘127.0.0.1’, 11211 ) );
…..If your memcached server is configured to use Unix Sockets instead of TCP/IP, you can add the below code to your wp-config.php file, remembering to replace ‘/tmp/’ with the relevant folder for your server:
$memcached_servers = array( ‘default’ => array( ‘/tmp/.memcache/memcached.sock:0’) );
…..
This is an example of the two items you would add to your wp-config.php to get “Use Memcached” plugin to work:
define( ‘WP_CACHE’, true );
$memcached_servers = array( ‘default’ => array( ‘/tmp/.memcache/memcached.sock:0’) );
…..
I would suggest you contact your web host to get information on your memcached server settings and then add this to your wp-config.php as shown above. I did get “use memcached” to work using the steps I described.
- This reply was modified 4 years, 3 months ago by itsanewday.
This is resolved.
Thanks
Hello,
I just checked and noticed that the menu options and locations for WP 2FA have changed and the front-end custom 2FA settings page option is still available.
Thank you.
Forum: Plugins
In reply to: [WP Remote Users Sync] Test Showing Wrong IP AddressHello @frogerme,
Thank you for the info. I followed your advice about the IP addresses between the two test sites I’m working on and everything works!
Your assistance is much appreciated.
Update:
After working on other parts of the site WP 2FA now seem to work with an Elementor created login form. Possibly there was a conflict with some other plugin on the website but I’m not sure.Forum: Reviews
In reply to: [WP 2FA - Two-factor authentication for WordPress] Simply WorksHello @robert681
I left it alone for a while and worked on other parts of the site. It now seems to work with an Elementor created login form. There might have been some sort of conflict that was resolved as I worked on the website but I’m not sure. Just glad it works great!
Any suggestions on how to customize the replacement default WordPress login created by WP 2FA such as replacing the WP logo would be much appreciated. I don’t want to use anything that might conflict with this plugin.
Cheers
I have the same issue.
The given ROKU JSON Feed link does not exist. Perhaps this plugin does not work well with WordPress installations that are not installed in the main domain folder but arranged to work as if set up that way.Please let us know the solution to this problem.
Thanks
Thank you.
I looked at the WordPress profile page ad there is no option to unlink any social accounts there. In case I am missing something could you please just state ins simple terms how to unlink at WordPress profile page?
Thanks
Hello Team Heateor.
Is there an email address where I can send you the link to login to my website?
* Also I see mention in some posts of the ‘Profile’ page. Exactly where would one find the link for the profile page for Super Socializer?
For example you mentioned it here: https://ww.wp.xz.cn/support/topic/unlink-social-account?replies=8
Team Heateor: “You can unlink the social accounts (except the primary one that you used to create account at your website via social login) from Social Account Linking section at profile page.”
Thanks
***Please Please Pretty Please Create Social Account Unlink!***
Hello and thanks for an absolutely incredible Social Plugin!
I have however, spent two whole days trying to find out how to get my membership site working properly and the problem is that once you have linked a social account, in this case Facebook, it is impossible to get rid of it! Even when you create a completely new WordPress User account manually and try to create a new social link to a different Facebook account, it automatically reverts to the original FB linking. I also wonder if somehow the original linking persists on a computer so that no matter what new accounts you create the original linking gets pulled up.
This has made Super Socializer, an otherwise excellent Plugin, completely unusable for Social logins when combined with any other package such as eMember.
I’m still testing the other functions of Super Socializer and want to congratulate you once again for your work on this plugin.
Cheers
Thank you so much for answering my questions so quickly. Very much appreciated!