Sonl Sinha

Forum Replies Created

Viewing 15 posts - 6,631 through 6,645 (of 6,987 total)
  • Author
    Posts
  • in reply to: Slider image order rendomize #3389
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    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: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    1000px width

    575px height would be ideal.

    in reply to: THEME INSTRUCTIONS #3343
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    Sorry for your troubles.

    Will it be wise if we install the theme for you in your server with demo content then you can take it up from there?

    Regards,
    Shri

    in reply to: Image sizes #3342
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    1600 by 400px is for SKT Full Width PRO. Apologies if you thought this the size for Parallax me theme.

    in reply to: SKT Pathway Pro #3315
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Show us the website. We can then send instructions accordingly.

    in reply to: Sub menu background and footer background #3314
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi,

    These 2 images need to be changed as well: http://www.zanteshipwreck.gr/wp-content/themes/main/images/menu_sub.png

    And http://www.zanteshipwreck.gr/wp-content/themes/main/images/menu-hover.png

    Regards,
    Shri

    in reply to: Limit the width of the theme? #3302
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi Daniel,

    This code you need to neglect when using in the new page template:

    From the header then the page won’t resize for mobile and tablet. I guess that is what you are asking.

    Regards,
    Shri

    in reply to: Slider #3290
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Send us an email: [email protected] with the access to the site (WordPress admin details).

    We will get the logo and menu on top of the slider and check for responsive issue if any.

    Regards,
    Shri

    in reply to: Need Theme Installation Instructions #3289
    Sonl SinhaSonl Sinha
    Keymaster
    • Topics: 10
    • Replies: 6987
    • Total: 6997
    Member since: June 12, 2013

    Hi Issa,

    Replied to you via email.

    Regards,
    Shri

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