htz77
Forum Replies Created
-
I had both installed/active, and found that only the Media’s Title field was editable. The Alt-text and Caption were not editable fields, because that data was displayed by Admin Columns, not MLH. Even if, in Admin Columns settings, i did not include those fields to display, MLH was still unable to show its version. I was only able to use MLH to edit the Alt-text when Admin Columns was deactivated. Basically it seems like AC overrides MLH.
- This reply was modified 1 year, 1 month ago by htz77.
Yes, same problem.
The query utterly fails.Forum: Plugins
In reply to: [Gravity Slider Fields] How to hide the number box from above the sliderAgreed, very odd that the input field is fully displayed too, very confusinng UI, and bad UX.
To hide it, add this CSS to your site, probably in wp > appearance > customize > css.
.gfield input.slider {
display: none !important;
}It’s not great to use !important though. Avoid that by using your form ID before the .gfield, like:
#gform_1 input.slider {
display: none;
}Note: this might not be a good solution for accessibility.
Forum: Plugins
In reply to: [Ultimate Product Catalog] New version of UPC totally BREAKS Oxygen builderHi again. I upgraded UPC to v5.0.20, and it still breaks Oxygen (v3.8.1), preventing the Oxygen builder from loading.. crashing instantly on a white screen, with no displayed errors.
The WP Debug Log shows only this, which doesn’t seem relevent, and also appears when UPC is off:
[26-Sep-2021 03:47:09 UTC] PHP Notice: Undefined variable: show_gradient in /home/wp_mysite/mysite.com/wp-content/plugins/oxygen/component-framework/toolbar/views/background.view.php on line 167
When UPC is DEactivated, Oxygen builder works normally. Again, UPC v4x did not break Oxygen. The conflict only comes in v5.
Note that NO other plugins are activated, and WP is 5.8.1 (latest). This is hosted on DreamHost (DreamPress).
I wonder if you have Oxygen, and have tested against it.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Disable ajax for search?Thank you!
You’re right, if I can specify a search-query in the url, then it’s fine to use ajax. Great to know that’s possible in v5. And I do plan to update to v5, once I work out the conflict it has with Oxygen.
Since I can’t test this myself quite yet.. may I ask:
?prod_name is what, a specific product’s name/title?
Will this work as well for a category, like ?category=Forum: Plugins
In reply to: [Ultimate Product Catalog] New version of UPC totally BREAKS Oxygen builderYes, you’re right. Someone else on my team reverted the UPC plugin back to v4x, because v5x is not working on our site. I didn’t know that when I provided the error log info, sorry about that. To continue to debug/troubleshoot UPC v5x compatibility with Oxygen, I will need to setup a staging server. Then I’ll check the logs again. Thanks again for your continued assistance on this.
Forum: Plugins
In reply to: [Ultimate Product Catalog] New version of UPC totally BREAKS Oxygen builderThank you for responding. I’m trying to identify wp debug log entries related to this issue, from UPC and/or Oxygen.
I have a ‘Currency_Symbol_String‘ PHP notice from UPC, in two code lines, #127 and #132. See an example of each:
[09-Aug-2021 16:53:34 UTC] PHP Notice: Undefined variable: Currency_Symbol_String in /home/my_dir/mysite.com/wp-content/plugins/ultimate-product-catalogue/Functions/Public_Functions.php on line 127 [09-Aug-2021 16:53:34 UTC] PHP Notice: Undefined variable: Currency_Symbol_String in /home/my_dir/mysite.com/wp-content/plugins/ultimate-product-catalogue/Functions/Public_Functions.php on line 132
This PHP Notice has occured 41,700 times since 8/6/2021.
I will continue to report as I find more info, from either plugin.
Forum: Plugins
In reply to: [WooCommerce Square] Incorrect product names being assigned when syncing@heathervh Where is this site hosted?
I thought I’d try this plugin again, on a different site, this time on DreamHost. Got same ERROR. Also tried just running a database backup to local.. stalled and failed. This is not a big site. This plugin has failed 4/4 times I’ve tried it.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Javascript Errors in v4.4.42YES, confirmed ?? The bug is fixed in v4.4.43. Nice job, very fast.
Forum: Plugins
In reply to: [Ultimate Product Catalog] Please fix deprecations jQuery 3.5.1+1
I had this problem on 3 sites, all on HostGator, and never got this plugin working there. I ended up cloning my sites another way. I copied the files in the hosting file manager (updating wp-config accordingly), and use the WP Migrate DB plugin for the database.
@jetxpert Thanks for sharing your setup. Just to clarify, you said there are no overlaps, but minification is listed for both WP Rocket and CloudFlare. Just wondering about that.
I also got errors when uploading a backup-zip from my Production site (generated by WPVivid).
Error 1 (browser alert)
.. error code: -200, HTTP Error
closing that alert then opens
Error 2 (browser alert)Upload file failed. .. error: PCLZIP_ERR_MISSING_FILE (-4) : Missing archive file ..
So I uploaded the zip via SFTP, to the wpvividbackups dir, but the plugin does not see it.
And, I got the same/original error another way —?clicking the “Scan uploaded backup or received backup” button, for the backup of the Destination site I had done earlier at your suggestion.
wpvivid_request: error(): an error occurred when trying to establish communication with your server. This error may be request not reaching or server not responding. Please try again later.
Also, I (successfully) used the plugin’s Debug tab to send debug info to you.