Forum Replies Created
-
AuthorPosts
-
I haven’t yet, but I have tried to code it with <i></i>!
Mark
Yes, that you gave “https://webers-testseite.de/abc/”, that’s exactly what I want to do! But how do I do it in Enfold?
Doing an inspection of the link element it has a class assigned to it: class=”lightbox-added”, is there an equivalent class in Enfold?
Mark
No that doesn’t work unfortunately!
There is no setting for lightbox and manually setting the link to the image doesn’t work either.
I think I need some kind of code!
Mark
Hi,
Yes, thanks for that, it works a treat!
Cheers,
Mark
Hi,
My website is: https://www.simplygreatoffers.com/
A few months back you gave me the following code to set the “Learn More” button in the cookies consent pop-up to open up in a new window (target blank). Is it possible to alter it for the RSS icons in the header and footer maybe?
/*set learn more button on cookies pop-up to target blank*/
add_action(‘wp_footer’, ‘ava_consent_button_target’, 9999);
function ava_consent_button_target() {
?>
<script>
(function($) {
$(‘.avia-cookie-consent-button’).attr(‘target’, ‘_blank’);
})(jQuery);
</script>
<?php
}Kind regards,
Mark
Sorted, css conflict!
MarkThis reply has been marked as private. -
AuthorPosts