Search Results for 'skt'

Home Forums Search Search Results for 'skt'

Viewing 15 results - 14,131 through 14,145 (of 14,294 total)
  • Author
    Search Results
  • #3308

    In reply to: SKT Pathway Pro

    Faith SpinelliFaith Spinelli
    Member
    • Topics: 23
    • Replies: 32
    • Total: 55
    Member since: June 24, 2014

    Shri – I’m sorry, the area that I can’t get to go away is in the Black Pro that I cannot get rid of the slider … the area remains with a circle.

    #3307

    In reply to: SKT Pathway Pro

    Faith SpinelliFaith Spinelli
    Member
    • Topics: 23
    • Replies: 32
    • Total: 55
    Member since: June 24, 2014

    Hi Shri,

    How do I change the call-to-action buttons that are in the slider?  The buttons say “Read More” but I want to change that to “Apply.”

    Same template only for a different client; As far as removing the sliders themselves, there is just a circle in an infinite loop.  The slider “area” doesn’t go away.  I followed your instructions but that circle remains.

    please advise.

    Thanks!

    Faith

    Regards,

    Faith

    #3298
    Daniel HillDaniel Hill
    Member
    • Topics: 3
    • Replies: 7
    • Total: 10
    Member since: July 21, 2014

    Hi Shri,

     

    I have been looking at the header.php and am trying to find the code that needs to be changed to adjust the width of the page, would you be able to show me the lines that i need to change?

    Thanks

    Dani

    <?php

    /**

    * The Header for our theme.

    *

    * Displays all of the <head> section and everything up till <div id=”content”>

    *

    * @package SKT Full Width

    */

    ?><!DOCTYPE html>

    <html <?php language_attributes(); ?>>

    <head>

    <meta charset=”<?php bloginfo( ‘charset’ ); ?>”>

    <meta name=”viewport” content=”width=device-width, initial-scale=1″>

    <title><?php wp_title( ‘|’, true, ‘right’ ); ?></title>

    <link rel=”profile” href=”http://gmpg.org/xfn/11″>

    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>”>

    <link rel=”icon” type=”image/x-icon” href=”<?php echo esc_url( of_get_option(‘favicon’, true) ); ?>” />

    <?php

    $slAr = array();

    for ($i=1;$i<16;$i++) {

    if ( of_get_option(‘slide’.$i, true) != “” ) {

    $imgUrl = of_get_option(‘slide’.$i, true);

    if ( strlen($imgUrl) > 3 ) $slAr[] = of_get_option(‘slide’.$i, true);

    }

    }

    ?>

    <?php wp_head(); ?>

    <link rel=”stylesheet” type=”text/css” href=”<?php echo get_template_directory_uri();?>/css/style_base.css”>

    </head>

     

    <body <?php body_class(); ?>>

    <?php

    $front_page = get_option(‘page_on_front’);

    $post_page = get_option(‘page_for_posts’);

    ?>

    <div id=”page” class=”hfeed site”>

    <?php do_action( ‘before’ ); ?>

     

    <?php if( (is_front_page() || is_home() ) && ($front_page == 0 && $post_page == 0) ){ ?>

    <?php if( count($slAr) > 0 ){ ?>

    <div class=”slider-parent”>

    <div class=”slider-wrapper theme-default container <?php if( is_front_page() || is_home()  ){ echo ‘home_front_wrap_main’; } ?>”>

    <!–Thumbnail Navigation–>

    <div id=”prevthumb”></div>

    <div id=”nextthumb”></div>

    <div id=”thumb-tray” class=”load-item”>

    <div id=”thumb-back”></div>

    <div id=”thumb-forward”></div>

    </div>

    <div id=”progress-back” class=”load-item”>

    <div id=”progress-bar”></div>

    </div><!–Time Bar–>

    <div id=”slidecaption”></div><!–Slide captions displayed here–>

    <div id=”controls-wrapper” class=”load-item”>

    <div id=”controls”>

    <a id=”play-button”><img id=”pauseplay” src=”<?php echo get_template_directory_uri();?>/images/img/pause.png”/></a>

    <!–Arrow Navigation–>

    <a id=”prevslide” class=”load-item”></a>

    <a id=”nextslide” class=”load-item”></a>

    <div id=”slidecounter”>

    <span class=”slidenumber”></span> / <span class=”totalslides”></span>

    </div><!–Slide counter–>

    </div>

    </div><!–Control Bar–>

     

    </div><!–.container–>

    </div><!–.slider-parent–>

    <?php } //if( count($slAr) > 0 ){ ?>

    <?php } ?>

     

    <div id=”wrapper”>

    <div id=”secondary” class=”widget-area <?php if( is_front_page() || is_home()  ){ echo ‘home_front_wrap’; } ?>” role=”complementary”>

    <div class=”header”>

    <div class=”logo”>

    <h1 class=”site-title”><a href=”<?php echo esc_url( home_url( ‘/’ ) ); ?>” rel=”home”>

    <?php if( of_get_option(‘logo’, true) != ” ) { ?>

    <img src=”<?php echo esc_url( of_get_option(‘logo’, true) ); ?>” />

    <?php } else { ?>

    <?php bloginfo( ‘name’ ); ?>

    <?php } ?>

    </a></h1>

    <p class=”site-description”><?php bloginfo( ‘description’ ); ?></p><br />

    </div>

    <div class=”show_hide_header”>

    <div id=”site-nav”>

    <h1 class=”menu-toggle”></h1>

    <div class=”screen-reader-text skip-link”><a href=”#content”><?php _e( ‘Skip to content’, ‘skt-full-width’ ); ?></a></div>

    <?php wp_nav_menu( array(‘theme_location’ => ‘primary’, ‘container’ => ”, ‘menu_class’ => ‘nav’) ); ?>

    </div><!– site-nav –>

    <?php if ( is_active_sidebar( ‘sidebar-2’ ) ) : ?>

    <?php dynamic_sidebar( ‘sidebar-2’ ); ?>

    <?php endif; ?>

    </div>

    <div class=”header-bottom”>

    <div id=”header-bottom-shape”>

    </div><!– header-bottom-shape2 –>

    </div><!– header-bottom –>

    <div class=”clear”></div>

    </div><!– header –>

    </div><!– secondary –>

     

    #3290

    In reply to: Slider

    Sonal S SinhaSonal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6995
    • Total: 7005
    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

    #3269

    In reply to: SKT Pathway Pro

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

    Hi Faith,

    Thanks. Do you mean remove the slider completely? Then i can send exact instructions if you want to remove the slider completely.

    Regards,
    Shri

    #3267

    In reply to: "contact Us"???

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

    Hi,

    I am sorry for the trouble you are having.

    Gallery documentation is given here: http://sktthemesdemo.net/documentation/photo-world-documentation/#set-up-gallery-page

    Still not clear send us the WordPress admin details via email: [email protected]

    and we will set up contact form and gallery for you. Hope that is fine.

    Regards,
    Shri

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

    Hi Brett,

    Yes sure send us your WordPress admin details via email: [email protected]

    Regards,
    Shri

    #3250

    In reply to: SKT Pathway Pro

    Faith SpinelliFaith Spinelli
    Member
    • Topics: 23
    • Replies: 32
    • Total: 55
    Member since: June 24, 2014

    Good morning, Shri,

    The Slider Images area – I don’t see an option to change or remove them.

    And here’s another question that… I’m utilizing the link area in the menu builder but what if I want a separate window open up when clicked?  I can’t figure that one out either.

    Thanks!

    Faith

    p.s.Looooove the Short Codes page!

    #3243

    In reply to: Menu icons missing?

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

    Hi,

    Sorry for the same. Please deactivate and remove the icon plugin which i suggest.

    This is the correct one: Kindly Install the Tr Edit Menu Icon plugin for navigation icon.(https://wordpress.org/plugins/tr-edit-menu-icon/)

    Then they should appear just like the demo.

    If still a problem shoot us an email: [email protected] with WordPress admin details and we will surely get it done for you.

    Regards,
    Shri

    #3229
    George TzovarasGeorge Tzovaras
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 3, 2015

    Everything is ok, but the submenu not change (I have already change wp-content/themes/skt_full_width_pro/images/menu-bg.png in order to change main menu and backround of pages and posts but on submenus it is still black

    #3227

    In reply to: Activate sections

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

    Hi,

    Seems like a problem for you.

    Send us WordPress admin details and your website url via email: [email protected]

    We will set up demo testimonials for you thereby you can manage them.

    As for getting rid of reply/comment on pages:

    use this plugin: “Disable Comments” https://wordpress.org/plugins/disable-comments/

    Search also will remove once you send us the email.

    Regards,
    Shri

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

    Should be some plugin conflict etc. because others can surely see no one till now posted such a problem.

    Send us email with WordPress admin details and your website link: [email protected]

    Regards,
    Shri

    #3224

    In reply to: Several questions

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

    Hi Alison,

    Best thing would be send us WordPress admin details at [email protected] and we will set up the demo content for testimonials, contact form, gallery etc.

    Then you can edit them as per your need.

    Regards,
    Shri

    #3223

    In reply to: Menu icons missing?

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

    Hi,

    Sorry for this as the instructions weren’t clear. Here is what you need to do add this plugin from Appearance>Plugins>Add New
    Search: Menu Icons

    https://wordpress.org/plugins/menu-icons/

    Add this plugin and then go to Appearance>Menus>Add new Menu label to the menu icons to show just like the demo.

    If still you have problem just let us know and we will get this done for you. Email us WordPress admin details at [email protected]

    Regards,
    Shri

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

    Hi,

    For submenu here is the image which you need to change: wp-content/themes/skt_full_width_pro/images/menu-bg.png

    And for the footer (it is a colored footer so you can do this):
    Go to Appearance>Theme Options>Layout Settings>Custom CSS and add this:

    #colophon {background:#anycolorhexcode !important;}
    .footer-bottom {background-color:#anycolorhexcode !important;}

    Both the footer colors would now be changed.

    Regards,
    Shri

Viewing 15 results - 14,131 through 14,145 (of 14,294 total)