bebebloom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Stripe payment error using woocommerceI’m using Stripe.
Forum: Fixing WordPress
In reply to: Stripe payment error using woocommerceHow do I get there?
Forum: Plugins
In reply to: [Striper - Stripe Integration for WooCommerce] Payment errorHi,
I’m getting a similar error on test mode. While I try to make payment with the test
Credit card, this is what comes up:“Action failed. Please refresh the page and retry.”
How can I fix this?
Forum: Fixing WordPress
In reply to: SSL secured checkout not working.You should be able to see it now.
Forum: Fixing WordPress
In reply to: SSL secured checkout not working.I disabled it so people can still purchase using Paypal.
I will enable it.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce- logout shortcode not workingso how do I add a “log out” for customers?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce- logout shortcode not workingReally? I remember I deleted the page on the appearance side menu on the dash board.
Forum: Fixing WordPress
In reply to: woocommerce log out shortcode isn't workingThank you!
Forum: Plugins
In reply to: [WooCommerce] Track Your Order Bug?I would like to know how to set this up. I can’t seem to track any order.
Forum: Themes and Templates
In reply to: Need help with glitches in a custom themeThank you guys!
I have another question.
Does anyone know if this coding needs to be adjusted or changed to make the slideshow work?This is the frontpage.php for my theme:
<?php get_header(); ?> <section id="slideshow" class="ten columns"> <div> <ul> <?php global $wpdb; $results = $wpdb->get_results("SELECT * FROM $wpdb->postmeta WHERE meta_key = '_wp_attachment_metadata' AND meta_value LIKE '%slider%'"); foreach($results as $result) : $image = get_post($result->post_id); ?> <li><?php if ($_image->post_content) : ?><a>post_content; ?>"><?php endif; ?><img src="<?php echo $image->guid; ?>" alt="<?php echo $image->post_title; ?>" /><?php if ($_image->post_content) : ?></a><?php endif; ?></li> <?php endforeach; ?> </ul> </div> </section> <section id="banners" class="six columns"> <?php global $wpdb; $results = $wpdb->get_results("SELECT * FROM $wpdb->postmeta WHERE meta_key = '_wp_attachment_metadata' AND meta_value LIKE '%sidebanner%'"); foreach($results as $result) : $image = get_post($result->post_id); ?><?php if ($_image->post_content) : ?><a>post_content; ?>"><?php endif; ?><img src="<?php echo $image->guid; ?>" alt="<?php echo $image->post_title; ?>" /><?php if ($_image->post_content) : ?></a><?php endif; ?> <?php endforeach; ?> </section> <script> $(function() { $("#slideshow div").carousel({autoSlide:true, pagination:true, nextBtn:'', prevBtn:''}); $(".carousel-pagination a").addClass('icon-star-empty').click(function() { $(".carousel-pagination a").removeClass('icon-star').addClass('icon-star-empty'); $(this).removeClass('icon-star-empty').addClass('icon-star'); }); }); </script> <?php get_footer(); ?>
[Please use the code buttons when posting code here per https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]
Forum: Meetups
In reply to: Hamilton/Toronto, ON – CanadaHi, I’m from the GTA.
[Moderator note: Please do not use these forums for soliciting paid work]