Forum Replies Created

Viewing 15 replies - 31 through 45 (of 628 total)
  • Thread Starter Pixelbart

    (@pixelbart)

    @akg-free Nope, we don’t use MailPoet. So I think that’s simply because something is buffered here, as @daanvandenbergh already wrote.

    @themifyme Thanks, but unfortunately that does not work. Even after clearing the cache, the CSS of Themify still includes the following:

    CSS File: themify-945985431.min.css
    CSS File first lines:

    @charset "UTF-8"; /* Themify Ultra 5.6.6 framework 5.6.2 */
    /* vietnamese */
    @font-face {
        font-family: 'Public Sans';
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/publicsans/v13/ijwTs572Xtc6ZYQws9YVwnNDTJPax9k0.woff2) format('woff2');
        unicode-range: U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+1EA0-1EF9,U+20AB;
    }
    
    /* latin-ext */
    @font-face {
        font-family: 'Public Sans';
        font-style: italic;
        font-weight: 400;
        font-display: swap;
        src: url(https://fonts.gstatic.com/s/publicsans/v13/ijwTs572Xtc6ZYQws9YVwnNDTJLax9k0.woff2) format('woff2');
        unicode-range: U+0100-024F,U+0259,U+1E00-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF;
    }

    The fonts have already been downloaded in Themify’s settings. But unfortunately that doesn’t work.

    Thanks to all the answers here, I think it’s great that so many can be found. Stay healthy and have a nice week!

    Thread Starter Pixelbart

    (@pixelbart)

    No stress, family always comes first!

    I was also on vacation and needed some time off. Take your time.

    Plugin Author Pixelbart

    (@pixelbart)

    @sdwareham

    I’ll take a look at the problem today and see about an update.

    Thank you for reporting!

    Plugin Author Pixelbart

    (@pixelbart)

    Hello @himaartwp

    this is unfortunately a bug, thanks for reporting it. I’m currently out of the office and can’t fix the bug, so for now I would recommend that you disable the vote counters in the frontend. You can do that in the Helpful settings under Details and General.

    With the next update, I will fix the bug. I just don’t know when I’ll be in the office yet, which is why this will probably take a while.

    Please stay healthy and have a good time!

    The translation is completely ok, I understood everything!

    Greetings Kevin

    Thread Starter Pixelbart

    (@pixelbart)

    @daanvandenbergh

    I will write to you tomorrow via support and check how far I can give access to my colleagues. I just think they should buy a proper theme, since this does not seem to work with WordPress standard.

    What feature I mean, I’ll write you later when I’m sitting at the PC. So the plugin has worked some time ago, some update has ensured that CSS which was loaded concat was no longer loaded if you used OMGF, so in Themify. But I’ll write you later in more detail, does not have to be under the review, if you like.

    Thank you!

    Thread Starter Pixelbart

    (@pixelbart)

    @daanvandenbergh

    Old enough I am, but not very mature when it comes to a bad day. Sorry about that. The review has now been edited. I have included my personal experience in the process. It would be great if you could take a look at the Themify problem, but it’s not urgent, my colleagues just have to use something more professional and not Themify.

    Sorry again and have a good time.

    Plugin Author Pixelbart

    (@pixelbart)

    Hi @jessicatf

    Unfortunately Helpful does not support this. But you can build it yourself, because Helpful works with the REST-Api of WordPress.

    Here are two examples how you can save a vote. Feedback form unfortunately doesn’t work yet, but at least a vote can be realized with it:

    // save pro
    wp_remote_post('/wp-json/helpful/pro/', [
        'body' => [
            'user_id' => 'unique_string_for_the_user',
            'post_id' => 12345,
        ],
    ]);
    
    // save contra
    wp_remote_post('/wp-json/helpful/contra/', [
        'body' => [
            'user_id' => 'unique_string_for_the_user',
            'post_id' => 12345,
        ],
    ]);

    This is now a WordPress solution. You can also do it easily with cURL or Ajax. Here is an Ajax example:

    // save pro
    $.ajax({
        url: "/wp-json/helpful/pro/",
        data: {
            "user_id" : "unique_string_for_the_user",
            "post_id" : 12345,
        },
        method: "POST",
    });
    
    // save contra
    $.ajax({
        url: "/wp-json/helpful/contra/",
        data: {
            "user_id" : "unique_string_for_the_user",
            "post_id" : 12345,
        },
        method: "POST",
    });

    Maybe this will help you, or your programmer, to make Helpful usable for you.

    Stay healthy and thank you for your time!

    Greetings Kevin

    Plugin Author Pixelbart

    (@pixelbart)

    Hello @o-zone

    the problem is that the buffering is started by your server, or another plugin and is not cleaned. Then there is this error message.

    I can’t do anything here, unfortunately, because every other option I had tried in the last weeks was not efficient enough and it had caused a lot of messages in the logs.

    Here you would have to contact your hoster, or find the plugin that starts the buffer and doesn’t clean it.

    Thank you for your message and please stay healthy!

    Greetings Kevin

    Plugin Author Pixelbart

    (@pixelbart)

    Hi @petadmin

    you can set Helpful to allow your users to vote as often as they like. Otherwise, there is no other option. Helpful uses sessions and cookies. Users have to delete them themselves.

    You can find the option for repeated voting, here:

    Helpful > Settings > System > Miscellaneous > First Checkbox

    Stay healthy and thank you for your time!

    Greetings Kevin

    Plugin Author Pixelbart

    (@pixelbart)

    @johnjohn84

    Awesome! Then continue to have fun and thanks for reporting the error. Has certainly helped others.

    Stay healthy!

    Plugin Author Pixelbart

    (@pixelbart)

    @bikiransimkhada

    Perfect. I’ll leave the ticket open for now. Maybe there was something in the server cache or something.

    I could not reproduce the error on my end. Your story looks great!

    Greetings Kevin

    Plugin Author Pixelbart

    (@pixelbart)

    @bikiransimkhada

    Can you please install the Query Monitor plugin once and check if there are any error messages. A blank page helps me personally not to find the error.

    Thanks in advance!

    Greetings Kevin

    • This reply was modified 4 years ago by Pixelbart.
    Plugin Author Pixelbart

    (@pixelbart)

    Hey @bikiransimkhada

    with version 4.5.13 the error should be fixed. I tested Google Webstories with it on my end and it runs like this.

    Thank you for your feedback and please stay healthy!

    Greetings Kevin

    Plugin Author Pixelbart

    (@pixelbart)

    @johnjohn84 @odajimakoki

    Thanks a lot for your help!

    I have undone a recent change. Maybe this will solve your problems. I’m not sure yet why this takes so much memory from the server, so I’ll leave it disabled for now.

    The change looked for duplicate entries in the Helpful database table and deleted them. However, this query was apparently too heavy for some servers.

    If it didn’t get better, I would be very grateful if you could give me more details about the problem. I’m having a hard time figuring out where the problem might be right now.

    Thanks again and please stay healthy!

    Greetings Kevin

    Forum: Reviews
    In reply to: [Helpful] Bad
    Plugin Author Pixelbart

    (@pixelbart)

    @eos3d

    Thank you for your review!

    I’m sorry if Helpful caused you problems. Feel free to try one of the many other plugins on WordPress.org, you may find what you are looking for there.

    Stay healthy and have a great time!

    Greetings Kevin

Viewing 15 replies - 31 through 45 (of 628 total)