Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • First, thanks for your nice plugin!

    I read the issues and came across this one.
    I don’t think this is resolved because I have the exact same issue.

    Passter version: 3.3.4.1 (latest)
    Page builder: Elementor
    Theme: child theme of Hello Elementor

    I had a test page, but had to downgrade to 3.2.9.1 because the password needed to work.

    I made three forms on one page for testing, you can still see the test page:
    https://nolost.nl/test-passter/

    The first (simple content) and third (content with html link) work fine.
    The second one (content with another shortcode in it) has the issue described above. After submitting, there is just some blank space, not the hidden content.

    With the downgrade, all three work fine, I hope this helps debugging, it would be nice if I will be able to update to the latest versions too.

    Regards, Chris.

    I didn’t find where it is converted to lowercase (it has caps in the database). But it annoyed me too and I was able to fix it with a small code change.

    In the file includes/class-email-before-download-process.php at line 106 change:
    if(isset($settings['from_name'])) $name = $settings['from_name'] ;
    to:
    if(isset($settings['from_name'])) $name = ucwords($settings['from_name']) ;

Viewing 2 replies - 1 through 2 (of 2 total)