sino27
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Remote Users Sync] Trying to understand featuresThank you
Forum: Plugins
In reply to: [Imsanity] Amazing plugin. 250 images limit? How to fetch more?Found it…
define( ‘IMSANITY_AJAX_MAX_RECORDS’, 500 );
That need to be added in wp-config.php – constant should not be at the bottom of a file. Moving it higher made it work.
Thanks anyway.
Guy this is very easy to overcome.
1. Add your URL
2. Add your API key – DO NOT HIT “Update settings” button yet…after you added URL and API now simply click on next tab called “Store Settings”
There you enter your checkbox text and Now you hit “Update Settings”
That worked for me – before i was having same error like you did.
Buy me beer later. Thanks.
Forum: Plugins
In reply to: [WP Mail Logging] seller emails not showingI don’t think he can. As you can see several of us reported same problem long before you did and there was no response. And on top of it this plugin is now sold to MailPoet.
Time to change to something else. But to what?
Forum: Plugins
In reply to: [WP Mail Logging] Woocommerce New Order Email definitely not workingahh so the plugin was sold and changed owner to MailPoet. That’s why we didn’t get any replies from original dev (i guess).
Well time to change to something else. Because who know when new owner will sort out existing issues.
Any alternative?
Forum: Plugins
In reply to: [WP Mail Logging] Woocommerce New Order Email definitely not workingUpdate: i just noticed that your plugin is untested with my version of wordpress (5.2.2). Maybe that has to have something with the issue itself maybe not. I guess it’s Woocommerce issue.
My question is – is there anything else i could do to pinpoint this issue? Let me know I would really like to help.
Oh and once again i do realize it’s free plugin and i most definitely realize your time matters to yo and you can spend it better then providing support (better like with your family). I don’t expect you to respond here anytime soon. Take your time.
If you want me to run some other plugins or something let me know. Have some great weekend.
Forum: Plugins
In reply to: [WooCommerce] Change “View Cart” – text onlyThank you. That was actually my next “move” but i was waiting to see is there any other way. Yeah since i use Loco i’ll user this method.
Thanks and have some great weekend.
Forum: Plugins
In reply to: [WooCommerce] Adding new tab on my accountWell you need to save permalinks (just hit save like resave them) as being stated in tutorial article – otherwise it won’t work.
So after you add code to function.php Go to WordPress Dashboard (left long menu), then Settings then Permalinks. Just scroll to the bottom and hit Save Changes.
That’s it.
- This reply was modified 5 years, 8 months ago by sino27.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Multi color swatchCool. That’s also a good solution.
Let me ask you so i have (example) 5 swatches in single product.
Out of these 5 i can have (for example) 3 single HEX colored and 2 styled with images – am i understanding this right?
Forum: Plugins
In reply to: [Request Form for Zendesk] Malicious Code in Plugin?Actually this is probably false (dare i say lie) statement. Your whole company and your plugin practices and actions are in my very honest opinion unethical if not actually criminal (specially considering GDPR) .
You are being busted and revealed. People should know more.
https://www.wordfence.com/blog/2019/03/peculiar-php-present-in-popular-pipdig-power-pack-plugin/
https://www.jemjabella.co.uk/2019/security-alert-pipdig-insecure-ddosing-competitors/
By reading above i am not sure that your “the plugin is clean and does not contain any malicious code” is actually true after seeing what you are doing to your users and your competitors.
Shame on you mister.
Forum: Plugins
In reply to: [Loco Translate] Always two same languages (Woocommerce)I read article but somehow i missed github link.
Sorry. thanks for help. Will mark this as resolved. Thanks again.
Great plugin Loco is.
Forum: Plugins
In reply to: [Loco Translate] Always two same languages (Woocommerce)Thanks for fast response. Indeed it does appear like Loco is using my own file i just visually identified and confirmed that. It’s confusing though (but that’s not Loco problem).
Care to tell me where exactly – it’s not clear from article. I definitely have wordpress auto update turned off in wp-config.php but where do i add these filters (https://localise.biz/wordpress/plugin/faqs/files-deleted#auto). In function.php of my theme (child theme)?
I guess i could use: add_filter( ‘auto_update_translation’, ‘__return_false’ ); just fine but is there more fine control as to disable auto update of translations for woocommerce only?
Forum: Fixing WordPress
In reply to: WP Dashboard white screen – after switching to PHP 7I think we crossposted but anyway i solved it by following directions from link you posted. Thank you again. Great and fast response in this community – very welcome.
Have some great and productive day!
Cheers
Forum: Fixing WordPress
In reply to: WP Dashboard white screen – after switching to PHP 7Found the culprit after i enabled WP debug through wp-conig.php
it was wrong server configuration file (otherwise hidden) hidden in root folder.
Thank you all.