Search Results for 'skt'

Home Forums Search Search Results for 'skt'

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

    Send us WordPress admin details via email: support@sktthemes.com

    Regards,
    Shri

    #3816
    claudio pimazzoniclaudio pimazzoni
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: December 31, 2014

    Thanks

    #3814
    Lee FenneyLee Fenney
    Member
    Member since: January 15, 2015

    I’m having ongoing issues with table creation and using TinyMCE and SKT Full Width Pro.  There is a line under each row that I can’t seem to remove.   Would you have any suggestions to fix this?

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

    Replied via email. Solved and made the slider work on your site till 20th slide.

    Regards,
    Shri

    #3806

    In reply to: slider

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

    Hi,

    Sorry for this. My email id is support@sktthemes.com

    Our email is working absolutely fine so i am sure it might be a wrong email address you typed in.

    We can help you set up your slider.

    Regards,
    Shri

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

    Hi,

    We don’t see the style we mentioned written by you anywhere. Besides the code: <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro; rel=”nofollow”>Buy This Theme</a></div>

    where its written hdr_buy_pro” write: style=”float:right;background-color:#99000″

    Change color to your liking.

    Regards,
    Shri

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

    Hi Joanna,

    Okay strange that you need it.

    In header.php after this code:

    <div class=”logo”><a href=”some code” rel=”nofollow”>

    <img alt=”” src=”some code” />

    </a></div>

    Place this html there:

    <div class=”hdr_buy_pro”><a href=”https://www.sktthemes.org/themes/iamone-pro/” rel=”nofollow”>Buy This Theme</a></div>

    And in Appearance>Theme Options>Custom CSS add this:
    .hdr_buy_pro {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    }

    Regards,
    Shri

    #3783

    In reply to: Gallery question

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

    Great.

    It will take us time like by 15th Feb expect us to complete version 2.0 of SKT Full Width.

    Regards,
    Shri

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

    Send us WP Admin and ftp details if possible via email: support@sktthemes.com

    Regards,
    Shri

    #3776
    claudio pimazzoniclaudio pimazzoni
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: December 31, 2014

    I replace the file option with the original and now  it works fine but your change   in only file option gave me the possibility to upload the image  but  it was not shown in the first page

    Pls Let me know if I have to change the theme or  if it is possible to extend the number of slide

    Thank you for your feedback

    #3775
    claudio pimazzoniclaudio pimazzoni
    Member
    • Topics: 1
    • Replies: 6
    • Total: 7
    Member since: December 31, 2014

    Pls  see the result : http://www.timeweb2001.it/

    Parse error: syntax error, unexpected ‘Image’ (T_STRING) in /web/htdocs/www.timeweb2001.it/home/wp-content/themes/skt-photo-world-pro/options.php on line 1432

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

    Hi,

    The part which you want or have marked is an image unfortunately because CSS can’t have those shapes.

    Here is the path of the image: wp-content/themes/skt_full_width/images/header-bottom-shape.png

    Full Page color i guess we have given font and color management in theme options. Not sure what else is needed.

    Regards,
    Shri

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

    Hi,

    Photo World Slider images :
    Open option.php file from your theme directory eg: …/wp-content/theme/skt-photo-world/option.php
    and go to line no: 1404
    and pase this code after line no: 1404
    ======================

    $options[] = array(
    ‘name’ => __(‘Slider Image 15’, ‘skt-photo-world’),
    ‘desc’ => __(‘Fifteenth Slide’, ‘skt-photo-world’),
    ‘id’ => ‘slide15’,
    ‘class’ => ”,
    ‘std’ => ”,
    ‘type’ => ‘upload’);

    $options[] = array(
    ‘desc’ => __(‘Title’, ‘skt-photo-world’),
    ‘id’ => ‘slidetitle15’,
    ‘std’ => ”,
    ‘type’ => ‘text’);

    $options[] = array(
    ‘desc’ => __(‘Description or Tagline’, ‘skt-photo-world’),
    ‘id’ => ‘slidedesc15’,
    ‘std’ => ”,
    ‘type’ => ‘textarea’);

    $options[] = array(
    ‘desc’ => __(‘Url’, ‘skt-photo-world’),
    ‘id’ => ‘slideurl15’,
    ‘std’ => ”,
    ‘type’ => ‘text’,
    ‘subtype’ => ‘url’);

    ======================
    each and every time you want to extend slider image you have to repeat this code but to make sure to change the number of this code for eg: in our theme there has 15 slider images by default and if you want to add more than 15 then paste this code below the fifteenth image code and extend the number as well.

    Regards,
    Shri

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

    Hi,

    All color change details are given here: http://sktthemesdemo.net/documentation/full-width-documentation/#colors

    Follow the instructions and you would be able to change all the colors.

    Scroll down in the very end First letter color is also given.

    Regards,
    Shri

    #3756

    In reply to: slider not functioning

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

    Hi,

    Sorry for this.

    If possible can you send us WP Admin details via email at suppport@sktthemes.com?

    We will then sort this out on your site.

    Regards,
    Shri

Viewing 15 results - 14,071 through 14,085 (of 14,289 total)