SVTX
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updates Failing with Curl “Invalid Algorithm” ErrorThis may be related to your SSL setup:
http://blog.techstacks.com/2010/03/3-common-causes-of-unknown-ssl-protocol-errors-with-curl.htmlForum: Fixing WordPress
In reply to: Out of MemoryTry this in wp-config:
define( ‘WP_MEMORY_LIMIT’, ‘128M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘256M’ );And add this to your user.ini:
memory_limit 265M
Or, you can set the memory limit in the .htaccess file:
php_value memory_limit 256M
See if that does anything for you.
Forum: Plugins
In reply to: [WooCommerce] Blurry images in Chrome not in FirefoxOh, you’re right. Sorry then, my fingers were quicker than my brain.
I don’t have any issues with the image in the demo though, tried both Chromium and Google Chrome.
Forum: Plugins
In reply to: [WooCommerce] Blurry images in Chrome not in FirefoxThat’s odd. Mine doesn’t do that. Have you changed your image size settings? If so, you may need to regenerate thumbnails.
Forum: Plugins
In reply to: [Contact Form 7] Really.. again? Update broke the plugin..https://wordpress.org/plugins/contact-form-7/advanced/
Scroll all the way down and select version 4.8 and download it.
Backup your site’s files and database.
Unpack the plugin archive and overwrite it in ../wp-content/plugins using (S)FTP or your webhosts Web FTP client.
Mind this is only a temporary fix, it’s not usually recommended not to update plugins so make sure to follow up on this in the next days.
Forum: Plugins
In reply to: [Contact Form 7] Really.. again? Update broke the plugin..Your best option for now is to go back to the previous version until this is fixed in another update, it worked fine for me.
Forum: Plugins
In reply to: [WooCommerce] Helper plugin 1.7.2 Will not activateI think it’s been integrated, so there’s no need for it any longer.
Forum: Plugins
In reply to: [Theme My Login] Blocking the “lost password” reset option entirelyYes, that’s one of the right places to put it. Just mind if you change your theme, it will be gone. For persistent functions I recommend using this plugin:
https://wordpress.org/plugins/code-snippets/
Additional benefits are the scope selector (as in run code front or back-end) and the import/export function. Glad I could help!
Forum: Plugins
In reply to: [Theme My Login] Blocking the “lost password” reset option entirelySorry, that’s my bad. I though this was dealt with via the login template file, apparently it’s not.
The plugin author seems to be AWOL for the time being so you may want to consider a different solution:
http://www.sourcexpress.com/how-to-disable-reset-password-for-wordpress-users/
Have at it,
SVTXForum: Plugins
In reply to: [Theme My Login] Blocking the “lost password” reset option entirelyPull the template file to your child theme folder and edit it there.
Did you enable the option to remove all data upon uninstall? Usually when that’s selected there should be nothing left of it. If you’re uncertain, reinstall and activate again, then go to settings, select the delete all tables and data checkmark and then deactivate and delete again. If you’ve done all that and there’s still a leftover file then that’s safe to be deleted as it isn’t called from anywhere anymore.
Forum: Plugins
In reply to: [WooCommerce] Auto-Populate Admin New Order?Hi there,
This could probably be done with some custom coding but it’s by no means the ‘right’ way to do it. Is there a way for you to integrate those addresses into your own database? If that was done, you could just add the following button url:
https://yourdomain.com/wp-admin/post-new.php?post_type=shop_order
You can then search for the client on the new order page and it would put in all the address information from the database for you. This is how I would do it.
Forum: Plugins
In reply to: [WP Dashboard Notes] Great plugin – but no links in notes? #addhtmlWhy don’t you just update the plugin and give it a little TinyMCE revamp? Seriously, this is an opportunity wasted..
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Inventory based on countryThere’s a great plugin that does that, it’s a premium solution though but it works great out of the box so here you go, I’m in no way affiliated with this btw.