-
AuthorSearch Results
-
January 8, 2015 at 1:18 pm #3308
In reply to: SKT Pathway Pro
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.
January 8, 2015 at 1:02 pm #3307In reply to: SKT Pathway Pro
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
January 7, 2015 at 9:11 pm #3298In reply to: Limit the width of the theme?
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 –>
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,
ShriJanuary 6, 2015 at 8:25 am #3269In reply to: SKT Pathway Pro
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,
ShriJanuary 6, 2015 at 8:20 am #3267In reply to: "contact Us"???
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,
ShriJanuary 6, 2015 at 6:51 am #3262In reply to: Theme installation and upload problems
January 5, 2015 at 3:07 pm #3250In reply to: SKT Pathway Pro
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!
January 5, 2015 at 5:17 am #3243In reply to: Menu icons missing?
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,
ShriJanuary 4, 2015 at 9:43 am #3229In reply to: Sub menu background and footer background
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
January 4, 2015 at 8:52 am #3227In reply to: Activate sections
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,
ShriJanuary 4, 2015 at 8:28 am #3225In reply to: My site doesn't show up at all in mobile phones?
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,
ShriJanuary 4, 2015 at 8:27 am #3224In reply to: Several questions
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,
ShriJanuary 4, 2015 at 8:26 am #3223In reply to: Menu icons missing?
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 Iconshttps://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,
ShriJanuary 4, 2015 at 8:22 am #3222In reply to: Sub menu background and footer background
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 -
AuthorSearch Results