Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: GDPR comment checkbox gone after latest Enfold update #1135449

    Hi Rikard,

    I think for now, we are good. It seems this all was just a problem with the previous Enfold update. With the current one, most of the problems resolved.

    Thanks!

    Karina

    in reply to: GDPR comment checkbox gone after latest Enfold update #1134687

    Hi Rikard,

    with the latest update you posted today, the checkbox appears again. The “more information” button still doesn’t work, but I resolved this by putting an html link to my privacy statement in the original message. So I think we are good for now.

    Thanks,

    Karina

    in reply to: GDPR comment checkbox gone after latest Enfold update #1133587

    Additional note: When I click on the the button “more information” which is linked to my privacy statement, the message simply disappears but the privacy statement site does not open…

    in reply to: Latest Enfold update does not work with polylang #1132433

    Hi Yigit, so I was lucky and had a friend of mine showing me how to upload via FTP and my website works again and looks normal:

    https://www.karina-sturm.com/en/

    When do you think will the next update be available that fixes this error?

    Thanks so much for your help! I really appreciate your fast response.

    Best,

    Karina

    in reply to: Latest Enfold update does not work with polylang #1132395

    My dashboard does not allow me to create temporary log-ins. I would need an e-mail address to create an admin log-in for you. Can you please contact me privately about this? I am happy to give you access to my website.

    Best,

    Karina

    in reply to: Latest Enfold update does not work with polylang #1132389

    Hi everyone,

    sorry for the late response. I am in San Francisco right now.

    Yigit, I am sending you a log-in as soon as I figured out how to create a temporary one.

    Deleting the plug-in isn’t really a solution for me since I need both languages up and running. A friend who is tech savvy also said the error is in the Enfold theme and not the Polylang plug-in.

    Best,

    Karina

    in reply to: Fatal Error with WordPress 5.2 and Yoast 11.3 #1110427

    Hi Rikard,

    sounds good. I will check my sites regularly and see if it happens again.

    Thanks.

    Karina

    in reply to: Fatal Error with WordPress 5.2 and Yoast 11.3 #1109602

    Hi Rikard,

    thanks for the response. I don’t even know if I have a problem. I recognized that there is no obvious sign of any issues on my websites. I am just wondering what the mail from WordPress is about? How do I find out if the Yoast Plugin causes any “fatal errors” without obvious signs? Or can I just ignore the e-mails if I don’t see any issue on my websites?

    Also, Yoast has released an Update of their plugin today. So maybe that fixes whatever cause WordPress to send out those “fatal error” e-mails.

    Best,

    Karina

    in reply to: GDPR feature & polylang #1081003

    It would be nice if the whole theme would support polylang. :)

    in reply to: GDPR feature & polylang #1079201

    Hi Guenni,

    thanks again for your reply.

    I know the code works for the cookie notice. However, I don’t really need it for the cookie notice since there are lots of plug-ins for the notice that already supported a language switch. I wanted to use all the GDPR feature including the on/off switches as described above and therefore the code doesn’t work.

    I also tried it the other way around and it did not work.

    Thanks!

    Karina

    in reply to: GDPR feature & polylang #1078795

    Hi Basilis,

    I think this is a misunderstanding. I did of course not add a shortcode to the functions.php.

    As Guenni suggested I added this to the functions.php:

    function polylang_shortcode($atts, $content = null){
    if (empty($content))
    return ”;
    extract( shortcode_atts( array(‘lang’ => ”), $atts ) );
    if (empty($lang))
    return “<h3>You must specify ‘lang’ using shortcode: polylang</h3>”;
    return ($lang == pll_current_language()) ? $content : ”;
    }
    add_shortcode(‘polylang’, ‘polylang_shortcode’);

    Then I wanted to create the privacy policy with the on/off switches and used these shortcodes in the enfold privacy settings:

    [polylang lang=”en”][av_privacy_google_tracking]english[/av_privacy_google_tracking] [/polylang]
    [polylang lang=”de”][av_privacy_google_tracking] Deutsch[/av_privacy_google_tracking] [/polylang]

    But it did not work. I did not see a German or English version but an error message when activated.

    Best,
    Karina

    in reply to: GDPR feature & polylang #1076870

    Hi everyone,

    I changed the functions.php and tried this:

    [polylang lang=”en”][av_privacy_google_tracking]english[/av_privacy_google_tracking] [/polylang]
    [polylang lang=”de”][av_privacy_google_tracking] Deutsch[/av_privacy_google_tracking] [/polylang]

    but it’s obviously wrong and I don’t know why.

    Could you help me out one last time?

    Best,

    Karina

    in reply to: GDPR feature & polylang #1074290

    Hi Victoria. Thanks for your response. However, that’s not really helping because I don’t only want to add an English text to the cookie notice, but I would like to use all the privacy features in two languages. For the cookie consent, I have a plug-in that shows two languages and works great. However, I would also like to use the checkbox with text for contact forms and comments, as well as all the shortcodes below in two languages.

    * [av_privacy_google_tracking] – Ermöglicht es einem Benutzer, Google Tracking in seinem Browser zu deaktivieren
    * [av_privacy_google_webfonts] – Ermöglicht es einem Benutzer, die Verwendung von Google Webfonts in seinem Browser zu deaktivieren
    * [av_privacy_google_maps] – Ermöglicht es einem Benutzer, die Verwendung von Google Maps in seinem Browser zu deaktivieren
    * [av_privacy_video_embeds] – Ermöglicht es einem Benutzer, Videoeinbettungen in seinem Browser zu deaktivieren
    * [av_privacy_link] – displays a link to the privacy policy page set in your WordPress admin panel or to a custom page

    Best,
    Karina

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