Forum replies created

    Priyank
    Spectator
    Posts: 747
    March 2, 2018 at 8:48 am #36567

    Welcome
    Thank you

    Priyank
    Spectator
    Posts: 747
    March 2, 2018 at 8:47 am #36566

    Hello

    As we can see your site logo already in center, check screenshot: http://prntscr.com/ilqcy1

    Thank you

    Priyank
    Spectator
    Posts: 747
    March 1, 2018 at 7:26 am #36562

    Hello,

    background-repeat:round is apply for background image show in whole content area.

    Thank You

    Priyank
    Spectator
    Posts: 747
    March 1, 2018 at 7:21 am #36561

    Hello!

    Check this out – https://msdn.microsoft.com/en-us/library/aa365247.aspx#maxpath. If you can’t find a fix, then you can update your plugins manually, by uploading them to your FTP.

    Create a full website backup first, then:

    Deactivate the plugin;
    Log in to your FTP;
    Go to /wp-content/plugins/;
    Delete the plugin folder (not the folder with all the plugins, just the plugin that you want to update);
    Download the latest copy of the plugin;
    Upload the plugin file into /wp-content/plugins/ and unzip it;
    Go into your WordPress Dashboard -> Plugins and activate it.

    You try above step.

    Thank You

    Priyank
    Spectator
    Posts: 747
    March 1, 2018 at 6:57 am #36560

    Hello,

    You use Quick Page/Post Redirect Plugin so your additional css not included.

    If you show search page title bold then deactive Quick Page/Post Redirect Plugin and check it’s work or not.

    Thank You

    Priyank
    Spectator
    Posts: 747
    March 1, 2018 at 6:13 am #36559

    Hello,

    Add Below Custom css on Your Additional css area

    .center-menu{
    text-align: center;
    }
    @media (max-width: 768px){
    .menu-header{
    background: #f5deb3;
    }
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    March 1, 2018 at 5:53 am #36557

    Hello,

    Social Icon Showing on the left of the logo then go to theme option

    Theme option -> header -> Choose Header Type( header 1 )

    You choose above option.

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 28, 2018 at 6:37 am #36548

    Hello,

    You read the below link and follow step according to link

    https://wpml.org/forums/topic/downloading-is-not-possible-wordpress-cannot-create-required-folders-because-of/

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 28, 2018 at 6:10 am #36547

    Hello,

    Remove Above css on Your Additional css area

    @media only screen and (max-width: 768px){
    .portfolio-tabs,.portfolio-center{
    display: none !important;
    }
    }

    Thank You

    Priyank
    Spectator
    Posts: 747
    February 26, 2018 at 6:09 am #36544

    Hello,

    Testimonial Behind background image is fix, you can’t change size of image on mobile or iPad. Because display only one image in whole device.

    Thank You.