Christian Bulota
Forum Replies Created
-
This is my search.php template file above. can you tell me which line should I add the code?
<?php /** * Search results page * * @package shaka-pt */ get_header(); $shaka_sidebar = get_field( 'sidebar', (int) get_option( 'page_for_posts' ) ); if ( ! $shaka_sidebar ) { $shaka_sidebar = 'left'; } get_template_part( 'template-parts/page-header' ); ?> <div id="primary" class="content-area container"> <div class="row"> <main id="main" class="site-main masonry col-xs-12<?php echo 'left' === $shaka_sidebar ? ' col-lg-9 col-lg-push-3' : ''; ?><?php echo 'right' === $shaka_sidebar ? ' col-lg-9' : ''; ?>" role="main"> <?php if ( have_posts() ) : ?> <div class="grid js-pt-masonry row"> <div class="grid-sizer col-xs-12 col-sm-6 col-lg-4"></div> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'template-parts/content', 'search' ); ?> <?php endwhile; ?> </div> <?php the_posts_pagination( array( 'prev_text' => '<i class="fa fa-long-arrow-left"></i>', 'next_text' => '<i class="fa fa-long-arrow-right"></i>', ) ); ?> <?php else : ?> <?php get_template_part( 'template-parts/content', 'none' ); ?> <?php endif; ?> </main> <?php get_template_part( 'template-parts/sidebar', 'blog' ); ?> </div> </div> <?php get_footer(); ?>
Hi Ketan,
thanks for your reply.
Yes the plugin is activated.
Where exactly should I add this code ?
<?php echo do_shortcode(‘[popup_anything id=”14292″]’); ?>
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin broke my checkout pageThanks for the reply. I have lost faith in this plugin after having those problems and losing sales because of it. I also read the hundreds of negative reviews and not sure I want to risk losing more sales because of a faulty plugin.
Hi @wfphil
I can see the error message comes from Cloudfare, but how do you explain that when I deactivate Wordfence the problem goes away instantly ? It must be some kind of conflict between Wordfence and Cloudfare.
I was hoping you could tell me which setting to change to avoid de-activating the plugin each time I want to make updates or install new plugins ?
I already tried contacting Cloudfare and even my hosting provider. The only solutions I was given so far were to deactivate cloudfare or wordfence.
There must some setting I can change to avoid getting this error
- This reply was modified 4 years, 7 months ago by Christian Bulota.
Hi amitnew3737 and amans2k
I have the exact same issue described by amitnew3737. Every item added to the cart has a double discount. I did not find a solution yet. Can you please help ?
thanks
Awesome! works great now. Thanks a lot!
I’m using the very latest version of it, just downloaded it and installed it today for the first time