Sonnal S Sinha

Forum Replies Created

Viewing 15 posts - 30,616 through 30,630 (of 30,661 total)
  • Author
    Posts
  • in reply to: Header clickable to page SKT Bizness PRO #16056
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to header.php

    on line no. 123 to 130 replace this code

    <div class=”slider-wrapper theme-default”><div id=”slider” class=”nivoSlider”>
    <?php
    foreach( $slAr as $sv ){
    $n++; ?> “>
    ” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo esc_attr(‘#slidecaption’.$n) ; ?>” />
    <?php
    $slideno[] = $n;
    }
    ?>
    </div>

    Regards,
    Shri

    in reply to: Parallax animation timing #16054
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    So if we disable the animation that appears on the homepage it will start showing up the site fine.

    Steps: go to wp-content/themes/skt-bakery-pro/js/custom.js remove the animation classes jquery lines we have written like fadeIn, bounceIn etc.

    And then go to style.css and remove visibility:hidden for all those classes mentioned in custom.js

    Regards,
    Shri

    in reply to: logo #16049
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to appearance->Theme Option->Custom CSS Box:
    Paste this css code:
    .header .header-inner .logo img {max-height:none;}

    Regards,
    Shri

    in reply to: Girlie Help with header img size #16048
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Great

    Regards,
    Shri

    in reply to: Increasing tagline's font size using Girly theme #16047
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    paste this css code:
    .header span.tagline{ font-size: 15px; }

    Regards,
    Shri

    in reply to: Entry in Main Menu without page? #16045
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly do not link Main Menu Entry to any page give it # in link option.

    Regards,
    Shri

    in reply to: Website title problem #16044
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    Paste this CSS code:
    #nav{margin-top:10px;}
    #nav ul li a {color:#ff9c00;}

    Regards,
    Shri

    in reply to: Nextgen issuses #16042
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly email us: [email protected] your website URL and WordPress admin details and we will check the problem.

    Regards,
    Shri

    in reply to: Gallery Documentation #16041
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    You can setup the gallery with the help of this video documentation

    https://www.youtube.com/watch?v=akgcWw8DD9o

    Regards,
    Shri

    in reply to: Parallax animation timing #15885
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to js>custom.js

    here you can find animation timing for section animations.

    Regards,
    Shri

    in reply to: Girlie Help with header img size #15884
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    For the image problem kindly use plugin page links to and link those pages to some other page where you don’t have featured image set so that it doesn’t look odd.

    Regards,
    Shri

    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    It is display none in mobile version. If you want slider title and description on mobile version also go to main.css and change #slidecaption css properties.
    line number 867 paste this css code
    #slidecaption{display:block; top:185px;}

    line number 820
    #slidecaption{display:block;}

    Regards,
    Shri

    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to Media>Add New then click on the image you will find the URL of the image. just copy it, then go to the section where you want the image. in section you can find shortcode for the image which is icon=”image url”, paste your image URL there.

    Hope this helps you.

    Regards,
    Shri

    in reply to: Bakery Theme: add address lines #15754
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    No, Just write down the address in theme option>footer.
    for multiple lines put text in same address line

    Regards,
    Shri

    in reply to: Background page color – can not change #15752
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30661
    • Total: 30661
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
    body{background:#ffffff !important;}

    For the image problem kindly use plugin page links to and link those pages to some other page where you don’t have featured image set so that it doesn’t look odd.

    Regards,
    Shri

Viewing 15 posts - 30,616 through 30,630 (of 30,661 total)