Can't Replicate Demo site on fusion template

Support Forums for LiveMesh Themes & Plugins Forums Fusion Theme Support Can't Replicate Demo site on fusion template

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #30234
    Orkhan Yolchuyev
    Participant

    Dear Support,
    I bought fusion-mobile-app-landing-wordpress-theme. And followed all the steps to replicate demo site. But Something is wrong with tutorial. I couldnt make it work. And tutorial for importing data is about invent theme. Could you please help me to replicate demo site? It is really urgent. I need 100% same demo site to be replicated.
    Here it is access information to admin panel.
    http://foxexpress.az/wp-admin
    username : admin
    password: Admin1234

    I will be waiting response from you.

    Best Regards
    Orkhan

    #30239
    Veena
    Moderator

    Have tried with import multiple times but fails to import whole data due to timeout error.

    Recommended PHP configuration limits for a premium themes are as follows:

    max_execution_time 60
    memory_limit 128M
    post_max_size 48M
    upload_max_filesize 48M

    pls talk to your hosting provider to set the same and let me know ASAP.

    #30240
    Orkhan Yolchuyev
    Participant

    Dear Support,
    All the mentioned configuration changes done. Could you please check them again? You can reset everything on wordpress . I need replicated demo site with 100% same content.

    I am waiting for your response.

    Best Regards
    Orkhan

    #30243
    Veena
    Moderator

    Still working on it.

    Thanks for your patience.

    #30247
    Veena
    Moderator

    Demo site is ready. Pls check.

    Thanks.

    #30320
    Orkhan Yolchuyev
    Participant
    This reply has been marked as private.
    #30325
    Veena
    Moderator

    Language switcher flag is well placed there in your website.
    Is this resolved?

    #30331
    Orkhan Yolchuyev
    Participant

    after writing post, i tried my best to solve the issue. It is kind of fixed. But if you try to scroll down and then go up then you can see the issue. all navigation bar except language switcher section are working like slider.

    i add some css:
    .pll-parent-menu-item a.sf-with-ul img {

    margin-top:45px;

    }
    #header.sticky .pll-parent-menu-item a.sf-with-ul img {
    margin-top:23px;
    }

    .pll-parent-menu-item ul.sub-menu {
    position:absolute;
    width:70px;
    background: #fff;
    z-index: 9999;
    padding: 0;
    margin: 0;
    }

    Please check them and inform me what i am doing wrong. Problem related with #header.sticky section i think.

    I am waiting for your response. For now i removed added css, then you can see exact problem.

    #30334
    Orkhan Yolchuyev
    Participant
    This reply has been marked as private.
    #30337
    Veena
    Moderator

    Pls use the below custom CSS –

    #header.sticky .pll-parent-menu-item a.sf-with-ul img {
        position: relative;
        top: -15px;
        margin-top: 0; 
        }
    
    #30338
    Orkhan Yolchuyev
    Participant
    This reply has been marked as private.
    #30340
    Orkhan Yolchuyev
    Participant
    This reply has been marked as private.
    #30341
    Veena
    Moderator

    Pls use this and check –

    .pll-parent-menu-item a.sf-with-ul img {
        transition: all 0.5s ease-in-out;
    }
    

    You can add all your custom CSS in themeoptions.

    #30342
    Orkhan Yolchuyev
    Participant
    This reply has been marked as private.
Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Can't Replicate Demo site on fusion template’ is closed to new replies.