Sonal S Sinha

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 31,305 total)
  • Author
    Posts
  • in reply to: SKT MicrofinanceVersion: pro3.0 Causes 500 Error #231920
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly Downgrade PHP version 8.4 to 8.3 and check it working or not. if it’s not working kindly share WP login details with site url. it may be PHP version issue or execution time issue or memory limit issue kindly set execution time and memory limit as given below

    max_execution_time = 300
    max_input_time = 1000
    memory_limit = 256M
    post_max_size = 64M
    upload_max_filesize = 64M
    upload_max_size = 64M

    if it’s not working kindly share WP login details with site url to set PHP version 8.3

    Regards,
    Dave

    in reply to: SKT Customizer Menu Not Showing. #231908
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected] Please mention this forum URL while replying so that we understand what needs to be done.

    We’ll check and revert back to you.

    Regards,
    Dave

    in reply to: Marathon Theme: Why Choose Us Section #231907
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code.

    @media screen and (max-width:767px) {
    .theme-default .nivoSlider img { height:340px !important; object-fit:cover;}
    }

    Regards,
    Chris

    in reply to: GB Interior Header #231894
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:767px) {
    .left { position: absolute; left: 0; width: 50% !important;}
    .right { position: absolute; width: 50% !important; right: 0;}
    .head1-logo { margin-top:70px;}
    }

    Regards,
    Dave

    in reply to: Marathon Theme: Why Choose Us Section #231806
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Chris

    in reply to: Marathon Theme: Why Choose Us Section #231756
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi.

    Please use the CSS code below to fix the slider button issue.

    @media screen and (max-width:479px) {
    .slider-main .nivo-caption { top:0 !important;}
    .slider-main .nivo-caption .slidedesc { line-height:18px;}
    .slider-main .nivo-caption .slidebtn { display:block !important;}
    .theme-default .nivoSlider img { height:310px; object-fit:cover;}
    }

    Regards,
    Chris

    in reply to: SKT Flooring Version: pro4.0 responsive adjustment #231687
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    ๐Ÿ™‚

    in reply to: SKT Flooring Version: pro4.0 responsive adjustment #231275
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    This is intended for a tablet device ๐Ÿ‘‡

    @media screen and (min-width:768px) and (max-width:1023px) {
    .header.type3 .logo img, .header.type4 .logo img { width: 50%; height: auto;}
    .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;}
    }

    Regards,
    Dave

    in reply to: Marathon Theme: Why Choose Us Section #231272
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-feature-box .elementor-image-box-wrapper { transform: none;}
    .skt-feature-box img { margin: 0 auto;}

    Regards,
    Chris

    in reply to: Parallax Me Theme Navigation #231271
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .head_inner { z-index: 10; position: relative;}

    Regards,
    Dave

    in reply to: SKT Tutor Theme Header Shorter #231243
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via email:[email protected]

    Regards,
    Dave

    in reply to: SKT Flooring Version: pro4.0 responsive adjustment #231242
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Please use the following CSS to resolve the header conflict in tablet view.

    @media screen and (min-width:768px) and (max-width:1023px) {
    .header.type3 .logo img, .header.type4 .logo img { width: 50%; height: auto;}
    .home.has_trans_header .slider-header-layout3 .nivo-caption { top:70%;}
    }
    
    @media screen and (min-width:1024px) and (max-width:1160px) {
    header-layout3 .nivo-caption { top: 75%;}
    .has_trans_header .header.type3 #topmenu ul li a, .has_trans_header .header.type4 #topmenu ul li a {padding: 20px 11px;}
    #topmenu ul li a { font-size: 20px;}
    }

    Regards,
    Dave

    in reply to: Banking Sector Footer Font Format #231209
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    You are welcome ๐Ÿ™‚

    Regards,
    Brad

    in reply to: SKT Tutor Theme Header Shorter #231206
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    in reply to: SKT Tutor Theme Breadcrumbs #231114
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Chris

Viewing 15 posts - 31 through 45 (of 31,305 total)