Sonl Sinha

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 30,995 total)
  • Author
    Posts
  • in reply to: Laptop Repair ProVersión: pro5.0 #225291
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    It may be a execution time issue kindly set given time limit.

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

    After setup this if theme demo content are not set kindly share WP login details here we setup this.

    Regards,
    Dave

    in reply to: Slider Not Displaying Images Correctly on Mobile #225290
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Issue have been resolved. Kindly check and confirm.

    Regards,
    Dave

    in reply to: Wrong User Name on Top Right Side Bar – Classified Theme #225177
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Unfortunately your all themes package has expired.

    Kindly renew your package by buying it here: https://www.sktthemes.org/shop/all-themes/

    We look forward to welcoming you again into our family.

    Regards,
    Dave

    in reply to: Editing services page, Theme AdAgency #225176
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    If you want to edit a service single page,?

    Kindly follow the below steps.

    1. Kindly go to Dashboard >> Elementor >> Setting >> General and check all post type options.

    See example screenshot: https://ibb.co/TMRYf20

    After the complete 1 step.

    2. Kindly go to Dashboard >> Our Services >> google-ads >> Edit with Elementor >> and change it there.

    Regards,
    Dave

    in reply to: SKT Baby SitterVersión: pro6.0 Issues at Postal Code ZIP #225175
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Here we added this code in the function.php file so the postal code box is visible.

    function filter_woocommerce_get_country_locale( $country_locale ) { 
        // Loop through
        foreach( $country_locale as $key => $locale ) {
            // Isset
            if ( isset ( $locale['postcode']['hidden'] ) ) {
                // When true
                if ( $locale['postcode']['hidden'] == true ) {
                    // Set to false
                    $country_locale[$key]['postcode']['hidden'] = false;
                }
            }
        }
    
        return $country_locale;
    }
    add_filter( 'woocommerce_get_country_locale', 'filter_woocommerce_get_country_locale', 10, 1 );

    Kindly ask plugin support for a plugin-related issue, how to set dropdown by order ID, and make form fields mandatory.

    Regards,
    Brad

    in reply to: Theme Ad agency – The page Contact #225174
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    You are welcome 🙂

    Regards,
    Dave

    in reply to: Info Content Section – Center Social Icons #225173
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    🙂

    in reply to: Slider Not Displaying Images Correctly on Mobile #225172
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    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: Healing Touch Pro – Mobile Colors #225050
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Dave

    in reply to: Contact Layout 1 & 2 #225046
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    🙂

    in reply to: Thank You Messages, Etc – Classifieds Theme #225045
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    You are welcome 🙂

    Regards,
    Dave

    in reply to: Hide Footer Info Content Section #225044
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    You are welcome 🙂

    Regards,
    Dave

    in reply to: Info Content Section – Center Social Icons #225043
    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:

    .footer-infobox .social-icons {
      padding-top: 30px;
    }

    Regards,
    Dave

    in reply to: Slider Not Displaying Images Correctly on Mobile #225042
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Could you provide us with a screenshot showing the issues you’re experiencing after adding CSS.

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

    Regards,
    Dave

    in reply to: Theme Ad agency – The page Contact #225037
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30995
    • Total: 30995
    Member since: August 16, 2013

    Hi,

    Kindly use this CSS code to hide blue banner.

    .page-template-contact-layout1 .page_head img { display:none;}

    Regards,
    Dave

Viewing 15 posts - 61 through 75 (of 30,995 total)