Sonnal S Sinha

Forum Replies Created

Viewing 15 posts - 15,841 through 15,855 (of 30,657 total)
  • Author
    Posts
  • in reply to: Image Links #90175
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    This can only be done via coder.

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Brad

    in reply to: How to set Desktop View always #90173
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    in reply to: No Album Photo in Furnish Pro Theme #90170
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Okay, kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Chris

    in reply to: Recommended image resolution #90169
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .logo img, .logo.footerlogo img { width: auto; height: auto;}

    Regards,
    Brad

    in reply to: Recommended image resolution #90161
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on imgur.com and paste the share url here.

    Regards,
    Brad

    in reply to: skt white pro #90160
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Issue have been resolved from our end. Kindly check and confirm.

    Regards,
    Dave

    in reply to: No Album Photo in Furnish Pro Theme #90158
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly add below shortcode in your gallery page.

    [photogallery filter="true"]

    For more information check this video: https://youtu.be/akgcWw8DD9o

    Regards,
    Chris

    in reply to: Recommended image resolution #90156
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Brad

    in reply to: Remove Empty Section from Homepage #90154
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi Chicago,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/13/

    Regards,
    Chris

    in reply to: Woocommerce shop full widh in girlie theme #90153
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi chicago,

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

    For Cart page:

    .woocommerce-cart-form { width: 50% !important; float: left;}
    .cart-collaterals { width: 50% !important; float: right;}
    .cart_totals { width:95% !important; margin-top:-67px;}

    For Checkout page:

    #customer_details { width:28% !important; float: left; margin-right:20px;}
    #customer_details .col-1, #customer_details .col-2 { width:100% !important;}
    #order_review { width: 70% !important; float: left;}
    .shop_table.woocommerce-checkout-review-order-table { width:48% !important; float: left;}
    #payment {width: 48% !important; float: right;}

    Regards,
    Chris

    in reply to: Recommended image resolution #90152
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly use these sizes for header banner, footer image and logo.

    Header logo image size is 149×89
    Header banner image size is 1400×607
    footer image size is 1400×502

    Regards,
    Brad

    in reply to: Image Meta missing in Local Business Pro #90151
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly edit skt-local-business-pro/header.php file and paste below code just before </head> tag.

    <script>
    jQuery(document).ready(function() {
      jQuery('img').each(function(){
        var $img = jQuery(this);
        var filename = $img.attr('src')
        $img.attr('alt', filename.substring((filename.lastIndexOf('/'))+1, filename.lastIndexOf('.')));
      });
    });
    </script>

    Regards,
    Chris

    in reply to: Very Basic Theme #90147
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .fixed_header { position:relative;}
    #home_slider {margin-top: 0 !important;}

    Regards,
    Brad

    in reply to: Menu is hard to click due to z-index #90145
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

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

    .header { z-index:10;}

    Regards,
    Dave

    in reply to: widget product categories are not working properly #90144
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30657
    • Total: 30657
    Member since: August 16, 2013

    Hi,

    This can only be done via coder.

    Kindly send us your URL of the site and WordPress admin details (Username & Password) via sktthemes.net/contact Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

Viewing 15 posts - 15,841 through 15,855 (of 30,657 total)