Sonal S Sinha

Forum Replies Created

Viewing 15 posts - 6,556 through 6,570 (of 6,995 total)
  • Author
    Posts
  • in reply to: how to disable the menu #3834
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Unfortunately we didn’t give any theme option for that.

    If you send us email at [email protected] with access to your WordPress install we can remove this for you.

    Regards,
    Shri

    in reply to: title color and menu bottom #3826
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    We are launching a new version by end of today. Stay tuned. We will send you access and others as well. Then control of colors etc would get easier.

    Regards,
    Shri

    in reply to: Black frame/outline on menu and black box on page #3825
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Check .header class line number 26 in main.css (path to main.css: wp-content/themes/skt_full_width_pro/css/main.css)

    Remove these from there: border-left: 1px solid #1b1b1b and border-right:1px solid #1b1b1b

    Regards,
    Shri

    in reply to: Table creation issue with TinyMCE plug-in #3823
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Would suggest you to use Table Reloaded plugin or similar or normal td tr table html code and it does work just fine.

    We have tested it that way.

    Regards,
    Shri

    in reply to: Searching your suppoprt portal #3822
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    This will be implemented this month.

    Regards,
    Shri

    in reply to: How to get the BUY PRO VERSION bit on my menu #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: [email protected]

    Regards,
    Shri

    in reply to: Responsive problem #3811
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Okay great.

    Regards,
    Shri

    in reply to: SKT Photo World Pro Home page slider #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

    in reply to: Problem with showing static page as front page #3807
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi David,

    This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.

    To solve this problem.

    Kindly do this. Check main.css line number 280

    #wrapper {
    width: 1024px; (change from 964px to 1024px)
    }

    And that should do it.

    Regards,
    Shri

    in reply to: slider #3806
    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 [email protected]

    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

    in reply to: Responsive problem #3805
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    This is not a problem. Actually you are loading Static Page on homepage instead of default slider and that’s why it is happening. Inner pages load up fine.

    To solve this problem.

    Kindly do this. Check main.css line number 280

    #wrapper {
    width: 1024px; (change from 964px to 1024px)
    }

    And that should do it.

    Regards,
    Shri

    in reply to: How to get the BUY PRO VERSION bit on my menu #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

    in reply to: title color and menu bottom #3796
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    For footer here is the code as given in documentation:
    Site Footer Code
    #colophon {
    background: none repeat scroll 0 0 #000;
    opacity: 0.9;
    }

    The page title color is managed from color of the font of the body and the whole site.

    Only the first letter color is different which is given in documentation on how to change it.

    Regards,
    Shri

    in reply to: How to get the BUY PRO VERSION bit on my menu #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

    in reply to: One problem with Pro Version #3784
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Here it is:

    .category h1.entry-title {
    line-height: 16px;
    padding: 0;
    }

    Regards,
    Shri

Viewing 15 posts - 6,556 through 6,570 (of 6,995 total)