sceva
Forum Replies Created
-
Forum: Plugins
In reply to: [R+L Carriers Shipping Rates for WooCommerce] wordpress version 5.3.1I think our shipping account had been deactivated with R&L. The plugin is operating now. Thank you.
Forum: Plugins
In reply to: [R+L Carriers Shipping Rates for WooCommerce] wordpress version 5.3.1I am on WP 5.4.1 and the plugin is not working either. It does not show the pricing on the product or cart pages. It did on earlier versions of WP. Thanks.
Forum: Fixing WordPress
In reply to: Moving site and Advanced Custom Field issuesThat is what I tried at first, and it was redirecting a lot of things back to the original site – that is why I tried renaming the links.
So I just tried again following your instructions and got the same results.
I compared the database tables and they appear to be the same in each site.
My template also applies the “pfund_campaign” class – I will use that in the future. Thanks, and thanks again for sharing the plugin.
Here is what I have done in my theme’s css file and it works, but it seems strange that I have to add !important to everything:
/* Modifying Personal Fundraiser CSS------------------------------------------------------*/ .pfund-progress-meter .pfund-progress-met { top: 3px !important; } .pfund-progress-meter .pfund-progress-goal { top: 3px !important; } .pfund-stat { background: #D4D2D2 !important; color: #000000 !important; .....Is there a better way?
The css you want is in your-site/wp-content/plugins/personal-fundraiser/css/user.css
(I really recommend using Firefox and the Firebug plugin to easily find things like this. I love the ability to make changes and see the effects immediately.)
To follow up on the original question, what is the best practice for making changes to the user.css settings? If I change the user.css file, won’t those changes be lost if I upgrade the plug-in?
Forum: Plugins
In reply to: [Personal Fundraiser] [Plugin: Personal Fundraiser] Error after installI watched your WordPress conference video earlier today – very nice. I appreciate what you are doing with Cure and helping out other non-profits.
Thanks for the examples – that really helps. I started looking for something like a fundraising meter when I ran across this. It has opened up some other possibilities.
Forum: Plugins
In reply to: [Personal Fundraiser] [Plugin: Personal Fundraiser] Error after installOne more thing, is there a demo site or live site where I could see how the complete package can be implemented? I am having trouble explaining the concept to others here. Thanks.
Forum: Plugins
In reply to: [Personal Fundraiser] [Plugin: Personal Fundraiser] Error after installYou are correct! I had the email link code instead of the button code…
I have a couple of more questions if you don’t mind? I tried using the shortcodes on a normal wp page but they didn’t work – is it possible to use the shortcodes on pages and posts?
My progress bar is malformed. You can take a look at it here: http://www.touchthenations.com/causes/sample-cause
I assume it is a css problem with my template, but I could not figure it out.
Otherwise this is a very well done plugin – great job.