Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Enfold matomo don't tracking #1267730

    Hi @Ismael,
    thank you for your great job in Enfold Cookie Consent. I use it too and want to avoid a third party plugin like Borlabs Cookies (and Borlabs’s not licensed for multisites anyway)

    And similar to HolgerBusse these is the point(s) please read, maybe the answers number by number would be easiest for all others:

    1. We need to disable the Google Analytics Button in the cookie banner settings because we don’t use Google Analytics.
    2. Is there as seeting for disabling the button – also for Google maps and Google fonts becaus we don’t use them
    3. Instead we need the option to to enabele/disable Matomo in the cookie banner settings.
    4. Not only Cookies but also the tracking script of Matomo are NOT allowed by the dsgvo before the user consent
    5.It does not matter if Matomo data are only stored on our server – we do tracking, and this requires the consent of the user.
    6. So how can I use Enfold in a dsgvo way as a NOT-developer?

    – This is a multisite with multiple admins of different skills.
    – All of the admins are capable to handle Enfold theme settings
    – But none of the admins gets ftp access or is allowed to use the theme editor by our guidelines.

    So what is the best way – will it be possible in the near future, what do you think?

    Hopefully and with best regards
    Axel

    • This reply was modified 3 years, 11 months ago by doppelaxel.
    in reply to: Update 4.6: Google Maps nicht angezeigt! #1152138

    Hallo, bei mir wird Google Maps auch nicht richtig angezeigt, obwohl ich Zahlungsdaten hinterlegt habe. (Fehler no billing)
    Escwird in der Firefox Console auch ein ganz anderer key angezeigt.

    “Google Maps kann auf dieser Seite nicht richtig geladen werden.
    Bist du Inhaber dieser Website?”

    Was mache ich falsch?

    Enfold 4.6.3.1

    Vielen Dank

    Update. Irgendwo in meiner Datenbank wsr ein falscher Schlüssel, der die Kollision verursachte.
    Nach dem Korrigieren läuft es jetzt.

    • This reply was modified 5 years ago by doppelaxel.
    in reply to: masonry gallery – how to sort by random #919309

    Thanks for your quich reply Nikko.

    But the two galleries are one the same page. Only one of them should randomly display. Therefore I need to filter an id or similar. Is this possible?
    Or maybe a custom class?

    Kind regards Axel

    in reply to: masonry gallery – how to sort by random #919130

    Hello Elliot and Dude,
    the solution works for me but I cannot use it for only a certain gallery. It would affect all galleries.
    So how can I randomly sort only one gallery? (e.g. with a custom_class)

    add_filter('avia_masonry_entries_query', 'avia_random_image_query', 10, 2);
    function avia_random_image_query($query, $params)
    {
        if(!empty($query['post_mime_type']) && $query['post_mime_type'] == 'image')
        {
            $query['orderby'] = "rand";
        }
    
        return $query;
    }

    Kind regards Axel

    • This reply was modified 6 years, 8 months ago by doppelaxel.
Viewing 4 posts - 1 through 4 (of 4 total)