georgepennet
Forum Replies Created
-
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Performance issuePlease check
conditional-fields-cf7.bdwm.be/form-tester/?hash=03bf5a292f51ac5a01842e45c49193bf
The problem is not with multistep I think.
The performance issue is also on your tester form. You will notice that while typing there is a lag.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Performance issueAlthough I could sent you a url to the form and send you conditions (text-view) but I would prefer no to share it publicly.
Forum: Plugins
In reply to: [Conditional Fields for Contact Form 7] Performance issueIt’s a multistep form so not sure if it will work. Let me try.
I have the same problem. Maybe someone can help us with this issue.
Forum: Plugins
In reply to: [Calendar Event Multi View] Grey out days before the current dateI can’t do that because I’m using a free version of your plugin =).
I’m using month view.
Forum: Plugins
In reply to: [WooCommerce] Category / subcategory layoutThanks. I am familiar with this method. Unfortunately, using this option, there is no filtering :(.
Forum: Themes and Templates
In reply to: [WP Simple] Parts/frontpage-news.phpSorry for bothering you again.. but still nothing..
<?php $nimbus_blog_sidebar_position = nimbus_get_option('nimbus_blog_sidebar_position'); if ($nimbus_blog_sidebar_position == 'left') { $sidebar_select_aside_classes = 'col-sm-pull-8'; $sidebar_select_content_classes = 'col-sm-push-4'; } else { $sidebar_select_aside_classes = ''; $sidebar_select_content_classes = ''; } ?> <div class="main_content content row"> <div class="col-sm-6 blog_content_col <?php echo $sidebar_select_content_classes; ?>"> <?php global $more; $more = 0; if (have_posts()) { while (have_posts()) { the_post(); ?> <div col-md-6" <?php post_class('frontpage-post'); ?> data-sr="wait 0.1s, scale up 25%"> <?php get_template_part( 'parts/image', '750_500'); ?> <div class="frontpage-post-content"> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <p class="meta"> <?php the_time( 'M' ); ?>. <?php the_time( 'j' ); ?>, <?php the_time( 'Y' ); ?> by <?php the_author_posts_link(); ?></p> <?php the_excerpt(); ?> </div> </div></div> <?php } } else { get_template_part( 'parts/error', 'no_results'); } get_template_part( 'parts/blog', 'pagination'); ?> </div> </div>
here is my content-blog.php
Forum: Themes and Templates
In reply to: [WP Simple] Parts/frontpage-news.phpI want to change home page layout, yes.
Forum: Themes and Templates
In reply to: [WP Simple] Parts/frontpage-news.phpIt’s on my localhost so I really can’t provide you a link. I only want to know how to display posts side by side not below each other.