Forum Replies Created

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

    (@blubstar)

    Hi Asmi,

    ok, I understand. It is a feature (not a bug) 🙂

    I also understand the workaround through the database, thanks for pointing this out, although it is a bit tedious. I would rather go for a new post with copy&paste then.

    For the future, you might want to consider a customization of this behavior, maybe like this:
    Note, campagins are triggered only ONCE, when an article is first published. By default, no additional campaigns are triggered when an article is modified, retrieved from trash, added to a new category. Here, you can add additional triggers:
    [ ] Re-trigger campaigns when articles are retrieved from trash (treat them like completely NEW posts, all post notifications are triggered)
    [ ] Re-trigger campaigns when articles are added to new category (treat them like NEW posts in the newly added categories, all post notifications for the NEW categories are triggered, but not the already set categories).

    For sure, the “send new when retrieved from trash” is the more fundamental one (and probably quite simple to realize), the second is more tricky and error-prone (and maybe not really needed).

    +1 (my vote) 🙂

    Best regards,
    Kai

    • This reply was modified 2 years, 3 months ago by blubstar.
    • This reply was modified 2 years, 3 months ago by blubstar.
    Thread Starter blubstar

    (@blubstar)

    Dear Kishanranawat,

    thanks a lot for the explanation.

    Concerning #1: Yes, I confirm that this was exactly my use case: {{UNSUBSCRIBE-LINK}} not working in Welcome E-Mail. Later in broadcasts, it works.
    So, the work-around is: do not use UNSIBSCRIBE-LINK in welcome email. Simple 🙂

    #2: The interesting thing is, that is has worked without href-tag in previous versions. But I agree that the plugin does its job correctly. It generates the URL.

    #3 OK, thanks for the explanation. At least I can understand the intended logic (all email-sending workflows appear under campaigns as well). Still, I think it’s confusing. Or more precisely, it is confusing me, because I get lost in the mix of too much data from different use cases. But anyways, the biggest problems are solved … due to your support.

    Thanx, that’s great support.

    • This reply was modified 2 years, 3 months ago by blubstar.
    Thread Starter blubstar

    (@blubstar)

    OK, after several re-installations (which gave me additional nerve kick due to temporary loss of “save settings” feature) I got my system working again …

    … and figured out a few things, which might help you debugging:

    1. It seems that a subscriber cannot unsubscribe (UNSUBSCRIBE-LINK does not work) until at least one broadcast or post message has been sent to this particular subscriber.

    2. It seems that the {{SUBSCRIBE-LINK}} must be embedded into a true HTML link (with A/HREF), otherwise, the link gets currupted.

    3. I am still confused that some workflows also appear in campaigns overview. For me, campaigns are related to CONTENT distribution (triggered by “new post” or “broadcast”), while workflows are related to USER management.

    #2 and #3 are new issues and were not there with 5.0.5.

    #1 seems to be new after the introduction of workflows. Maybe the overall structuring needs some more thinking.

    Best regards,
    Kai

    • This reply was modified 2 years, 3 months ago by blubstar.
    Thread Starter blubstar

    (@blubstar)

    Hi @kishanranawat,

    I updated to 5.0.7 … and the problem got much worse: Instead of showing inconsistent information (in v 5.0.5), I now observe inconsistent and erroneous behavior with the effect, that people cannot subscribe or unsubscribe anymore.

    The biggest problem is: the confirmation/optin and unsubscribe links are not working anymore for new subscribers.

    PLEASE HELP.
    I need a quick fix such that the plugin sends the correct {{SUBSCRIBE-LINK}} and {{UNSUBSCRIBE-LINK}}.

    A side problem (and a possible hint to a solution) is that the plugin sends out confirmation emails (the ones with the {{SUBSCRIBE-LINK}}) based on the text which I previously (before workflows were introduced in v5) edited in the settings tab. I can clearly see that in the email text. Maybe this also generates wrong links.

    Another observation: When I use the “Resend confirmation email” from the subscribers list, then the email is sent out based on the configured workflow, with the correct text and the correct link.

    Unfortunately, there is no such work-around for the UNSUBSCRIBE link. For new subscribers, unsubscribe does not work. For old subscribers, it works.

    Hmm, this is very inconsistent. Probably there is still some unintended carry-over functionality left from the pre-workflow time.

    PLEASE HELP.
    I need a quick fix such that the plugin sends the correct {{SUBSCRIBE-LINK}} and {{UNSUBSCRIBE-LINK}}.

    Best regards,
    Kai

    • This reply was modified 2 years, 3 months ago by blubstar.
    Thread Starter blubstar

    (@blubstar)

    Hi guys,

    Thank’s a lot for this feature.

    HAPPY NEW YEAR!

    Best regards,
    Kai

    Thread Starter blubstar

    (@blubstar)

    OK, great!

    Because it is a live website, I will rather wait for the stable update.

    Thanks a lot and best regards,
    Kai

    Thread Starter blubstar

    (@blubstar)

    Hi kishanranawat,

    yes, please add it. I think it is really useful.

    Others, PLEASE VOTE 🙂

    Best regards,
    Kai

    • This reply was modified 2 years, 4 months ago by blubstar.

    @urbanlaci95 Did you see my reply? Keen to know if it helped you.

    One more thing: If you use custom anchor tags, the theme also changes the URL line.

    According to HTML standards, this is done by JS command history.replaceState.

    In this theme, the responsible code is in line 59 of file wp-content/themes/one-page-express/assets/js/smoothscroll.js. Just comment out this line.

    P.S.: In a way, I am still hoping to get some reaction from the theme owners.

    • This reply was modified 2 years, 11 months ago by blubstar.
    • This reply was modified 2 years, 11 months ago by blubstar.
    • This reply was modified 2 years, 11 months ago by blubstar.
    • This reply was modified 2 years, 11 months ago by blubstar.

    Hi there,

    I really like the theme and I know that I cannot ask for much as a “free” user. But I try 🙂

    I have the same issue as described by mahagonianqw (see above and a year back here: https://wordpress.org/support/topic/page-content-7/).

    Let me be a bit more specific about the issue:

    Problem: whenever a page visitor scrolls on a page or browses to an id-hash archor (through <a href="#myTag">My Link Text</a>), the theme replaces the string #myTag in the URL by the string #page-content. And on scrolling, it adds #page-content to URL.

    Classification: I find this “irritating”. Worse, you cannot see any more the original link in the URL, which appears quite counter-intuitive, especially for one-page layouts. So I would say it is a bug or a “very, very special feature”.

    Expected behavior: URLs stay in the browser URL line unchanged, with or without hash anchors. The theme should not modify the URLs.

    Others have reported on this but the issue still seems to exist; I am using version 1.3.14.

    Am I just too stupid to use the theme correctly?
    How can I configure the theme to reach my desired behavior?

    Are you considering it a bug (or a missing feature)?
    Are you planning to fix it?
    Any ideas about when it get’s fixed?

    My current work-around is commenting out the responsible lines in the php code (which is lines 12 in both header.php and header-homepage.php).
    Of course, I would appreciate a fix much more than a hack.

    Best regards,

    Kai

    • This reply was modified 3 years, 1 month ago by blubstar.
    • This reply was modified 3 years, 1 month ago by blubstar.
    • This reply was modified 3 years, 1 month ago by blubstar.
    Thread Starter blubstar

    (@blubstar)

    Sorry, closing because it is duplicate of this one:
    https://wordpress.org/support/topic/page-content-in-the-url/

    Adding my text there

    blubstar

    (@blubstar)

    Hi Curtis,

    this is blubstar again. Still very happy with your plug-in.

    I found one thing that irritates me a bit.
    When I have several external links with the “target” as “_blank” spec, they all open in the SAME new tab.

    Here is some “test scenario”:

    • when I click on such external link for the first time, it opens in new tab –> good
    • when I then click on another such external link, it does not open in a new tab but in the one previously opened, thereby kind of “overwriting” this tab –> unexpected

    Even <CTRL>+<MOUSE-LEFT-CLICK> on a link will not do the trick (which usually all browsers that I use do).

    Could you look into it? I know, not high priority, but maybe you seek the challenges 🙂

    Best regards, Happy Easter, stay healthy,

    Blubstar

    • This reply was modified 4 years ago by blubstar.

    Hey Curtis,

    great. I installed the new version. It does exactly what I suggested.
    Thank you for the quick realization.

    Best regards,

    Kai

    Thread Starter blubstar

    (@blubstar)

    Hey Curtis,

    great. I installed the new version. It does exactly what I suggested.
    Thank you for the quick realization.

    Best regards,

    Kai

    One more comment: My suggestion seems to differ a bit from what mevabien22 was proposing.

    mevabien22 asked for a feature that can open the “exit confirmation box” in two different ways: “modal pop-up on same page” (as it is now) or immediately open a new page and present the confirmation question there. And he asked for an ADDITIONAL [shortcode] to be used. To me, this appears a bit over-designed.

    In my idea, there is always the modal pop-up on same page (as it is now), just the “go to” link on this pop-up inherits the “target” from the original link. In my idea, there is no need for any additional [shortcode]. I hope that this is simple (and quick 🙂 )

    • This reply was modified 4 years, 2 months ago by blubstar.

    Hi Curtis,

    your plugin works very nice.

    +1 from me for this feature.

    Let me explain which behavior I would expect.

    In my website, I have several external links, which I specified to open in a new window by simply defining the <a/> parameter “target” as “_blank”.

    Ideally, your plugin would read that target parameter and simply apply it to the link of the “Go to site …” button.

    What do you think?

    Best regards

    • This reply was modified 4 years, 2 months ago by blubstar.
    • This reply was modified 4 years, 2 months ago by blubstar.
    • This reply was modified 4 years, 2 months ago by blubstar.
    • This reply was modified 4 years, 2 months ago by blubstar.
    • This reply was modified 4 years, 2 months ago by blubstar.
Viewing 15 replies - 1 through 15 (of 15 total)