gld
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscribe to Category] Categories QuestionGreat product actually and Sidney’s support and responsiveness is simply astonishing. The plugin is written to focus on taxonomies which isn’t the direction our customer wants to go. So this plugin isn’t aligned with what’s needed. Thanks Sidney!
Forum: Plugins
In reply to: [Subscribe to Category] Categories Question1. ok
2. ok but why is the page they go to blank? How do I fix that please?
3. The ‘Custom Post Type Name:’ in settings is set to Journal. When I add a new Journal post, no email is being received by the subscriber. How do we fix that please?
4. As I said ‘Mail this blog again’ is unclickable in the post. I don’t know how to send a notification to the subscriber.Forum: Plugins
In reply to: [Subscribe to Category] Categories QuestionOk that seemed to work. However a few more questions/ problems:
1. Is there a way to not need people to click a link in the email notification to confirm their subscription? Same for unsubscribe. or
2. Is there a way when they do click on the link that the page they go to on the website is not blank? Shouldn’t it say something?
3. When a new post for the subscribed CPT is published, why aren’t the subscribed users (with STC Status: publish) receiving a notification (‘Using Block/Gutenberg editor’ is set to on in the settings)?
4. ‘Enable resend post’ option is set to on in the settings however ‘Mail this blog again’ is not checkable in the postForum: Plugins
In reply to: [Subscribe to Category] Categories QuestionYes I’ve been through that and think I have a grasp. However I want to hide the categories from displaying on the form when using the shortcode [stc-subscribe]. Even if I set the styling, your JS adds css when switching between update subscriber and add subscriber modes.
Forum: Plugins
In reply to: [Subscribe to Category] Fatal error: Allowed memory sizeThanks @vandestouwe. That makes sense. Frankly I’m not even sure why we have that code in functions.php
Forum: Plugins
In reply to: [Subscribe to Category] Fatal error: Allowed memory sizeHere’s the code that had to be disabled:
add_action( ‘init’, ‘reg_categories’ );
function reg_categories() {
register_taxonomy( ‘category’, array() );
}Forum: Plugins
In reply to: [Subscribe to Category] Fatal error: Allowed memory sizeWe have written it ourselves. The issue I’ve now discovered relates to registering a taxonomy at the init point. Seems there is some kind of incompatibility with your plugin. We’ll re-code that to deconflict.
Forum: Plugins
In reply to: [Subscribe to Category] Fatal error: Allowed memory sizeWordpress 5.6.2
PHP 7.4Deactivating all the other plugins doesn’t fix it however switching to the Twenty Twenty One theme did fix it so the issue is somewhere related to my child theme. Any ideas where I should look?
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Still BuggyHi Perry. This has taken extra time from me to work with you on this. I’m currently on business travel returning later this week. Let’s look at it then.
Greg
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Still BuggyYes! It’s now working (although the color picker remains firmly broken in Safari however if I go to Chrome, the color picker works there.Now however a square is indicated associated with the map (although not visible on the map). I am unable to remove it in either Safari or Chrome.
Looks some way yet to go to fix all the issues.
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Still BuggyPerry I updated the plugin to what WP said was needed. I tried to add a circle. No joy. Issues all remain exactly the same (for circles at least).
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Still BuggyPerry you are correct. The color picker is working in Chrome. All the other issues persist however in Chrome. Apologies. I didn’t do a thorough side-by-side test.
Yeah I’ve had all kinds of issues with markers not working through the GUI in Safari (can’t remember if I had issues with this in Chrome). I’ve had the database opened right next to the browser and re-query it each time. Sure enough the failures in the GUI are aligned to what shows up in the table. eg browser fails to remove a marker, it remains existing in the db table. If it fails to add the marker, it’s also not present in the table. In any case, this issue isn’t consistent. If I refresh the browser, suddenly they might start working again. Circles and rectangles are completely broken. They don’t work in any browser at any time.
As mentioned, I have opened tickets on all these issues. Most of the responses are that they’ll get the dev team to fix it.
So, … way too buggy.
Forum: Reviews
In reply to: [WP Go Maps (formerly WP Google Maps)] Still BuggyThanks Perry. Totally get the difficulty of authoring plugins however in our role of publishing websites (including WordPress) for customers, we use hundreds of plugins. The issue with my experience with WP Google Maps is that most of the capabilities simply don’t work or if they do, they are extremely buggy:
– Color pickers don’t work
– Cannot add a square or circle to a map (I can only add a polygon). Nothing to do with zoom, I can create them and I see them in the list however they do not appear on my map
– Often the map markers do not delete/ fail to be able to be created. (at least managing them via php works)Browsers are Safari v12 and Chrome on Mac (current version). Both have the same issues. Rebooting doesn’t clear the problems.
It’s really disappointing because if these issues did work, it would really meet our needs. That’s why we purchased it.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] S3 Bucket Not FoundApologies for the delay. I tested it this AM. For some reason, S3 buckets in US East fall under ‘US Standard’ but for buckets in the west, you have to select the AWS region specifically. When I set the region to Oregon, then it worked. So we’re all good. Thanks.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] S3 Bucket Not Found*sigh*. How is that possible? In your plugin after after you add the credentials, it shows you all the available S3 buckets in a dropdown. I select the one I want. So it exists in the settings but then suddenly doesn’t exist when the backup executes!