Markus Boettcher

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Email format changed #445601

    Markus Boettcher
    Expired Member
    Post count: 4

    I had the same issue. There appears to be a bug in /plugins/geodirectory/geodirectory-templates/email-message.php related to ltr/rtl and margin settings.

    I copied the file into the geodirectory template folder of my theme and changed:

    <html dir=”<?php echo is_rtl() ? ‘rtl’ : ‘ltr’?>”> to <html>
    <body <?php echo is_rtl() ? ‘rightmargin’ : ‘leftmargin’; ?>=”0″ marginwidth=”0″ topmargin=”0″ marginheight=”0″ offset=”0″> to <body>

    Now everything is as before

    in reply to: Duplicate Content / Post Type, Country and Region Pages #401827

    Markus Boettcher
    Expired Member
    Post count: 4

    Hi Guust,

    Thank you for your reply. Can you please answer the two questions I asked in a concisive way. I asked two clearly articulated questions and expect equally clear answers.

    Best regards, Markus

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