ZeroGravity
Forum Replies Created
-
Thanks @pratik-jain.
I noticed that setting. It appears that does enforce creating a login to make a purchase but it doesn’t seem to enforce being logged in to download after the purchase has been made.
I copied the download link to another browser where I wasn’t logged in and was still able to download the PDF document.
Ideally, if someone copied the link and emailed it to someone else they would be required to login to download. Currently it doesn’t seem like this is possible.
Forum: Plugins
In reply to: [Regenerate Thumbnails] Unregistered thumbnail sizes still listed.I just noticed when you regenerate thumbnails for a single image it shows check marks next to the registered sizes and crosses next to the unregistered ones. This feature seems to be missing from the page to process all images.
Is anyone using tar.gz out there? Surely it’s not just me. Can anyone open the taz.gz from BackWPup using 7zip? Are you using different software? If so what are you using?
I can open tar.gz backups from cPanel. Any help would be really appreciated.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Enough is EnoughChristina,
We understand the most recent update was necessary, it was the way that you went about it (and other updates) that has frustrated so many users and is the last nail in the coffin.
- It was done with no warning
- You invalidated the existing Dropbox app which means all installations immediately stopped working. I personally now have more than 50 websites, each with two or more backups, that I need to go and re-authenticate each one. Some of these go to a dropbox account belonging to a client and I don’t have the logins. If there had been notice given we could have scheduled to progressively update clients sites instead of having to drop everything and do them all at once to ensure the continued safety of the sites.
- When WP has a security issue they urge you to update. They don’t turn everything off so functionality stops.
- Changing the folder name to include the company name is incomprehensible considering the install base and the potential to break scripts and synchronizations people may have setup.
This is on top of other issues that have gone unresolved or unanswered over time.
- Since v3.4.5 I have been unable to open a tar.gz backup. I have tested half a dozen plus archive programs all without success. I’m not the only person who has experienced this.
- I never received a reply related to why a popup window with a progress bar is now used when downloading a backup. The files used to download without this quickly and successfully. What is happening in the background that requires a popup and progress bar?
There seems to be no impact analysis with decisions or you just don’t care.
Daniel, it saddens me to see what your masterpiece has become. 🙁
This is extremely irritating. I have setup backups for many clients going to their own dropbox accounts. I don’t have their login credentials, nor do I want them. I setup the authentication when sitting with.
Now I have to go back to each and every one to reconfigure the backups.
I don’t think this has been thought through very well at all!
I also read that
Note: The Dropbox backup folder changed from BackWPup to InpsydeBackWPup.
Will existing backups be copied to the new folder and the old folder deleted or is that something we are going to need to do manually?
Forum: Fixing WordPress
In reply to: htaccess can’t redirect file under wp-contentI found that this worked
RedirectMatch 301 (?i)/wp-content/uploads/File/Frenzy2/WND24Jan06.pdf https://www.prayinjesusname.org/wp-content/uploads/File/Frenzy/WND24Jan06.pdfAny idea why this would work and not RewriteRule? Can’t see a way to make this the last rule processed. [L]
Forum: Fixing WordPress
In reply to: htaccess can’t redirect file under wp-contentI tried the code below with the absolute URL and still not working.
RewriteRule https://www.prayinjesusname.org/wp-content/uploads/File/Frenzy2/WND24Jan06.pdf https://www.prayinjesusname.org/wp-content/uploads/File/Frenzy/WND24Jan06.pdf [L,NC,NE,R=301]I checked and there are no htaccess files blocking anything.
- This reply was modified 7 years ago by ZeroGravity.
Forum: Fixing WordPress
In reply to: htaccess can’t redirect file under wp-contentThanks. I checked all the permissions and all folders are 755 and files 644. The website is on BlueHost. Not sure if they have implemented any restrictions. The BH cache is turned off. I will look to see if there are any other htaccess files loitering around that could be restricting things.
Forum: Plugins
In reply to: [301 Redirects - Redirect Manager] Query Strings causing 404 errorsThanks for the quick reply! Will drop you an email.
Forum: Plugins
In reply to: [Reviews Widgets for Google, Yelp & TripAdvisor] Pages not showing in WidgetDone. Thanks!
Thanks Steven. Relaxing. 🙂 I have used WordFence on other sites and will probably look at adding it to this one.
I have loginizer set to lockout for 20 minutes after 3 login attempts. After 3 lockouts it extends to 72 hours and emails me.
They seem to be rotating IPs as there are no duplicates in the logs.
Thanks again!
Forum: Plugins
In reply to: [Strong Testimonials] Link breadcrumb to Testimonial PageIt would be great if you could point me in the right direction. I have experience with PHP, WordPress and Genesis. Could probably work it out but if you can point me in the right direction that would be a lot quicker.
I went looking for the single template in the plugin files but couldn’t find one. Originally the Name and Company details weren’t showing on a single testimonial. I created a Single Template view which added the fields at the bottom of the testimonial so thought the breadcrumbs might be controlled there in the view somehow.
Love your plugin!
Just updated to 3.6.2 on a test site. Still can’t download and still can’t see all the file in the tar.gz when using 7z. Will this ever be fixed?
Forum: Plugins
In reply to: [Restaurant Menu and Food Ordering] adding Lg & sm pricing to menu itemWould love to see the ability to enter prices for different sizes as well. I am developing a website for a pizza restaurant and need a price for each size. Adding the price to the description makes it difficult to control a nice layout. Also too easy for a clients to accidentally delete any divs/styles used for layout.
There are other plugins that provide this functionality. Yours was my favorite until I noticed the pricing issue.
Keep up the good work! 🙂
- This reply was modified 7 years, 7 months ago by ZeroGravity.
Forum: Plugins
In reply to: [Registrations for WooCommerce] Blank Report Page with 2.0.4I think I have tracked the issue down. Under variations we have a ticket price set for each attribute (Member and Guest). The price is the same for every date so we have “Any Dates…” selected.
As a result the “attribute_dates” meta_value in the post_meta is null or empty.
Because of this in class-wc-report-detailed-registration-event.php on line #135 the comparison fails and nothing is displayed on the report.
// Filter just only for the correct variation if ( strpos( $registration['date'], $variation_date ) )