Sonl Sinha

Forum Replies Created

Viewing 15 posts - 6,916 through 6,930 (of 6,986 total)
  • Author
    Posts
  • in reply to: Installation #1555
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Lisa,

    Sent back to you email confirming the installation is done.

    Regards,
    Shri

    in reply to: Footer Menu #1553
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Again is it for natureone theme? Or full width theme you want to remove the complete footer.

    Let me know and i will send you appropriate instructions.

    in reply to: Table background color #1552
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    I think you have natureone theme. Which color do you want to change let us know and we will let you know.

    in reply to: Uppercase on menu and page titles #1539
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Dimitris,

    Within theme folder i.e. wp-content/themes/skt-full-width-pro/css/main.css

    Write this : #site-nav {text-transform: capitalize;} /* this is for main menu */

    And for inner titles search: h2#page-title, .archive h1.page-title, .page h1.entry-title

    And within it text-transform: uppercase is written change uppercase to Capitalize.

    If this is difficult for you to do send us ftp details via email at [email protected]

    We will take care to do it for you.

    Regards,
    Shri

    in reply to: Edit Home Page Boxes #1507
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Colin,

    If you want to add the same but just change the links kindly visit theme options under Appearance in WordPress admin panel to change the links.

    In case you want to remove the whole 4 boxes and add something else kindly visit footer.php within theme folder.

    In case it is still difficult for you let us know and we will help you.

    Regards,
    Shri

    in reply to: Page editing #1480
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    Well we haven’t tried using any of the page builders as our idea was to have a simpler theme.

    However kindly use this page builder: http://wordpress.org/plugins/siteorigin-panels/
    And let us know if this works for you.

    Regards,
    Shri

    in reply to: Colour of widget-title #1460
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Jens,

    It won’t appear in editor. You might have to check it using ftp.

    Sorry if this is trouble for you send us ftp details via [email protected] email and tell us the color you want to have for that widget.

    In sidebar you can only have the recent comments posted on the website not the comment form that isn’t possible in WordPress.

    Recent Comments Widget is available in widgets section.

    Regards,
    Shri

    in reply to: Colour of widget-title #1457
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    All you need to do is go to css folder within theme folder: skt_full_width_pro and click on main.css

    Kindly visit line number 178 or h3.company-title:first-letter

    Change: color: #7bb303; with your own color like: color: #fff !important;

    Don’t forget the !important i have added above.

    Regards,
    Shri

    in reply to: Start drop down menu collapsed #1456
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    Here is the answer: Kindly check custom-functions.php within inc folder of theme: skt_full_width_pro

    Check the line: add_action(‘wp_head’,’hook_custom_javascript’);

    Under function hook_custom_javascript(){?>

    <script>

    jQuery(document).ready(function() {

    Add this line:  jQuery( “.show_hide_header” ).hide();

     

    And save the file

     

    So the final lines with look like this:

     

    add_action(‘wp_head’,’hook_custom_javascript’);

    function hook_custom_javascript(){?>

    <script>

    jQuery(document).ready(function() {

    jQuery( “.show_hide_header” ).hide();

     

    That’s it.

     

    It will remain closed and will only open on click.

     

    Regards,

    Shri

    in reply to: Start drop down menu collapsed #1442
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    Will try to find a solution and give you answer by Monday morning. Today is Saturday night my end.

    Will check how to have it closed.

    Regards,
    Shri

    in reply to: clicking sub-menus on tablet/phone #1430
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Oliver,

    We see your site just fine.

    So let us know if this issue is resolved.

    If not send us wordpress admin details at [email protected]

    Regards,
    Shri

    in reply to: clicking sub-menus on tablet/phone #1423
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi Oliver,

    Kindly go to header.php within wp-content/themes/skt_full_width_pro

    And remove comments /* and */ from

    If this is difficult for you just send me the wordpress admin details at [email protected] and will do this for you.

    Regards,
    Shri

    in reply to: Problem : Different appearances #1409
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    Kindly share your url and also let us know wordpress admin and ftp details via email at [email protected]

    Then i can understand the context of your question and let you know how and where to change.

    Regards,
    Shri

    in reply to: Problem : Different appearances #1407
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    You might have added a plugin like W3 Total Cache or Super Cache or WP Fastest Cache.

    Try to check in their settings. Our theme doesn’t come with cache as such.

    Regards,
    Shri

    in reply to: Problem : Different appearances #1404
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6986
    • Total: 6996
    Member since: June 12, 2013

    Hi,

    It appears you have cache plugin installed in your website. Hence when logged in it doesn’t show cached version but when logged out it shows the cache.

    Hence after doing changes kindly empty the cache to have consistent performance.

    Regards,
    Shri

Viewing 15 posts - 6,916 through 6,930 (of 6,986 total)