Compare commits
2 Commits
486ec12968
...
c5a6d09dc7
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5a6d09dc7 | ||
|
|
def83bb0ef |
|
|
@ -41,6 +41,7 @@ body.akoestiek,
|
|||
@apply text-acoustique-coproprietes;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -190,6 +191,7 @@ body.energie,
|
|||
@apply text-energies-urbanisme;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -346,6 +348,7 @@ body.isolation,
|
|||
@apply text-isolation-quotidien;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -499,6 +502,7 @@ body.gezondheid-en-veiligheid,
|
|||
@apply text-patrimoine-sante-securite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
@ -667,6 +671,7 @@ body.duurzaamheid,
|
|||
@apply text-location-durabilite;
|
||||
}
|
||||
.homegrade-blocks-highlight--classic {
|
||||
a:not(.wp-block-button__link, .cta),
|
||||
a[href^='#']:not(.wp-block-button__link),
|
||||
a[target='_blank']:not(.wp-block-button__link),
|
||||
a[rel='noopener']:not(.wp-block-button__link) {
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
// get network site 2 home url
|
||||
$networkArtisan = get_blog_details(2);
|
||||
$networkArtisanHomeUrl = isset($networkArtisan->home) ? $networkArtisan->home : '';
|
||||
$current_lang = apply_filters('wpml_current_language', null);
|
||||
// print_r($current_lang);
|
||||
$current_lang === 'nl' ? $networkArtisanHomeUrl .= '/nl/' : '';
|
||||
?>
|
||||
|
||||
<a href="<?php echo $networkArtisanHomeUrl ?>" class="side-card">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user