thejester12
Forum Replies Created
-
Oliver and I have been working through this issue via email. I believe this may be a specific issue on his server or the plugins installed on this site.
Forum: Plugins
In reply to: [WP Client Reports] Updates made not showing under ReportsHey Vinesh, WP Client Reports uses three methods to check for updates:
1. It uses the native WordPress hook that runs anytime an update happens.
2. Once a day, it uses wp_cron to check for updates
3. You can hit the “Refresh” button at the top right of the reports page to manually check for updates.If you are using a non-traditional method of updating (such as direct file uploads, an external plugin manager like ManageWP) then its possible that method #1 may not work. #2 can depend on your server’s set up and the frequency of traffic to your site due to the way wp_cron works.
Forum: Plugins
In reply to: [WP Client Reports] Site Maintenance Notes Unable to SaveHey @olywebdev, thanks for letting me know about this. It turned out it was an issue that the way the datepicker script was enqueued that WordPress wasn’t localizing the date format, thus the save wasn’t happening correctly on the backend. I hadn’t noticed it because another plugin was also enqueuing the datepicker, so it was working for me.
This is fixed in 1.0.16 and 1.0.14.
Hey I’m sorry to hear you are having issues! This is a question about the Pro version of the plugin and not relevant to the free version, please contact me on the Switchwp.com website for additional support. Thanks!
It sounds like you are missing something in the section that is labeled “Add Account to Google Analytics” in this article:
https://switchwp.com/docs/set-up-google-analytics/
Have you done that step?
- This reply was modified 4 years, 4 months ago by thejester12.
Forum: Plugins
In reply to: [WP Client Reports] Automated emails not working for meHey sorry to hear you are having issues. This is a premium feature that has to do with the Pro version of the plugin and probably shouldn’t be dealt with here on the free version.
I’m curious what settings you are using for the automated sending. Maybe send a screenshot of those settings?
Please contact support via the website: https://switchwp.com/contact/
Forum: Plugins
In reply to: [WP Client Reports] Google Analytics errorGoogle Analytics is telling you that the user doesn’t have any “properties” or “websites” available to display stats for. It sounds like you may need to revisit the documentation and make sure you do the section with the headline “Add An Account to Google Analytics”: https://switchwp.com/docs/set-up-google-analytics/
Forum: Plugins
In reply to: [WP Client Reports] Google AnalyticsSorry about the lapse in support. Its possible that the Google Analytics library doesn’t work on anything older than PHP 7.0. Is it possible this is an older site that is having issues?
Forum: Plugins
In reply to: [WP Client Reports] Still working?Hey johno, sorry to hear you were having issues. The plugin is supposed to catch the various ways that plugins can be updated, and check once a night just in case, but if you update plugins manually or something else happens then you might need to hit the “refresh” button on the report to get it to realize that an update has happened.
Forum: Plugins
In reply to: [Archive Control] Pagination slug changeYeah I had to try to change URL’s for SEO purposes on a site recently and it was a pain! I got it working initially but then had to deal with a lot of fall out issues that cropped up because of the change. Could be a potential addition to the plugin, but it would end up affecting more than just archive pages, and I’m not sure I’m able to work on such a large addition to the plugin right now.
Forum: Plugins
In reply to: [Passwordless Login] Needs admin approve in 1.0.8I’m with you. This stopped working for me. Not quite sure why…
Forum: Plugins
In reply to: [Archive Control] Supported…?I went in and re-tested the plugin this morning with a clean version of 5.2.2. All of the features are working well. I used mostly WordPress APIs as I developed it so unless something major changes in WordPress this plugin probably won’t break anytime soon. I will try to do a better job of keeping the “Tested Up To” information up to date.
Forum: Plugins
In reply to: [Archive Control] Please release an updateI went in and re-tested the plugin this morning with a clean version of 5.2.2. All of the features are working well. I used mostly WordPress APIs as I developed it so unless something major changes in WordPress this plugin probably won’t break anytime soon. I will try to do a better job of keeping the “Tested Up To” information up to date.
Forum: Plugins
In reply to: [Archive Control] Taxonomy featured image outside archive.phpThis should work:
<?php the_archive_thumbnail('large', null, $category->term_id) ?>- This reply was modified 7 years, 7 months ago by thejester12.
Forum: Reviews
In reply to: [Archive Control] ExcellentWhen you say its no longer supported what do you mean? I continue to use this plugin on my clients websites and it works swimmingly. There are a few features that someday I wouldn’t mind adding, but haven’t had the time to do so lately.
Forum: Plugins
In reply to: [Archive Control] Advanced Custom FieldsThis is cool, I will look into adding this. I’m a big fan of ACF, and had wondered if this were possible, but I hadn’t made it a high priority because you can essentially make your own Options pages with ACF Pro, so I wasn’t sure how necessary this was. Thanks for the code SoLoGHoST, if you want you could consider making a pull request out here: https://github.com/TheJester12/archive-control