Sonal S Sinha

Forum Replies Created

Viewing 15 posts - 6,541 through 6,555 (of 6,995 total)
  • Author
    Posts
  • in reply to: Problems with the display in Internet Explorer 8 #3981
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Alex,

    We will try to solve it tomorrow by checking. However http://www.w3counter.com/globalstats.php suggests only 2.7% users using IE 8. So use a plugin like this: https://wordpress.org/plugins/advanced-browser-check/ to stop your customers from using IE8 who are visiting your website since it is a very very old browser now. We are into IE11 right now and none of the html5 concepts work in IE8.

    Regards,
    Shri

    in reply to: Customization a theme #3980
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    You can customize the theme in itself by changing the folder name to version2.0 or something. No need to develop the child theme as we donot force updates via WordPress admin and only email about theme updates. So its upto clients to download the fresh theme and re upload.

    We don’t want to break anyones website.

    Regards,
    Shri

    in reply to: Making Header Transparent #3973
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hey,

    Kindly check this: http://sktthemesdemo.net/documentation/photo-session-documentation/#colors

    And let me know if this works.

    Regards,
    Shri

    in reply to: How to add label or heading to the slides? #3969
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Sam,

    Great.

    Regards,
    Shri

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

    I already told that previously. That’s an image. Here is the path for it: wp-content/themes/skt_full_width_pro/images/header-bottom-shape.png

    Change it using photoshop etc. If you need help let us know.

    Next version sorry has been a bit delayed due to additional themes which we are launching this month.

    Regards,
    Shri

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

    The first info was for the first letter. For the rest letters of the title here is the code:

    h2#page-title, .archive h1.page-title, .page h1.entry-title {color: #ffffff !important;}

    Change the ffffff to your desired hex color code.

    Hope this is what you were looking for. This completes first letter and the rest all of the letters of the title as you have marked.

    Regards,
    Shri

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

    Hi,

    First letter can be changed using this code in Appearance>Layout Settings>Custom CSS:

    First Letter Code
    mark, ins, a, .header .logo h1.site-title:first-letter, h2#page-title:first-letter, .archive h1.page-title:first-letter, .page h1.entry-title:first-letter, h2#page-title:first-letter, .archive h1.page-title:first-letter, .page h1.entry-title:first-letter, .single-post h1.entry-title:first-letter, .entry-meta a, .search h1.entry-title:first-letter, .archive h1.entry-title:first-letter, .read-more a, .recent-post .post-box .post-text a, aside ul li a, .widget ul li a, h3.company-title:first-letter, .footer-menu ul li a, .social a, .footer-bottom a {
    color#fff;

    Change the color to the desired one to match it with the rest of the titles in inner pages.

    So inner page title rest title is manageable from the color management in theme options the first letter color can be changed as given above.

    Regards,
    Shri

    in reply to: pop up issue #3963
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi Jason,

    Of course its not a theme related issue. There are no pop ups coded into the theme. So kindly check it with the plugin developer. Also to know a theme related issue best way is to change to default theme and then check whether same error appears to confirm.

    Regards,
    Shri

    in reply to: Disable slider from minimizing and slow down slider #3930
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Sorry for this. Kindly send us WordPress admin details if possible or else we will check it on our end and send you updated theme if that is what you prefer.

    Let us know.

    Regards,
    Shri

    in reply to: Making Thumbnail slider smaller #3909
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Unfortunately for this far too many files would be needed to be changed.

    Do you mind send us FTP details of your site via email: [email protected]?

    Regards,
    Shri

    in reply to: Header Image #3908
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Sorry about it. We didn’t add any header image possibility into this theme. Never thought as no one suggested but you before.

    Do you mind using any of these plugins and letting us know if they worked for you:

    https://wordpress.org/plugins/custom-header-images/
    https://wordpress.org/plugins/wp-display-header/
    https://wordpress.org/plugins/unique-headers/

    Regards,
    Shri

    in reply to: reduce space at the top of the page #3907
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Check main.css (path: wp-content/themes/skt_full_width/css/main.css)

    And check this class: .header .logo

    Reduce padding to 0px and it shoud reduce the space above the logo.

    Check this class for page title in main.css

    h2#page-title, .archive h1.page-title, .page h1.entry-title

    And reduce padding to 0px.

    Regards,
    Shri

    PS: You are using free version of the theme

    in reply to: Help with setting up photo world #3885
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Here is the documentation on how to set up homepage:http://sktthemesdemo.net/documentation/photo-world-documentation/#homepage-setup

    And for rest of the items as well you can refer here. Let us know if anything else is needed.

    Regards,
    Shri

    in reply to: slider not working #3865
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Solved this. Sent an email as well.

    Regards,
    Shri

    in reply to: How to get the BUY PRO VERSION bit on my menu #3839
    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    Member since: June 12, 2013

    Hi,

    Solved it. The Double quotes applied on the class was wrong. Just rectified it and it works just fine.

    Regards,
    Shri

Viewing 15 posts - 6,541 through 6,555 (of 6,995 total)