ZLC
Forum Replies Created
-
Thank you, Nabil! I appreciate your response. It makes a bigger difference when I only display “Days.”
I’m sorry. I’m probably not being clear. So, if I set the timer for 3 hours, when I go to the page with the timer inline, it will display at 2 hours (probably because the timer is automatically counting down and is 2 hours and 59 minutes…). This doesn’t give an accurate representation of how much time they have since they can’t see the minutes or seconds. I’m wondering if there’s a way to round the timer up so anything between 2 hours 59 minutes 59 seconds to 2 hours 0 minutes 1 second displays as “3 hours.” I hope I’m being clearer.
Forum: Plugins
In reply to: [SlimStat Analytics] Excessive admin-ajax.php loading timeI have this issue too, so I’m following this thread to see how it will be resolved. Your input will let me know when to reactivate your plugin. The impact on my website’s load speed is too great to keep it.
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card CSS@whuchumeen, you’re welcome!
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card CSS@meezer432, here is the CSS I added to my site:
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background-color: #dadada;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border: 1em solid #dadada;
border-right-color: transparent;
border-left-color: transparent;
border-top-color: transparent;
}
#braintree-hosted-field-number {
background-color: white !important;
height: 1.5em !important;
width: 300px !important;
max-width: 100% !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
margin-top: 15px;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
color: black !important;
}
.comment-content img[height], .entry-content img, .entry-summary img, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"], #site-header img {
height: 100%;
}
#braintree-hosted-field-expirationDate {
background-color: white !important;
height: 1.5em !important;
width: 150px !important;
max-width: 100% !important;
}
#braintree-hosted-field-cvv {
background-color: white !important;
height: 1.5em !important;
width: 150px !important;
max-width: 100% !important;
}
#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
padding: 0;
}
#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
margin: 0 0 0em;
}I hope it helps you! I’m not a developer, so it took me hours to figure this out
Forum: Plugins
In reply to: [Braintree for WooCommerce Payment Gateway] Credit Card CSSI figured out how to adjust the CSS to fix these issues.
Thank you for your speedy reply, @kimmyx, and thank you for your incredible plugin!
I deleted the other plugin because it was causing issues with some of my other plugins as well. I don’t think the author has a support team, but I will let her know what happened so perhaps it can be resolved.
Thanks again!
Forum: Plugins
In reply to: [WPFront Notification Bar] Display bar differently on another pageThanks for letting me know! I appreciate the quick answer.
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Latest update broke all my formattingSure. Here’s what it looks like with the newest version: https://www.dropbox.com/scl/fi/fxc042fsc8nhvpw0aetqm/Screen-Shot-2024-04-30-at-8.45.19-AM.png?rlkey=3r6502uwx3rjhwozexcgymv99&dl=0
Here’s what it looks like rolled back: https://www.dropbox.com/scl/fi/gzqyzu6jz6jznx9fudsc3/Screen-Shot-2024-04-30-at-8.40.58-AM.png?rlkey=zrbd3f0d9la8pwwoserhlhbhn&dl=0
I have this issue, too. All my contact forms are returning the orange message: “One or more fields have an error. Please check and try again.”
All of my forms were working before, but now they are all returning this message.
NEVERMIND: I updated your plugin and now everything works again.
- This reply was modified 8 months ago by ZLC.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] HTML content now showing as textThank you so much for the update and your wonderful plugin!
I needed to use that option to keep my formatting intact. I think it had something to do with my AddToAny buttons.
I’m happy we could resolve this.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] HTML content now showing as textYes, here’s an example of one shortcode I’m using:
<div class="news">[content_block id=44726 suppress_content_filters="yes"]</div>
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Rolled back@melvidge I’m so sorry to hear about your trouble. I deleted the plugin and added this code to every page where I have a contact form embedded and want redirection to happen:
<script> document.addEventListener( 'wpcf7mailsent', function( event ) { ??location = 'https://example.com/'; }, false ); </script>
Replace
'https://example.com'
with the URL you’d like the contact form to redirect to. This comes directly from the Contact Form 7 plugin author.I hope it helps you.
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Rolled backI resolved this. Thank you for your assistance!
Forum: Plugins
In reply to: [Redirection for Contact Form 7] Rolled backAs a test, I updated Contact Form 7 to the latest version, 5.8.6, and it’s redirecting. So, it appears as though there’s only an issue with your plugin.