bmartin3211
Forum Replies Created
-
however the one on the change password page on the user dashboard is still missing
-edit I was able to figure out the password one tho with a similar fix as above thanks!
- This reply was modified 4 years, 11 months ago by bmartin3211.
@joeltron1 that did the trick thanks homie
The login button was also missing, but I was able to use some CSS style to get it to appear again. However I can not figure out the same thing for these two.
Forum: Plugins
In reply to: [Direct Stripe] How to hide the “processing” after user submits payment..loadingDS-container {display: none !important; }
worked perfectly by adding to additional css for anyone wondering!
Forum: Plugins
In reply to: [Direct Stripe] How to hide the “processing” after user submits payment.@odeal4ik I cant find the id for the spinner because it goes away before I can get the inspect element to work. Any idea what the ID for the stock “processing” thing is?
Forum: Plugins
In reply to: [Direct Stripe] How to hide the “processing” after user submits payment.I tried using this method
by creating a ds-spinner.php and adding it to the plugin folder and then adding the additional css but it did not work.
Forum: Plugins
In reply to: [Calculated Fields Form] How to center forms and text?I got everything to center but the button options using
#fbuilder .fields, #fbuilder .fform, #fbuilder .dfield
{text-align: center;}any idea on how to get the button options to center as well?
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linkingI got everything to center but the button options using
#fbuilder .fields, #fbuilder .fform, #fbuilder .dfield
{text-align: center;}any idea on how to get the button options to center as well?
Forum: Plugins
In reply to: [Calculated Fields Form] How to center forms and text?#fbuilder .fields, #fbuilder .fform {text-align: center;}
this worked for everything but the actual bars, any ideas?
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linking#fbuilder .fields, #fbuilder .fform {text-align: center;}
this worked for everything but the actual bars, any ideas?
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linking@codepeople I dont see anything about centering it there tho
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linking@codepeople do you know the css code to do it? Can you share?
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linkingYeah thats perfect thanks so much.
Can you help me with centering the form on page? I tried a few different css method but it did not work. @codepeople
Forum: Plugins
In reply to: [Calculated Fields Form] Book now button not linkingAlso does anyone know how to center the form instead of make it to the right?
Forum: Plugins
In reply to: [Calculated Fields Form] How to calculate percentageThanks.
That worked perfect, now for some reason the book now button is not linking to the link I put in.