Forum Replies Created
-
AuthorPosts
-
Great
Regards,
Shri@florina: kindly go to header.php and translate the button text.
Regards,
ShriHi,
Kindly go to Theme>CutsNStyle>inc folder>custom-functions.php file
On line number 701 replace this code
$imgSrc = wp_get_attachment_image_src( get_post_thumbnail_id(), ‘full’);
Regards,
ShriHi,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this CSS code there:
.work-box .step-1{ background:url(‘your image url’) no-repeat center bottom !important;}
.work-box .step-2{ background:url(‘your image url’) no-repeat center bottom !important;}
.work-box .step-3{ background:url(‘your image url’) no-repeat center bottom !important;}Regards,
ShriHi,
Kindly go to header.php
on line no. 123 to 130 replace this code
<div class=”slider-wrapper theme-default”><div id=”slider” class=”nivoSlider”>
<?php
foreach( $slAr as $sv ){
$n++; ?> “>
” alt=”<?php echo esc_attr($sv[‘image_title’]);?>” title=”<?php echo esc_attr(‘#slidecaption’.$n) ; ?>” /><?php
$slideno[] = $n;
}
?>
</div>Regards,
ShriHi,
So if we disable the animation that appears on the homepage it will start showing up the site fine.
Steps: go to wp-content/themes/skt-bakery-pro/js/custom.js remove the animation classes jquery lines we have written like fadeIn, bounceIn etc.
And then go to style.css and remove visibility:hidden for all those classes mentioned in custom.js
Regards,
ShriHi,
Kindly go to appearance->Theme Option->Custom CSS Box:
Paste this css code:
.header .header-inner .logo img {max-height:none;}Regards,
ShriGreat
Regards,
ShriHi,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
paste this css code:
.header span.tagline{ font-size: 15px; }Regards,
ShriHi,
Kindly do not link Main Menu Entry to any page give it # in link option.
Regards,
ShriHi,
Kindly go to Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Paste this CSS code:
#nav{margin-top:10px;}
#nav ul li a {color:#ff9c00;}Regards,
ShriHi,
Kindly email us: [email protected] your website URL and WordPress admin details and we will check the problem.
Regards,
ShriHi,
You can setup the gallery with the help of this video documentation
https://www.youtube.com/watch?v=akgcWw8DD9o
Regards,
ShriHi,
Kindly go to js>custom.js
here you can find animation timing for section animations.
Regards,
ShriHi,
For the image problem kindly use plugin page links to and link those pages to some other page where you don’t have featured image set so that it doesn’t look odd.
Regards,
Shri -
AuthorPosts