Search Results for 'skt'

Home Forums Search Search Results for 'skt'

Viewing 15 results - 14,251 through 14,265 (of 14,287 total)
  • Author
    Search Results
  • #1723
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Kindly send us WordPress admin details and ftp details via email.

    Our email: [email protected]

    Will check and let you know whats the problem and solve it if possible.

    Regards,
    Shri

    #1701

    In reply to: Installation failed

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Okay let us know for any help other than that.

    We have free installation service so if anything is not appearing on your website as per demo let us know.

    We will take care of it.

    Send us email with your credentials for such help at: [email protected]

    Don’t post credentials on forum.

    #1693
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    For each license we support only 1 website. However you can use the theme on as many websites you want.

    #1680
    ismail alkanismail alkan
    Member
    Member since: September 2, 2014

    “SKT Full Width PRO” How many websites can install?

    Unlimited?

    #1639

    In reply to: Edit Home Page Boxes

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Colin,

    Send us what you want these buttons to be changed to and send us your WordPress admin details and ftp and we will take care to change them for the first time and send you instructions.

    Please send the details etc on email: [email protected]

    Regards,
    Shri

    #1598
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Yes you can do it by checking here: wp-content/themes/skt-full-width-pro/functions.php

    In functions.php find this line on line number 263: if( is_front_page() || is_home() ){

    Under that you will see another code: for ($i=1;$i<16;$i++)

    Change the 16 above to any number you like and save the file.

    Regards,
    Shri

    #1561
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    PRO version has ability to change the font size and font style of the page titles.

    As for first letter to change color. Kindly visit main.css: wp-content/themes/skt-full-width/css/main.css

    There you can change the color. Planning to have first color manageable in next PRO version.

    #1539
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #1477
    Daniel HillDaniel Hill
    Member
    Member since: July 21, 2014

    Hi, i am trying to find a easier way to edit and create pages.  Can you recommend any page builder plugins to make page creation easier and that are compatible with the SKT Full Width?

    #1460

    In reply to: Colour of widget-title

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #1457

    In reply to: Colour of widget-title

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #1456
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #1430
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #1424
    Oliver SchefferOliver Scheffer
    Member
    • Topics: 5
    • Replies: 15
    • Total: 20
    Member since: July 29, 2014

    Hello Shri!

    Thanks for your reply. I removed the comments from

    <?php <meta name=”viewport” content=”width=device-width, initial-scale=1″> ?>

    I guess that’s what you meant. But after that the site doesn’t load at all, I only get a blank screen, desktop and mobile. FYI: I disabled the cache plugin and flushed the browser caches.

    Kind regards, Oliver

     

    #1423
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

Viewing 15 results - 14,251 through 14,265 (of 14,287 total)