Fedde12
Forum Replies Created
-
Hi,
Thanks, thats great! I think i will go for the Pro version. Is it also possible to initiate the chat when a customer is for example 3 min on your website? So there will be a pop-up or something shown with the chat when a customer is like 3 min on the website?
Thanks.
Forum: Themes and Templates
In reply to: [Sparkling] Change width page titleThanks for your advice. I tried but I can’t figure out how to make it work. My front-page.php is:
<?php if ( get_option( 'show_on_front' ) == 'posts' ) { get_template_part( 'index' ); } elseif ( 'page' == get_option( 'show_on_front' ) ) { get_header(); ?> </div> <div id="content" class="site-content container"> <div id="primary" class="content-area col-sm-12 col-md-12"> <main id="main" class="site-main" role="main"> <div class="post-inner-content"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<div class="page-links">' . __( 'Pages:', 'sparkling' ), 'after' => '</div>', ) ); ?> </div><!-- .entry-content --> <?php edit_post_link( __( 'Edit', 'sparkling' ), '<footer class="entry-meta"><i class="fa fa-pencil-square-o"></i><span class="edit-link">', '</span></footer>' ); ?> </article><!-- #post-## --> <?php get_sidebar( 'home' ); ?> <?php // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) : comments_template(); endif; ?> <?php endwhile; // end of the loop. ?> </div> </main><!-- #main --> </div><!-- #primary --> <?php get_footer(); } ?>Do you have any idea what code I have to change?
Forum: Themes and Templates
In reply to: [Sparkling] Change width page titleHi,
Thanks for your fast reply. I already figured out how to change the background color, but not the width of it. Here is a link to my website: http://tinyurl.com/otnarqr
I want to know how I can make the green bar (with the title) 100% width. I already tried to give it a width: 100% !important; but it doesnt work because it is in the same container as the content.
Forum: Themes and Templates
In reply to: [Sparkling] Change width page titleOr is it easier to give the page title a background color? Like in the demo: http://colorlib.com/wp/themes/
How can I do this?