Forum Replies Created

Viewing 15 replies - 1 through 15 (of 117 total)
  • Thread Starter gld

    (@gld)

    Great 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!

    Thread Starter gld

    (@gld)

    1. 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.

    Thread Starter gld

    (@gld)

    Ok 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 post

    Thread Starter gld

    (@gld)

    Yes 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.

    Thread Starter gld

    (@gld)

    Thanks @vandestouwe. That makes sense. Frankly I’m not even sure why we have that code in functions.php

    Thread Starter gld

    (@gld)

    Here’s the code that had to be disabled:

    add_action( ‘init’, ‘reg_categories’ );
    function reg_categories() {
    register_taxonomy( ‘category’, array() );
    }

    Thread Starter gld

    (@gld)

    We 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.

    Thread Starter gld

    (@gld)

    Wordpress 5.6.2
    PHP 7.4

    Deactivating 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?

    Thread Starter gld

    (@gld)

    Hi 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

    Thread Starter gld

    (@gld)

    Yes! 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.

    Thread Starter gld

    (@gld)

    Perry 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).

    Thread Starter gld

    (@gld)

    Perry 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.

    Thread Starter gld

    (@gld)

    Thanks 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.

    Thread Starter gld

    (@gld)

    Apologies 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.

    Thread Starter gld

    (@gld)

    *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!

Viewing 15 replies - 1 through 15 (of 117 total)