Sonal S Sinha

Forum Replies Created

Viewing 15 posts - 29,941 through 29,955 (of 31,330 total)
  • Author
    Posts
  • in reply to: SKT Naturo pro #23994
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Reginal,

    Kindly show us your website URL.

    Regards,
    Dave

    in reply to: MoversPackersPro – Editing Logo Header Image #23993
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Colleen,

    Kindly show us your website URL.

    Regards,
    Brad

    in reply to: MoversPackersPro – Editing the Search Page #23992
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Colleen,

    Kindly go to search.php and replace the code:

    <?php
    /**
     * The template for displaying Search Results pages.
     *
     * @package SKT Movers Packers
     */
    
    get_header(); ?>
    
    <div class="content-area">
        <div class="middle-align content_sidebar">
             
    			<?php if ( have_posts() ) : ?>
                    <header>
                        <h1 class="entry-title"><?php printf( __( 'Search Results for: %s', 'skt-movers-packers' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
                    </header>
                    <?php while ( have_posts() ) : the_post(); ?>
                        <?php get_template_part( 'content', 'search' ); ?>
                    <?php endwhile; ?>
                    <?php skt_movers_packers_pagination(); ?>
                <?php else : ?>
                    <?php get_template_part( 'no-results', 'search' ); ?>
                <?php endif; ?>
            
            <div class="clear"></div>
        </div>
    </div>
    <?php get_footer(); ?>

    Regards,
    Dave

    in reply to: set up gallery for girlie theme #23989
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Dean,

    Check out this video: https://www.youtube.com/watch?v=akgcWw8DD9o

    Regards,
    Ashish

    in reply to: BeFit Layout problems across devices #23988
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Dave,

    Kindly show us your website URL.

    Regards,
    Brad

    in reply to: Testomonials Shortcode #23984
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi David,

    Check out this video on how to set up testimonials:

    https://www.youtube.com/watch?v=bSdud-fAV3c

    Regards,
    Dave

    in reply to: TEXT ON MOBILE DEVICE #23982
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Dianne,

    Can you show us the page URL where you have the sidebar and having this issue.

    Regards,
    Brad

    in reply to: Phone Number in header #23980
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Dianne,

    Instead of managing it via CSS you can put a code in header.php so that it shows on all screen sizes. Now the contact number has absolute position and its showing on right hand side.

    If you are not familiar with the code kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact

    Please mention this forum URL while replying so that we understand what needs to be done.

    Regards,
    Dave

    in reply to: Background #23866
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Which Background image are you talking about?

    Regards,
    Brad

    in reply to: BeFit Theme Support #23865
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Paolo,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    And paste this css code in custom box

    .section-teammember {display:table; margin:auto; width:80%;}
    .teammember-list { width: 29.30%;}

    Regards,
    Dave

    in reply to: Theme does not adapt to internet explorer! #23852
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Okay, Kindly send us your URL of the site and WordPress admin details 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: LAYOUT SKT Naturo Pro #23849
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Great

    Regards,
    Brad

    in reply to: Theme does not adapt to internet explorer! #23846
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Ida,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    .header .header-inner .logo img{height:auto !important; max-width:455px !important;}

    Let me know if the issue still happens.

    Regards,
    Brad

    in reply to: Restro Theme (Our Teams) #23843
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Bernard,

    Kindly go to Appereance>>Widget>>Sidebar Main

    drag and drop text widget in sidebar main widget to remove default sidebar.

    Description below images
    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    .entry-summary{display:inline-block;}

    Regards,
    Brad

    in reply to: Please help hide services boxes #23842
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 31330
    • Total: 31330
    Member since: August 16, 2013

    Hi Andrew,

    Add this code in custom css box:

    #slider{max-height:400px;}

    Regards,
    Dave

Viewing 15 posts - 29,941 through 29,955 (of 31,330 total)