Digital experiences for all disciplines
Forum Replies Created
-
-
Thank you! That worked to remove the color visuals from the button default state. However the hover state colors remain, as well as excess padding around the Stripe button. I will try to figure out those other definitions to zero out, but if you could provide custom CSS for removing the button padding, the hover and click states, etc, that would be amazing.
November 20, 2015 at 4:13 am in reply to: Defer parsing of javascript to improve page load times (speed) per gtmetrix? #230100Thank you but I thought according to the knowledgebase here, you recommend WP Super Cache, and warn that W3 Total Cache is problematic with Cardinal?
I am using WP Super Cache per the KB’s recommendations.This reply has been marked as private.this is what their form code looks like:
<form action="/charge" method="POST"> <script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="pk_test_6pRNASCoBOKtIshFeQd4XMUh" data-image="http://www.spiritseries.org/wp-content/uploads/2014/09/quote-left.png" data-name="Spirit Series" data-description="Sponsor a Student" data-amount="5000" data-locale="auto" data-panel-label="Donate {{amount}}" data-currency="USD" data-zip-code="true" data-billing-address="true" data-label="Donate $50 with Card" data-allow-remember-me="false" > </script> </form>
Oh, that’s better than my idea! Thanks all!
Thanks! I see you set a minimum height for the text box with border. That works great on desktop, but leaves extra room when the window shrinks for phones/smaller devices. If the min height is the only CSS fix, should I revert to using a background image to create the color instead?
Sorry, there’s extra security I forgot about. It’s fixed, please try again.
This reply has been marked as private.Thank you.
Thank you, that works! But only when I leave in my custom code as well, which targets a custom class attached to these objects. When I remove my custom tag, it does not work.
With this code you provided, you are targeting only that column on that one page, in combination with my code —but this is a site-wide issue for me. How do I target any column I want? Can I use only the custom CSS class field within the page builder so that I can add this to any object? How would you write that code and selector?
I’m sorry, I don’t understand your question. I want to be able to make items in columns to align to the top of columns. Does that make sense?
That works! Thank you.
Cardinal 2.08. I believe that is the latest, yes?
I also reinstalled the Revolution slider from the links you provide.And it’s the latest wordpress. Everything is up to date.
I provided you with login details earlier in this thread, so you can see for yourself.
If I choose any header style other than under “below slider”, then the page renders correctly. So is it a bug with the way “below slider” is implemented?It appears that setting the page header type as “below slider” makes the footer disappear.
When I change the header type setting to something other than “below slider”, the footer reappears and the slider only shows at the top of the page. -