Forum replies created

    Priyank
    Spectator
    Posts: 747
    February 16, 2018 at 5:52 am #36499

    Welcome

    Priyank
    Spectator
    Posts: 747
    February 16, 2018 at 5:51 am #36498

    Good to hear this.
    Welcome

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 10:35 am #36495

    Good to hear this.
    Welcome

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 10:19 am #36494

    Hello

    Provide us your site admin detail as private reply, our development team update it for you

    Thank you

    In reply to Sticky Sidebars
    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 7:01 am #36491

    Hello,

    Sorry, but we have not provided sticky sidebar option on the page.

    Thank you.

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 6:37 am #36490

    Hello,

    Go To theme option and follow below step

    Theme Option -> Header -> Menu -> Responsive Menu ( Disable ).

    And Add Below Custom Css On Your Additional Css Area.

    @media (max-width: 768px){
    .menu-container.header_v0 {
    display: none;
    }
    #logo-image {
    width: 50px;
    }
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 6:16 am #36489

    Hello,

    Add Below Custom Css on Your Additional Css Area.

    #header,body #header-sticky.sticky-header.sticky {
    display: none !important;
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 6:06 am #36488

    Hello,

    Your footer not eliminate show in below screenshot

    http://prntscr.com/iexugq

    So, you can follow step accordong to below scrrenshot.

    http://prntscr.com/iextw8

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 15, 2018 at 5:52 am #36487

    Hello,

    ModSecurity show in below screenshot

    http://prntscr.com/iexqs5

    And Below screenshot in display pagosachamber.com in On Mod so you set Off.

    http://prntscr.com/iexr3j

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 14, 2018 at 11:45 am #36480

    Hello,

    You can’t modify header image on mobile,but you add Custom css on Your Addtional css area

    @media screen and (max-width: 768px){
    .t4p-fullwidth{
    background-size: cover !important;
    }
    }

    Thank You