Forum Replies Created
-
AuthorPosts
-
So, anyway, it’s working finaly fine. Thanks for the help. You can close this thread no.
Best,
CharlesWhere did you find this one… Are you trying for me to give up or what.
The toggle is enclosed…
<span class=”fr-cookie”>Ces cookies sont essentiels au bon fonctionnement de notre site et de ses fonctionnalités. En conséquence, les refuser aura un impact sur la manière dont le site fonctionne. Vous pouvez toujours bloquer ou supprimer les cookies en modifiant les paramètres de votre navigateur et forcer le blocage de tous les cookies de ce site. A chaque nouvelle connexion nous vous demanderons à nouveau d’accepter ou refuser les cookies. Si vous souhaitez refuser les cookies de manière permanente, permettez-nous d’enregistrer un cookie à cet effet. Nous supprimerons alors tous les cookies sauvegardés sur notre domaine, et vous fournirons une liste des cookies sauvegardés sur votre domaine de manière à vous permettre de vérifier ce que nous avons sauvegardés. Pour des raisons de sécurité nous ne pouvons vous fournir ou modifier les cookies d’autres domaines. Vous pouvez consulter ces derniers dans les paramètres de sécurité de votre navigateur.
[av_privacy_allow_cookies]Cacher en permance la barre de message et refuser tous les cookies. Nous avons besoin de stocker ces 2 paramètres. Dans le cas contraire il vous sera demandé d’ouvrir une nouvelle fenêtre ou un nouvel onglet.[/av_privacy_allow_cookies][av_privacy_accept_essential_cookies]Cliquer pour activer/désactiver les cookies[/av_privacy_accept_essential_cookies]
</span>Look closer please! Look closely to the one about Google analytics for exemple:
<span class=”fr-cookie”>
Ces cookies collectent des informations qui utilisées pour améliorer notre compréhension de l’usage du site et de l’efficacité de nos campagnes marketing, ou pour nous permettre d’adapter notre site de façon à améliorer votre expérience de navigation. Si vous ne souhaitez pas que nous analysions votre parcours vous pouvez désactiver ces cookies ci-dessous :
[av_privacy_google_tracking]Cliquer pour activer/désactiver le suivi par Google Analytics.[/av_privacy_google_tracking]
</span>
<span class=”en-cookie”>
These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.
If you do not want that we track your visit to our site you can disable tracking in your browser here:
[av_privacy_google_tracking]
</span>Everything is enclosed correctly, no? Still it’s not working.
Ok, I joined the infos in the private section.
Yes, I corrected it already but still no luck. This is what I have in my CSS :
.fr-cookie, .en-cookie {
display: none;
}
html[lang=”en-GB”] .en-cookie {
display: inline !important;
}
html[lang=”fr-FR”] .fr-cookie {
display: inline !important;
}
… and the French toggle still stay visible on the English version… Meanwhile, the English toggle disappears as expected on the French version. (also tried to use “block” instead of “inline”)
Can’t figure that out…?!?! What do you mean by inside, is this not it? Did you see what I sent? :
<span class=”fr-cookie”>Ces cookies collectent des informations qui utilisées pour améliorer notre compréhension de l’usage du site et de l’efficacité de nos campagnes marketing, ou pour nous permettre d’adapter notre site de façon à améliorer votre expérience de navigation. Si vous ne souhaitez pas que nous analysions votre parcours vous pouvez désactiver ces cookies ci-dessous :
[av_privacy_google_tracking]Cliquer pour activer/désactiver le suivi par Google Analytics.[/av_privacy_google_tracking]</span>
<span class=”en-cookie”>These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.
If you do not want that we track your visit to our site you can disable tracking in your browser here:
[av_privacy_google_tracking]</span>I added your codes. It makes sense but it’s still not working. The French toggles stay visible on the English version. Is there something to do with the way the language is declared in the header?
Unfortunately it’s not enough. For whatever reason the english toggle disappears on the French version but the French toggle stays visible… For example :
<span class=”fr-cookie”>Ces cookies collectent des informations qui utilisées pour améliorer notre compréhension de l’usage du site et de l’efficacité de nos campagnes marketing, ou pour nous permettre d’adapter notre site de façon à améliorer votre expérience de navigation. Si vous ne souhaitez pas que nous analysions votre parcours vous pouvez désactiver ces cookies ci-dessous :
[av_privacy_google_tracking]Cliquer pour activer/désactiver le suivi par Google Analytics.[/av_privacy_google_tracking]</span>
<span class=”en-cookie”>These cookies collect information that is used either in aggregate form to help us understand how our website is being used or how effective our marketing campaigns are, or to help us customize our website and application for you in order to enhance your experience.
If you do not want that we track your visit to our site you can disable tracking in your browser here:
[av_privacy_google_tracking]</span>So, I’m very confused…
Hi, thanks it’s working well except that I need to hide the one in English when on the French version of the website and vice-versa.
I do it for the text with <span class=”fr-cookie”> content </span> but the shortcode button still appears.
Anyway to hide it depending on the language?
CharlesHere is the link:
Hello, anyone to answer my request?
My client needs the button in the cookies modal window to be in English and in French, so I need to edit them to have them in both languages.
These codes were not working but I use ” case ” instead and it’s working perfectly now. So this is what’s working form me know to swith normal logo AND transparent logo
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
$lang = pll_current_language(‘locale’);switch ($lang) {
case ‘fr_FR’:
$logo = “http://fill-print.com/Logos/Logo_color_FR_01.png”;
break;
case ‘en_GB’:
$logo = “http://fill-print.com/Logos/Logo_color_EN_03.png”;
break;
}return $logo;
}
add_filter( ‘avf_transparency_logo_data’, ‘enfold_transparency_logo_data’ );function enfold_transparency_logo_data($header_filtered)
{
$lang = pll_current_language(‘locale’);switch ($lang) {
case ‘fr_FR’:
$header_filtered[‘header_replacement_logo’] = “http://fill-print.com/Logos/Logo_blanc_FR_02.png”;
break;
case ‘en_GB’:
$header_filtered[‘header_replacement_logo’] = “http://fill-print.com/Logos/Logo_white_EN_03.png”;
}return $header_filtered;
}Thanks a lot, sir. You can close this thread.
Best
CharlesI need to reopen one though. I always have hard time to find how…
I found a way with one of your thread to change the logo (via php) according to the language but I can’t find the way to make also the white transparent logo change as well. I don’t know if I’m clear enough… Could you help me?Thanks, Sorry for the late answer. I got it. You can close this thread.
Here is the link :
Ok,
It’s in place. Let me know.
Best,
Charles Lecoanet -
AuthorPosts