Forum replies created

    Priyank
    Spectator
    Posts: 747
    January 20, 2017 at 10:37 am #32040

    Hi

    Please provide us admin details in private reply, our development team look into this.
    Also provide page URL in which you have issue facing.

    Thanks

    Priyank
    Spectator
    Posts: 747
    January 20, 2017 at 9:27 am #32038

    Hi,

    We can see that you have added API key. But make sure you have properly generate API key.
    Please try again generate API key using this option: http://prnt.sc/dxz50i

    If still issue not solve provide us admin details in private reply our development team look into this.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 3:22 pm #32020

    Welcome.

    Sorry for late update.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 12:55 pm #32017

    Hi,

    Please look into your site. Our development team active evolve plus 2.7.0 theme.
    Site is loading with regular speed now.

    If you get any issue still provide us details if possible then page URL of this.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 12:47 pm #32016

    Hi,

    Please add below css code into custom css for main navigation align center.

    ul.nav-menu{
    text-align: center;
    }
    ul.nav-menu li {
    display: inline-block;
    float: none;
    }
    .sub-menu li {
    text-align: left !important;
    }

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 12:34 pm #32015

    Hi,

    Our development team working in your site. Developer upload latest evolve plus 2.7.0 theme in your site and active it.
    After all done we inform you.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 12:29 pm #32014

    Hi,

    Provide your sire URL and admin details in private reply. Our developer look into this.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 11:42 am #32011

    Hi

    @Tanya Wise, Please go to theme options and save bootstrap slides again, then check.

    Please create your own forum, don’t add your issue in other forum.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 11:39 am #32008

    Hi,


    @Jeff
    Hoffman, check your site again it’s working fine now.
    Issue related with theme options then try with Go to Theme options and save it again.
    If you get any issue mention here.

    Thank you

    Priyank
    Spectator
    Posts: 747
    January 19, 2017 at 11:32 am #32007

    Hi,

    You can reduce spacing between title and content using below css.
    Add below css into custom css option: Theme option -> Custom css.

    .pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > br {
    display: none;
    }

    If want to reduce more spacing then use this css. For adjust spacing increase or decrease number in margin-bottom value.

    .pageid-1806 .wpb_wrapper .wpb_content_element .wpb_wrapper > .t4p-title{
    margin-bottom: 10px;
    }

    Thank you