Subscribe and Smooth Page Load Issue

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Subscribe and Smooth Page Load Issue

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #14712
    k1k
    Member

    Just added the template and noticed that subscribe on the bottom of the homepage is not working as it only shows the code [mc4wp-form]

    Also, the smooth loading page does come up but it has an issue that it flickers as the animation does not work properly and the animation is not the same as shown in the demo. The animation that I currently have is a circle and in the demo is a cube.

    Is there any way to fix these problems.

    #14746
    Veena
    Moderator

    You need to install plugin “mailchimp for WordPress” –
    https://wordpress.org/plugins/mailchimp-for-wp/

    Search in Google for “Flat preloaders” and download the required gif file for preloader. Upload your favourite preloader to WordPress and then have this custom CSS in the custom/custom.css file to override the default one –

    #page-loading {
      z-index: 20010;
      background: #FFF url(http://yourdomain.com/wp-content/uploads/2014/07/Preloader.gif) no-repeat 50% 50% !important;
    }
    

    And if you don’t need smooth page load then you can disable it in themeoptions > General tab.

    #15033
    k1k
    Member

    Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Subscribe and Smooth Page Load Issue’ is closed to new replies.