Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #938498

    Hello

    When I add the Mailchimp code – <script type=”text/javascript” src=”//downloads.mailchimp.com/js/signup-forms/popup/embed.js” data-dojo-config=”usePlainJson: true, isDebug: false”></script><script type=”text/javascript”>require([“mojo/signup-forms/Loader”], function(L) { L.start({“baseUrl”:”mc.us18.list-manage.com”,”uuid”:”d3b169c1e9f647150befb86c8″,”lid”:”33b01927e0″}) })</script>

    The home page which has a video backgropund goes blank and theres lots of gaps in the page, pretty much breaks it. I added the heaers and fotters plugin for updating purposes and it did the same thing, I added the code in the “code” feature and still the same – please help

    #938863

    Hey schwabino,
    I tried testing your code on my localhost, but didn’t get any errors. So we will need to test on your site.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #939555

    Thanks Mike!

    The goal is to get her Mailchimp pop up code to work on the home page, its set to pup up after 5 seconds with the code

    B

    #939774

    Hi,
    Ok, I have tested on your homepage and I also created a “popup-test” page, and found that popup code has errors and that causes the page to stop working.
    The code is trying to get some “response text” from Mailchimp, but it is not getting it so it gives a 404. I imagine you got this code from Mailchimp, so please ask them if they have a solution.

    Best regards,
    Mike

    #941054
    This reply has been marked as private.
    #941504

    Hi,
    How about if we take another approach to create a popup form for you?
    I’m sure we can create a popup set to 5 seconds, is the mailchimp form the same one on your contact page, or is it a different one?
    I tried to login to take a look but I got an error this time, did the login change, or did I type it wrong?

    Best regards,
    Mike

    #941737
    This reply has been marked as private.
    #941754

    Also is there a way to turn off the masonry animation for the “post links” on the home page? they appear on the right side right under the top video

    Thanks
    B

    #941780

    Hi,
    Thanks, I tried the new url and login, but I still received and error, please check.
    To remove the masonry animation please try:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
    -webkit-animation: none!important; 
    animation: none!important; 
    }

    Best regards,
    Mike

    #941820
    This reply has been marked as private.
    #941986

    Hi,
    Ok I was able to login, the password had a curly quote :)
    I created the mailchimp popup that automatically opens after 5 seconds on the popup-test page, please see link in the Private Content area.
    First I created the popup box using this tutorial
    Then I modified the script from the tutorial to open the popup 5 seconds after page load and added it to the same code block as the popup:

    <script type="text/javascript">
    jQuery(window).load(function(){
    	jQuery('.open-popup-link').magnificPopup({
    	  type:'inline',
    	  midClick: true
    	});
    });
    
    (function($){
        $(window).load(function() {
            setTimeout(function() {
           $('a.open-popup-link').trigger('click'); 
            }, 5000);    
        });
    })(jQuery);
    </script>

    Please check, if you like it, copy the code block to a new code block on any page you want it to work on.
    I have tested it on your home page and it works without braking the video or other elements.

    Best regards,
    Mike

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.