-
AuthorSearch Results
-
January 19, 2015 at 5:09 am #3459
In reply to: SKT Full Width Pro Version and Bugfixes
Hi,
As i can see you have the start bar on the side hence may be a problem because its not correct width that it is taking.
We will try to replicate the problem and try to solve it.
Regards,
ShriJanuary 19, 2015 at 5:06 am #3458In reply to: Remove Sidebar
Hi,
Kindly use Full Width Page Template: Just like the screenshot shown here:http://sktthemesdemo.net/documentation/full-width-documentation/#page-templates
For Blog with no sidebar you can use Blog no sidebar page template to remove the sidebar.
Regards,
ShriJanuary 17, 2015 at 8:01 am #3438In reply to: SKT Full Width Pro Version and Bugfixes
January 15, 2015 at 7:49 am #3407In reply to: SKT Full Width Pro Version and Bugfixes
Can you share a screenshot or image of what scrollbar you are talking about?
Then we can give instructions accordingly.
Regards,
ShriJanuary 14, 2015 at 2:36 pm #3391In reply to: SKT Full Width Pro Version and Bugfixes
I have found this on line 95-98 in the theme main.css
/* ————————–Articles, Pages and General Content Section Styling ————————–*/
/*————————– Floating Details of the Section, which determines the layout is present in the css/layouts folder ————————–*/
.single-post {border-bottom:1px dotted #6e5730; padding-bottom:20px; }
i can temporally fix this, but the scrollbar on main and other sites is irritating.
January 14, 2015 at 1:14 pm #3385In reply to: SKT Full Width Pro Version and Bugfixes
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,
ShriJanuary 13, 2015 at 3:43 pm #3377Topic: SKT Full Width Pro Version and Bugfixes
in forum SKT Full Width ForumHi,
Hello,
I have recently purchased the theme. This is currently available in version 1.0 but the free version is currently at version 1.6.x! Why?
I have several display errors as here, the dotted lines http://www.d-ani.de/?p=663 visible in brown color. In addition, the theme has a resolution of 1280×800 Windows 8 scrollbars. Horizontally and vertically.
The current version also includes scrollbar on the home page, but for now I have changed this property in the css file. Should there be helpful in troubleshooting I finished like to screenshots.
English text made by Google translate 😀
January 13, 2015 at 1:45 pm #3375Okay, I tried that and got this error:
Parse error: syntax error, unexpected ‘{‘ in /home/twisted/www/www/wp-content/themes/skt-photo-world-pro/functions.php on line 320
I reloaded functions.php from my local ‘clean’ copy and the error went away.
Here is code from line 320 to 322:
<?php
if ( (of_get_option('innerpageslider', true) != 'hide') || is_home() || is_front_page() ) {
for ($i=1;$i<16;$i++) {
Am I misplacing the new code? Should the
<?php
stay?Thanks.
January 12, 2015 at 5:23 am #3342In reply to: Image sizes
Hi,
1600 by 400px is for SKT Full Width PRO. Apologies if you thought this the size for Parallax me theme.
January 9, 2015 at 5:19 am #3315In reply to: SKT Pathway Pro
Show us the website. We can then send instructions accordingly.
January 8, 2015 at 1:18 pm #3308In 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,
Shri -
AuthorSearch Results