Viewing 15 replies - 31 through 45 (of 47 total)
  • Thanks kalyx,

    your fix worked for me to solve the problem.

    But this thread should not be marked as solved, because the bug still isn’t solved officially. As written: Messing around yourself in a plugin code is not a good idea. This bug must be fixed officially as fast as possible.

    I agree with gerobe, the thread should only be marked ‘solved’ when the fix is formally released. I have the same problem, and do not want to start editing the PHP to fix an issue like this.

    Thanks for working on it !

    I have the same problem. The widget title and the button aren’t in the css style.

    Thread Starter Seeyouaround

    (@seeyouaround)

    YES but you can’t unsolved a topic already mark as solved.
    You should open an other topic :/

    Here’s the new version 2.7.5 which we are currently testing: https://support.mailpoet.com/wysija-newsletters.zip feel free to download and try. Let us know if it’s working as expected.

    @ MailPoet thank you! But how to update this plug-in and save all of the current settings?

    @alxndrsunny just deactivate and delete your current version, download the new one and install it. You won’t lose any data.

    @MaitPoet guys it doesn’t work…
    Fatal error: Call to a member function getValue() on a non-object in …/www/wp-content/plugins/wysija-newsletters-3/core/base.php on line 1495

    @mailpoet: the 2.7.5 version works for me.
    Just add to change in /classes/WJ_Utils.php, line 37-38:
    this

    if ( isset($_SERVER['SERVER_NAME'] ) && strlen( trim( $_SERVER['SERVER_NAME'] ) ) > 0 ) {
    	$domain = strtolower( $_SERVER['SERVER_NAME'] );

    by

    if ( isset($_SERVER['HTTP_HOST'] ) && strlen( trim( $_SERVER['HTTP_HOST'] ) ) > 0 ) {
    	$domain = strtolower( $_SERVER['HTTP_HOST'] );

    but that’s kind of another issue ??

    @anou what’s that for?

    @alxndrsunny what’s your PHP version? Your issue is related to something else.

    Any ETA on this?

    @mailpoet: I think you understand french, so I copy/paste here what my “server master” told me:

    SERVER_NAME est égal à “_”, et que c’est invalide pour le dialogue smtp

    If you do not understand, I can ask him for a more detailed answer ??

    Sorted!

    The 2.7.5 version works for me. No need to eddit the code.

    Thx MailPoet.

    Version 2.7.5 released! Thanks to everyone who helped testing it and again, sorry for the inconvenience.

    @anou please get in touch with us over here about that issue, let’s work together to fix it: https://support.mailpoet.com/wordpress-forums/

    Updated on my site.

    This release work for me.

    Thanks for you support ??

Viewing 15 replies - 31 through 45 (of 47 total)
  • The topic ‘lost css widget-title wth the last update’ is closed to new replies.