Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007051
    David H
    Participant
    This reply has been marked as private.
    #1007072
    Joao
    Moderator

    Hi David,

    Your FTP credentials are the same as your Godaddy credentials.

    Thanks,

    Joao

    #1007409
    David H
    Participant
    This reply has been marked as private.
    #1007546
    Christian
    Moderator

    I removed this custom code in your functions.php and that fixed the issue.

    add_action('wp_footer', 'enqueue_lightbox_script');
    function enqueue_lightbox_script() {
    echo '<script type="text/javascript" src="' . home_url() . '/wp-content/plugins/x-shortcodes/js/dist/site/vendor-ilightbox.min.js"></script> <script> jQuery(document).ready(function(){jQuery(".gallery-icon a").iLightBox({skin: "light",linkId: "gallery-image",overlay: {opacity: 0.875,blur: true},styles: {prevScale: 0.75,prevOpacity: 0.75,nextScale: 0.75,nextOpacity: 0.75},path: "horizontal",controls: {thumbnail: false}});}); </script>';
    
    }

    Hope that helps. 🙂

    #1007707
    David H
    Participant

    Great all working now thanks 🙂

    #1007998
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-978711 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>