Sonal S Sinha

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 31,305 total)
  • Author
    Posts
  • in reply to: PHP version #232670
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    PHP 8.4 is not fully compatible with WordPress, potentially causing issues. It is advisable to use a lower version of PHP.

    Regards,
    Dave

    in reply to: Second installation for SKT Jewelsmith #232648
    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: Solar Energy Versione: pro 6.0 #232602
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    The latest version of the Solar Energy Pro theme is 4.0.

    Regards,
    Dave

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    In WooCommerce, the checkout page displays registration forms when a user purchases a product; this is the default WooCommerce registration form. If you wish to create a custom page for the registration form, please refer to the provided link for instructions on how to add a custom registration form.

    https://woocommerce.com/document/user-registration-for-woocommerce/

    Regards,
    Dave

    in reply to: GB ShoppingVersion: pro4.0 Updates #232600
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code to resolve your issues.

    .page_head, .post_head { height: 210px;}
    .skt-page-title.hdr3 { bottom: auto;}
    .skt-page-title { transform: translateY(-50%);}
    .footer-infobox .center { padding: 65px 0 45px;}
    #footer .rowfooter { margin-bottom: 60px;}
    .header-extras {padding: 15px 15px 10px;}
    .header-extras li .custom-cart-count { display: inline-block; position: relative; top: -2px; right: 0;}

    Regards,
    Dave

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

    Hi,

    Please use this CSS code to fix the issue of content being cut off on the left side.

    @media screen and (max-width:787px) {
    .tribe-events-view.alignwide { margin-left: 40px !important;}
    }

    Regards,
    Chris

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    We have check after slider sections are display if you want to set our theme home page as a Front Page see given documentation :
    https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#homepage-setup

    Also set our theme menu from menu : https://www.sktthemesdemo.net/documentation/skt-elementor-doc/#navigation

    Regards,
    Dave

    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

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    You are welcome 🙂

    Regards,
    Chris

    in reply to: Slider on home page not appearing #232554
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    The issue with the home page slider has been resolved on both devices.

    Regards,
    Dave

    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Mobile hamburger menu issue have been resolved. Kindly check and confirm.

    Regards,
    Chris

    in reply to: Home page moving to left on mobile phones #232551
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Please use this CSS code to resolve the mobile scrolling issue.

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

    @media screen and (max-width:767px) {
    #gtx-trans { left: 0 !important;}
    }

    Regards,
    Chris

    in reply to: Theme Demo Import – Version: 1.1.3: Causes 500 Error #232550
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    If page builder never reaches 100%. It stops at 85% or 28%.:

    Kindly go to Settings >> General Settings >> And changed the site addresses to https.

    Regards,
    Brad

    in reply to: Theme Demo Import – Version: 1.1.3: Causes 500 Error #232537
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Demo content has been successfully imported onto the website.

    But hbs file does not supported on your server. Kindly make these changes below:

    For IIS Server ::

    Add Below code in Web.config

    <system.webServer>

    <staticContent>
    <mimeMap fileExtension=”.hbs” mimeType=”text/x-handlebars-template” />
    </staticContent>
    </system.webServer>
    =========================
    Please go to cPanel >> Advanced >> MIME Types

    File Extension: hbs
    MIME type: text/x-handlebars-template

    http://i.imgur.com/YE3wL3g.png

    Also kindly ask your server to enable ::

    npm install hbs
    npm i express-handlebars

    Regards,
    Brad

    in reply to: ALT text visible for accessibility #232534
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31305
    • Total: 31305
    Member since: August 16, 2013

    Hi,

    Unfortunately your theme subscription has expired.

    Kindly re-purchase the theme from this link: https://www.sktthemes.org/shop/flexible-wordpress-theme/

    Even though the design might have been changed as part of the new theme however you still get support and updates for old theme as part of the purchase.

    Regards,
    Dave

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