LevyImage
Forum Replies Created
-
Forum: Plugins
In reply to: [GAinWP Google Analytics Integration for WordPress] Plugin brokenYes it stopped working for me in December
I bought a pro license. Activated. Seems to work for it, I just have to copy the files into the new folder locations after a render.
Feature request
Though this plugin does not have a temporarily disable button which would be most helpful. I would like to turn it on only right before exporting my website to static and then I can develop my website normally when I have this plugin disabled. Rather than deactivating the whole plugin.The example I gave was just a generic example I gave for privacy reasons. My subsites are named for the domain names. Eg.. if my domain name was freecoupons.com I would have my subsite name freecoupons
Or jumprope.com my subsite name would be jumpropeI don’t use the subdomains development option, I use the subfolder option in Multisite. Since that is the easiest/simpliest way for localhost development on a local network.
Forum: Plugins
In reply to: [Enable Media Replace] Does not work with Windows locally hosted MultisiteI left all relevant details here if you want more info
https://www.ads-software.com/support/topic/not-use-on-a-windows-locally-hosted-wordpress/#post-13706349It is vanilla WAMP 64. If you set up a test environment on any Windows 10 PC you will have the same PHP modules and packages. Install WordPress, enable multisite, make a random sub-site, go to subsite dashboard, upload an image, then mess with the Post meta in your database to change the file URL to be something crazy. Then try to replace that broken image with your plugin.
Replicating my exact situation will be easy if you try to upload a few images and then move them with “WordPress Media Library Folders” to a new folder one by one, (in my case I moved a ton of images at once and most of them got this error upon moving, and I checked and repeated the error again later to make sure it was not a fluke, both bulk and one by one, one by one 1st image move may work but fail after that) chances are after the first image move the second image or thereafter will fail to move and you will get the crazy broken image file URL saved into the post meta that will look something like this
https://192.168.1.2/subsite2/wp-content/uploads/sites/2/D:\wamp64\www\wp-content\uploads\sites\2\NewFolder/image.jpg
You may even be able to skip all this by doing WordPress multisite localhost on windows, and changing any image to a path URL like that above via database edit, and then use your plugin to try to replace the broken image entry in the WordPress media dashboard.
- This reply was modified 3 years, 12 months ago by LevyImage.
Forum: Reviews
In reply to: [Media Library Folders] Not use on a Windows locally hosted WordPressHere is the exact issue with the image database location being messed up by the plugin after it moves an image. The image itself moves fine but the problem is how it is updated in the database. Example
https://192.168.1.2/subsite2/wp-content/uploads/sites/2/2020/11/image.jpg Moving to folder NewFolder at https://192.168.1.2/subsite2/wp-content/uploads/sites/2/NewFolder/ Your plugin does https://192.168.1.2/subsite2/wp-content/uploads/sites/2/D:\wamp64\www\wp-content\uploads\sites\2\NewFolder/image.jpg
In how the media entry is updated in the database. Which creates a broken link and a royal pain to fix. Which is what this plugin caused me yesterday, a lot of pain and work to fix what it did.
Well, where is the toggle to revert a property to Universal Analytics? An excellent way to not be helpful to anyone else with the same problem, to share there is a toggle and not explain where. Thanks for that… ?? Google has horrible documentation and they want to push everyone to this new analytics system.
Yea I can’t use this plugin either if it lets itself redo or touch images without my permission or option I can set. I need to be able to disable your plugin from messing with my images other than code location for things related to minifying html/css/js.
I’ve already optimized my images in a specific way and do not want them to be further tinkered with.I know Leon is working on this for his wp2static plugin so that only new or different content is generated. However, I can’t get his plugin to work on my site at all for a good generated static version. My site has a lot of javascript and external files. So far the best luck I’ve had is with Simply Static. What Simply Static generates at least has working sliders, content, etc. Just a few 4xx and 5xx errors to sort out. I have no idea why a WP to Static plugin is not in very high demand. WordPress is super bloated and the best user experience is static. Comments can be done via Disqus or Facebook where no PHP is required for the front end. Just doesn’t make sense to me how years later the WordPress community isn’t screaming for good static generator plugins or built-in functionality. Caching isn’t good enough.
I get the same issue in PHP 7.2, what version did you use Paul to avoid the error? Thank you.
Forum: Themes and Templates
In reply to: [Ashe] White bar above headerHow did you fix the white bar issue? I’m having the same weird unexplained issue
Forum: Plugins
In reply to: [Disqus Conditional Load] Comment module not showingSame here, and no support eh?
Forum: Plugins
In reply to: [WooCommerce Barcode & ISBN] meta fields to insert data by CSVI looked at the PHP, the plugin is a single PHP file. I believe the field could be “barcode” and “ISBN” as that’s what he or she has in update_post_meta block of code in the php file. So nice that author hasn’t given you any support for over a YEAR! #sarcasm_over_9000
Forum: Plugins
In reply to: [WooCommerce Barcode & ISBN] Barcode nameI looked at the PHP, the plugin is a single PHP file. I believe the field could be “barcode” and “ISBN” as that’s what he or she has in update_post_meta block of code in the php file. So nice that author hasn’t given you any support for over a month. #sarcasm_over_9000
edit:
oops wrong post. For you change names, you can probably edit the php in the plugin to do that, it’s a very small plugin.- This reply was modified 7 years, 5 months ago by LevyImage.
Forum: Plugins
In reply to: [bbPress Import & Export] Doesn’t workthanks but…
Both sites will have different user IDs but matching names/emails due to how wordpress creates new content via these plugins. Same seems to go for post IDs as well concerning forums, topics, and replies. But I’m glad your plugin keeps track of the structure, because WP Import All does not, it’s been difficult finding a solution that doesn’t break the new multisite this is being imported into or just not work.As far as memory limit, this is on an AWS ec2 with a 512MB php memory limit. That is not low. Combined raw data for the BBPress forums is only 17MBs.
EC2 is nginx with php-fpm
- This reply was modified 7 years, 8 months ago by LevyImage.
Forum: Plugins
In reply to: [bbPress Import & Export] Doesn’t workPS I’m trying to export a subsite’s BBpress forums from a wordpress multisite network.