Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author chsxf

    (@chsxf)

    I think I have found a fix for your problem, but it implies modifying the theme files (and potentially lose the fix with any theme update).

    In Revera/aq_resizer.php, try modifying line 35 with :

    if(strpos( $url, get_option('siteurl') ) === false) return false;

    In fact, home_url() is altered by mqTranslate and Revera does not expect it to be modified. get_option(‘siteurl’) gets the unmodified value.

    Thread Starter soeren.goetz

    (@soerengoetz)

    Thanks for your advice but unfortunately after I changed the code the website isn’t accesible anymore at all, neither front- nor backend. Please help!

    Plugin Author chsxf

    (@chsxf)

    Have you reverted the file to its previous state?

    Original line was :
    if(strpos( $url, home_url() ) === false) return false;

    This modification should not break your website. At most, it should prevent display of images. It seems you have introduced some buggy character during your modification.

    You can check that your file is encoded in UTF-8 WITHOUT the BOM.

    Thread Starter soeren.goetz

    (@soerengoetz)

    I cannot access the backend anymore so I’m not able to revert the file. Can I somehow access it anyway?

    Plugin Author chsxf

    (@chsxf)

    You should have access through FTP, don’t you?

    Thread Starter soeren.goetz

    (@soerengoetz)

    It works fine now! Apparently some of the characters from your code where changed while doing copy & paste. After inserting the code correctly, everything is fine and the problem is solved. Thank you so much for your immediate help!

    Plugin Author chsxf

    (@chsxf)

    You’re welcome.

    Hi

    I have the same problem, but with WordPress 4.0 , mqtranslate 2.7 and another theme named OpenDoor Realstate.

    but I don’t se the file aq_resizer.php in my theme.

    Best regards.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Featured images not shown in translations’ is closed to new replies.