This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery( document ).ready(function() { | |
| jQuery("#et_mobile_nav_menu").prepend('<div class="cart-mobile-new"><div class="mini-cart-mobile"><a href="https://revertfoundation.org/cart/"><span> </span></a></div></div>'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| jQuery(document).ready(function(){ | |
| jQuery('.home img#logo').attr('src', 'http://catootje.annabedaux.nl/wp-content/uploads/2018/02/Logo_Catootje_wit.png'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('.home #logo').after('<img id="my_fixed_logo" src="http://rest.annabedaux.nl/wp-content/uploads/2018/02/logo_Catootje-aan-de-Markt-e1518609218322.png" />'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery("#custom-header .et_pb_button_one").attr('target', '_new'); | |
| jQuery("#custom-header .et_pb_button_two").attr('target', '_new'); | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script> | |
| (function($) { | |
| $(document).ready(function() { | |
| function insertSn(location, position, network, sn_url) { | |
| element_to_insert = '<li class="et-social-icon et-social-'+network+'"><a href="'+sn_url+'" class="icon"><span>'+network+'</span></a>'; | |
| after_element = location.find('li:nth-child('+position+')'); | |
| after_element.after(element_to_insert); | |
| } | |
| insertSn($('#footer-bottom .et-social-icons'), 2, 'instagram', 'link_goes_here'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| jQuery(document).ready(function(){ | |
| jQuery('#logo').after('<img id="my_fixed_logo" src="http://wbic.org.uk.gridhosted.co.uk/wp-content/uploads/2018/01/Westcott_BIC_Logo_A_RGB_OL.png" />'); | |
| }); | |
| </script> |