New Landing How can we help? Themeforest Theme Support Uplift Loader on bottom of page

Viewing 15 posts - 1 through 15 (of 22 total)
  • Posted in: Uplift
  • #266741
    coucou81
    Member
    Post count: 61

    Can anyone explain why this little circle is loading at the bottom of the page (as like infinite)

    #266747
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a URL and WP login.

    Thanks.

    #266749
    coucou81
    Member
    Post count: 61
    This reply has been marked as private.
    #266851
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @coucou81

    Looks to be because of the content on that page – likely an unclosed tag somewhere. I’ve added some custom css to hide the loader, but you should really fix that page content. See here – https://validator.w3.org/nu/?doc=http%3A%2F%2Fvanilaweb.com%2F

    – Ed

    #266891
    coucou81
    Member
    Post count: 61

    Hi Ed,
    The loader is still visible, but that is ok. It gives me an answer on wether something has been solved….
    It seems though the problem is out of my reach.First I have checked DIVS in the page HTML. Then I have made a new empty page (no loader visible) and i started copying in all my content row by row. After each copy, still no loader visible. All content in, no loader. When i started putting the header onto HERO and adding image and so, the page gives problems. Still no loader but it does not update (so image not visible, change in title neither). Other stuff i do is visible though, like deleting content, so it seems that the header part is giving some problems. This might be related?? I have no clue anymore …

    #266906
    coucou81
    Member
    Post count: 61

    Hi Ed, looks like we have found the DIV that does not close. It looks like the container overlay DIV…. see hereunder….can you work that?

    <div class="sf-container-overlay">
    				<div class="sf-loader">
    					<div class="sf-svg-loader"><object data="http://vanilaweb.com/wp-content/themes/uplift/images/loader-svgs/loader-32px-glyph_x-circle-08.svg" type="image/svg+xml"></object></div>				</div>
    			</div>
    
    		<script type='text/javascript' src='http://vanilaweb.com/wp-content/plugins/contact-form-7/includes/js/jquery.form.min.js?ver=3.51.0-2014.06.20'></script>
    <script type='text/javascript'>
    /* <![CDATA[ */
    var _wpcf7 = {"loaderUrl":"http:\/\/vanilaweb.com\/wp-content\/plugins\/contact-form-7\/images\/ajax-loader.gif","recaptchaEmpty":"Please verify that you are not a robot.","sending":"Sending ..."};
    /* ]]> */
    </script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/plugins/contact-form-7/includes/js/scripts.js?ver=4.4.2'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/plugins/swift-framework/includes/page-builder/frontend-assets/js/spb-functions.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/bootstrap.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/jquery-ui-1.10.2.custom.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/owl.carousel.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/theme-scripts.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/ilightbox.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/jquery.isotope.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/imagesloaded.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/combine/jquery.infinitescroll.min.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-content/themes/uplift/js/functions.js'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-includes/js/hoverIntent.min.js?ver=1.8.1'></script>
    <script type='text/javascript' src='http://vanilaweb.com/wp-includes/js/wp-embed.min.js?ver=4.5.2'></script>
    	
    	<!--// CLOSE BODY //-->
    	</body>
    #267047
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    That code is closed fine, here is the same code formatted for easier viewing:

    <div class="sf-container-overlay">
    	<div class="sf-loader">
    		<div class="sf-svg-loader">
    			<object data="http://vanilaweb.com/wp-content/themes/uplift/images/loader-svgs/loader-32px-glyph_x-circle-08.svg" type="image/svg+xml"></object>
    		</div>
    	</div>
    </div>

    – Ed

    #267086
    coucou81
    Member
    Post count: 61

    Hi Ed,

    ok my bad. Did you get this message:
    /*Hi Ed,
    The loader is still visible, but that is ok. It gives me an answer on wether something has been solved….
    It seems though the problem is out of my reach.First I have checked DIVS in the page HTML. Then I have made a new empty page (no loader visible) and i started copying in all my content row by row. After each copy, still no loader visible. All content in, no loader. When i started putting the header onto HERO and adding image and so, the page gives problems. Still no loader but it does not update (so image not visible, change in title neither). Other stuff i do is visible though, like deleting content, so it seems that the header part is giving some problems. This might be related?? I have no clue anymore …*/

    I cannot find any problems in my text part….

    #267498
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Can you please try setting up a page with just the hero header, and send us the link if you still get the issue?

    – Ed

    #267550
    coucou81
    Member
    Post count: 61

    Hi Ed,

    i managed to get the header to work on a new page. Then i have put back in the text by copying the elements and pasting them into the new page. The problem seems to be gone, no non-closing divs immediately there. I did remember that I received the loading circle after the update to Uplift and my page was already built in Atelier. Maybe this has something to do with it? Dont know. Now Rui’s css for my header is working too, so apparently more problems are fixed by copying over to a new page. Dunno why i had to start with the header in order for it to work, whilst the other day it did not work the other way around. But I am happy with it though. Anyhow sorry to have bothered you. Looking forward to the theme update.

    Have a nice weekend.

    #267563
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi @coucou81

    Glad you have sorted it. May have been some kind of caching issue, let us know if you see it again.

    Thanks, you have a nice one too!

    – Ed

    #267778
    coucou81
    Member
    Post count: 61

    Hi Ed,

    back again. As you can see i disabled my copyright in the footer. I cleared browser and server cache…. it is still there….any idea??

    Attachments:
    You must be logged in to view attached files.
    #268203
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    This is happening on my demo also, will get the developer to check

    – Kyle

    #268314
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Have already fixed that for the next update – you won’t need to change anything, the option will take effect.

    – Ed

    #268324
    coucou81
    Member
    Post count: 61

    Great! Is there a date defined for that update? *very impatient and excited customer* 😀

Viewing 15 posts - 1 through 15 (of 22 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register