Sonl Sinha

Forum Replies Created

Viewing 15 posts - 6,631 through 6,645 (of 6,994 total)
  • Author
    Posts
  • in reply to: New suggestion add-on's for "Sections" #3457
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Thanks for your valuable suggestions. We will try to implement the first 2. The 3rd one is actually available. Try Ctrl +C and Ctrl + V on your Windows or Try Command + C and Command + V on your Mac for copy and paste.

    Regards,
    Shri

    in reply to: [Feature] Question #3429
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Sorry this isn’t possible for now. Give us 1-2 weeks to upgrade the theme fully. We are also planning to document it extensively as well. We will add this feature as well.

    Sorry for now.

    You can check class and add html circles without the shortcode and then link it.

    Regards,
    Shri

    in reply to: Avoid slide squeezing #3428
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi David,

    Well we don’t have a definite answer for that. Many factors are causing it. We will have to thoroughly check the code and solve it. You can say this is a bug.

    Apologize for this and thank you for reporting this.

    Give us 1 week time. We will solve this and update the theme and let you know.

    Regards,
    Shri

    in reply to: SLIDE DESCRIPTIONS #3427
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Ian,

    Limit of content is due to supersized script and we can’t help on it. For the slider text to wrap here is what you can do. Go to WordPress admin details>Appearance>Theme Options>Layout Settings>Custom CSS

    #slidecaption {width:40%}

    Adjust width to suit yourself.

    Regards,
    Shri

    in reply to: SKT Full Width Pro Version and Bugfixes #3407
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Can you share a screenshot or image of what scrollbar you are talking about?

    Then we can give instructions accordingly.

    Regards,
    Shri

    in reply to: navigation drop down font color and lines and background #3406
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    I think you are changing it using custom css or something. You should be able to do this using theme options itself.

    in reply to: [Feature] Question #3405
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Yes you can add html tags in sections. Put

    Should be fine.

    Regards,
    Shri

    in reply to: Slider image order rendomize #3389
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Norbert,

    Yes check functions.php and search stop_loop

    Below it has random. Change 0 to 1 and it will randomize the slider.

    Regards,
    Shri

    in reply to: A few questions #3387
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Email edits were completed.

    Regards,
    Shri

    in reply to: Adding 'target=blank' to homepage and navigation links? #3386
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    That is totally wrong. On my Mac it appears Line number: 181.

    Starting line search this: if( $imgUrl !=

    This instance is only 1. Then replace this code: if( $imgUrl != ” ){

    echo ‘{image : \”.$imgUrl.’\’, title : \'<div class=”slide-title”><span>’.( ($imgHref!=” && $imgTitle!=”) ? ‘<a href=”‘.$imgHref.'”>’ : ”).$imgTitle.( ($imgHref!=” && $imgTitle!=”) ? ‘</a>’ : ”).'</span></div><div class=”slide-description”><span>’.$imgDesc.'</span></div>’.( ($imgHref != ”) ? ‘<div class=”slide-description”><span><a href=”‘.$imgHref.'”>Read More &rsaquo;</a></span></div>’ : ”).’\’, thumb : \”.$imgUrl.’\’, url : \’\’},’.”\n”;

    With the top code as given above.

    Regards,

    Shri

    in reply to: SKT Full Width Pro Version and Bugfixes #3385
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Thank you however the brown lines are not from the theme. We didn’t add such lines on our theme.

    Not sure how they appear. Can you check if they are via some plugin?

    yes PRO version will get a major overhaul this month and get version upgrade as well.

    Will notify each and every user who purchased it.

    Regards,
    Shri

    in reply to: Display post author instead of comments count #3368
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Norbert,

    For sure you can. Just a very small part of code is involved. Check from Appearance>Editor>content-single.php and content.php

    Line number 12 or 13 where its written:

    comments_number

    Change it to the_author

    Do not touch any PHP tags. Let them be as it is.

    Regards,
    Shri

    in reply to: Adding 'target=blank' to homepage and navigation links? #3367
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    Check functions.php line number 320 to 322.

    Replace with the following code and save: if( $imgUrl != ” ){

    echo ‘{image : \”.$imgUrl.’\’, title : \”.( ($imgTitle!=”) ? ‘<div class=”slide-title”><span>’ : ” ).( ($imgHref!=” && $imgTitle!=”) ? ‘<a href=”‘.$imgHref.'” target=”_blank”>’ : ”).$imgTitle.( ($imgHref!=” && $imgTitle!=”) ? ‘</a>’ : ”).( ($imgTitle!=”) ? ‘</span></div>’ : ” ).( ($imgDesc!=”) ? ‘<div class=”slide-description”><span>’.esc_html($imgDesc).'</span></div>’ : ” ).( ($imgHref != ”) ? ‘<div class=”slide-description”><span><a href=”‘.$imgHref.'” target=”_blank”>Read More &rsaquo;</a></span></div>’ : ”).’\’, thumb : \”.$imgUrl.’\’, url : \’\’}’.( ($i==15) ? “” : “,”).”\n”;

    }

     

    in reply to: A few questions #3364
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi Don,

    Sorry about it. Can you send us an email with WordPress admin and ftp details we will set up the site and also the social icons bug removed.

    Anything else you need from us do write in the email.

    Regards,
    Shri

    in reply to: Resulotion for Slider #3345
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6994
    • Total: 7004
    Member since: June 12, 2013

    Hi,

    1000px width

    575px height would be ideal.

Viewing 15 posts - 6,631 through 6,645 (of 6,994 total)