Forum Replies Created
-
AuthorPosts
-
Hi Reginal,
Kindly show us your website URL.
Regards,
DaveHi Colleen,
Kindly show us your website URL.
Regards,
BradHi Colleen,
Kindly go to search.php and replace the code:
<?php /** * The template for displaying Search Results pages. * * @package SKT Movers Packers */ get_header(); ?> <div class="content-area"> <div class="middle-align content_sidebar"> <?php if ( have_posts() ) : ?> <header> <h1 class="entry-title"><?php printf( __( 'Search Results for: %s', 'skt-movers-packers' ), '<span>' . get_search_query() . '</span>' ); ?></h1> </header> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', 'search' ); ?> <?php endwhile; ?> <?php skt_movers_packers_pagination(); ?> <?php else : ?> <?php get_template_part( 'no-results', 'search' ); ?> <?php endif; ?> <div class="clear"></div> </div> </div> <?php get_footer(); ?>
Regards,
DaveHi Dean,
Check out this video: https://www.youtube.com/watch?v=akgcWw8DD9o
Regards,
AshishHi Dave,
Kindly show us your website URL.
Regards,
BradHi David,
Check out this video on how to set up testimonials:
https://www.youtube.com/watch?v=bSdud-fAV3c
Regards,
DaveHi Dianne,
Can you show us the page URL where you have the sidebar and having this issue.
Regards,
BradHi Dianne,
Instead of managing it via CSS you can put a code in header.php so that it shows on all screen sizes. Now the contact number has absolute position and its showing on right hand side.
If you are not familiar with the code kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
DaveWhich Background image are you talking about?
Regards,
BradHi Paolo,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
And paste this css code in custom box.section-teammember {display:table; margin:auto; width:80%;}
.teammember-list { width: 29.30%;}Regards,
DaveOkay, Kindly send us your URL of the site and WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.
Regards,
BradGreat
Regards,
BradHi Ida,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
.header .header-inner .logo img{height:auto !important; max-width:455px !important;}
Let me know if the issue still happens.
Regards,
BradHi Bernard,
Kindly go to Appereance>>Widget>>Sidebar Main
drag and drop text widget in sidebar main widget to remove default sidebar.
Description below images
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS BoxAdd this code:
.entry-summary{display:inline-block;}
Regards,
BradHi Andrew,
Add this code in custom css box:
#slider{max-height:400px;}
Regards,
Dave -
AuthorPosts