Sonl Sinha

Forum Replies Created

Viewing 15 posts - 376 through 390 (of 30,995 total)
  • Author
    Posts
  • in reply to: Eliminate white space #216590
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

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

    #slidera { min-height:inherit !important;}

    Regards,
    Dave

    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    1. How to make subpages have different photos as headers – now there is always only one and the same photo on all subpages except the main one where there is a slider? By the way, how to make the height of the photo on the subpage greater than 400 px? As I remember, something had to be entered in custom css??

    Ans: Kindly refer to our documentation to change the inner header banner image. We have mentioned all the information here.

    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#inner-header

    .page_head img, .post_head img { height:auto;}

    2. On the subpage, at the very top of the header, there is a black background that covers the header menu and logo. On my website, the font is black and turns yellow when active. This looks good on the home page but very bad on subpages where the background blends in with the menu??

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

    .page #topmenu ul li a {
      color: #fff;
    }

    Regards,
    Dave

    in reply to: Post Timeline with Tags doesn’t work #216510
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Code changes have been made, but testing is still going on.

    As soon as the testing is completed. We will release an update soon.

    Regards,
    Chris

    in reply to: video not uploading #216509
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Kindly ask your hosting provider to change these settings:

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

    Regards,
    Dave

    in reply to: Top Header bar and Menu not holding set color #216489
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    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,
    Dave

    in reply to: video not uploading #216487
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Your video size is 161 MB it’s a large size. Please check. It may be an execution time issue.

    Please set the given time limit and check.

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

    Regards,
    Dave

    in reply to: Avoid blurry page logo when page is zoomed #216469
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    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:479px) {
    .header .logo img {
      height: 72px !important;
      width: 120px !important;
    }
    }

    Regards,
    Dave

    in reply to: video not uploading #216462
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    WordPress Supported Video formats.

    .avi
    .mpg
    .mp4, .m4v (MPEG-4)
    .mov (QuickTime)
    .ogv (Ogg)
    .vtt (upload by inserting a Video block only)
    .wmv (Windows Media Video)
    .3gp (3GPP)
    .3g2 (3GPP2)

    Which format video are you uploading and what error are you facing? Please share an error screenshot.

    Regards,
    Dave

    in reply to: Ability to Edit Posts With SKT Builder gone #216431
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Can you show us your website URL and screenshot of your issues

    Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Brad

    in reply to: SKT Dance Theme #216403
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

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

    .header_wrap.layer_wrapper {
      width: 100%;
      position: sticky;
      z-index: 10;
      float: left;
      top: -60px;
    }

    Regards,
    Brad

    in reply to: SKT Dance Theme #216367
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

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

    .head-info-area .right {
      padding-top: 11px;
    }

    Regards,
    Brad

    in reply to: [SKT Pottery] Logo image size responsive #216365
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Kindly check the carousel auto-play setting as given in the below link.

    If it’s the proper set, then kindly share the WP login details (username and password) via email at [email protected].

    https://elementor.com/help/carousel-widget/#settings-for-the-menu-widget

    Regards,
    Dave

    in reply to: place map above footer box #216353
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Now the map is changed.

    Please check, and it’s also working with the theme options footer option.

    https://nimb.ws/dhWZoJ8

    Regards,
    Brad

    in reply to: Avoid blurry page logo when page is zoomed #216351
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL and screenshot of your issues.

    Upload your screenshot on https://imgbb.com/ and paste the share url here.

    Regards,
    Dave

    in reply to: Footer > Footer Columns – No Edit Content buttons #216339
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Great!!

    Regards,
    Chris

Viewing 15 posts - 376 through 390 (of 30,995 total)