homemadejam
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Simple gift card option?Thank you for the explanation! It is working now.
- This reply was modified 3 years, 11 months ago by homemadejam.
Forum: Everything else WordPress
In reply to: Theme styles not loadingDeleting all plugins via FTP finally did the trick. I am now slowly re-installing them one by one.
Note: I had already deleted plugins via the Dashboard, but when I accessed FTP I could still see the folders.
Forum: Everything else WordPress
In reply to: Theme styles not loadingWordpress version is current.
PHP version: 7.3.24
I know that is not the most current version of PHP, but it has not changed recently and this issue with the theme styles not loading is quite recent.
Forum: Plugins
In reply to: [Masonry Layout ( Post Grid Layout )] Custom CSS?Did some more fiddling and discovered that in order to work (at least on my site) these commands need an “!important” declaration added.
For example:
.wmle_post_title { font-size: 1.5em !important; color: #000 !important; }
Thanks!
Forum: Plugins
In reply to: [Masonry Layout ( Post Grid Layout )] Custom CSS?Hello – Thanks for the speedy reply.
Unfortunately, that code does not seem to work. I added those commands with updated values to the Customize > Additional CSS for the site but the font size and colors remain the same.
Forum: Plugins
In reply to: [Photo Gallery by Supsystic] Enable search for gallery contents?That’s unfortunate. It’s an otherwise good gallery plugin.
Time to find another option.
Forum: Themes and Templates
In reply to: [Masonic] Reduce header size on all pages except homePerfect – thanks for the speedy reply & solution!
Forum: Themes and Templates
In reply to: [FabMasonry] Center Page Title?Ok, I figured it out. In case anyone else wants to do this:
header.page-header { max-width: none; } h1.page-title { text-align: center; }
Same here – over two dozen sites.
Disabled all plugins to test – no result.
Confirmed that the SSL certificate is active.
- This reply was modified 4 years, 5 months ago by homemadejam.
You are correct! It was an extension on Firefox: Facebook Container. Once disabled, the feed displays correctly.
Thanks for helping me figure this out – most appreciated!
p.s.
You have a great plugin so you may want to contact them to work out a solution. According to the stats, it’s recommended by Firefox and is installed in 2,000,000+ browsers.- This reply was modified 4 years, 6 months ago by homemadejam.
Hello! Thanks for the quick reply.
It is now loading in Chrome and Safari, but not Firefox (76.0.1).
Any ideas?
Thanks!
- This reply was modified 4 years, 6 months ago by homemadejam.
Thank you, ThemeEverest, but the site in question already employs a number of plugins, and I do not want to add another, especially one as robust as a translation plugin, for what should be a simple code edit.
I was able to locate the text string “Posted on” in the template-tags.php file, located in the “inc” folder of the theme. I replicated the folder to my child theme and edited the relevant code. Unfortunately, and surprisingly, it did not work.
$posted_on = sprintf( /* translators: %s: post date. */ esc_html_x( 'Posted on %s', 'post date', 'blogrid' ), '<a href="' . esc_url( get_permalink() ) . '" rel="bookmark">' . $time_string . '</a>' );
Luckily, a kind and diligent Redditor (u/PointsYak for the win!) helped me to figure out a solution. There’s a call in the parent functions.php file that always returns a path to the parent theme:
require get_template_directory() . '/inc/template-tags.php';
If one adds the following request to the functions.php file of child theme folder, the edited template-tags.php file of the child theme will start to have effect.
require get_stylesheet_directory() . '/inc/template-tags.php';
- This reply was modified 4 years, 7 months ago by homemadejam. Reason: clarity
- This reply was modified 4 years, 7 months ago by homemadejam.
{"type":"form","data":{"fields":[{"id":"name-1","element_id":"name-1","form_id":"wrapper-4336-3114","type":"name","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-4336-3114","field_label":"Name","placeholder":"","prefix_label":"Prefix","fname_label":"First Name","fname_placeholder":"E.g. John","mname_label":"Middle Name","mname_placeholder":"E.g. Smith","lname_label":"Last Name","lname_placeholder":"E.g. Doe","prefix":"true","fname":"true","mname":"true","lname":"true","required_message":"Name is required.","prefix_required_message":"Prefix is required.","fname_required_message":"First Name is required.","mname_required_message":"Middle Name is required.","lname_required_message":"Last Name is required.","required":true},{"id":"email-1","element_id":"email-1","form_id":"wrapper-8133-1326","type":"email","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-8133-1326","validation":false,"placeholder":"","field_label":"Email Address","required":true},{"id":"address-1","element_id":"address-1","form_id":"wrapper-2982-2690","type":"address","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-2982-2690","street_address":"true","address_city":"true","address_state":"true","address_zip":"true","address_country":false,"address_line":"true","street_address_label":"Street Address","street_address_placeholder":"","address_city_label":"City","address_city_placeholder":"","address_state_label":"State","address_state_placeholder":"","address_zip_label":"ZIP Code","address_zip_placeholder":"","address_country_label":"Country","address_line_label":"Apt, suite, etc","street_address_required_message":"This field is required. Please enter the street address.","address_zip_required_message":"This field is required. Please enter the zip code.","address_country_required_message":"This field is required. Please select the country.","address_city_required_message":"This field is required. Please enter the city.","address_state_required_message":"This field is required. Please enter the state.","address_line_required_message":"This field is required. Please enter address line."},{"id":"name-2","element_id":"name-2","form_id":"wrapper-5667-8100","type":"name","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-5667-8100","field_label":"Share Partner Name","placeholder":"","prefix_label":"Prefix","fname_label":"First Name","fname_placeholder":"E.g. John","mname_label":"Middle Name","mname_placeholder":"E.g. Smith","lname_label":"Last Name","lname_placeholder":"E.g. Doe","prefix":"true","fname":"true","mname":"true","lname":"true","required_message":"Name is required.","prefix_required_message":"Prefix is required.","fname_required_message":"First Name is required.","mname_required_message":"Middle Name is required.","lname_required_message":"Last Name is required.","description":"(for splitting a full share with another household)"},{"id":"email-2","element_id":"email-2","form_id":"wrapper-3318-1937","type":"email","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-3318-1937","validation":false,"placeholder":"","field_label":"Share Partner Email"},{"id":"textarea-1","element_id":"textarea-1","form_id":"wrapper-6659-5266","type":"textarea","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-6659-5266","input_type":"line","limit_type":"characters","field_label":"Referrals","placeholder":"","description":"Did someone refer you to our farm? If yes, please share their name and contact information (mailing address & email) with us so that we can thank them!"},{"id":"radio-1","element_id":"radio-1","form_id":"wrapper-3936-9544","type":"radio","options":[{"label":"Mondays, 2:00-6:30pm","value":""},{"label":"Wednesdays, 2:00-6:30pm","value":""},{"label":"Saturdays, 9:00am-1:00pm","value":"","limit":"","default":false}],"cols":12,"conditions":[],"wrapper_id":"wrapper-3936-9544","value_type":"radio","field_label":"Please select a pickup day:","layout":"vertical","required":true},{"id":"radio-2","element_id":"radio-2","form_id":"wrapper-6994-6513","type":"radio","options":[{"label":"Small Share: Feeds 1-2 people per week, June-October: $420","value":""},{"label":"Medium Share: Feeds 2-4 people per week, June-October. This is our standard size, similar to shares offered in the past: $640","value":""},{"label":"Large Share: Feeds 4-6 people per week, June-October: $735 (This size is meant for larger households and for folks who want to split with another household. Our large share will always be divisible by two, allowing you and your share partner to pick up on different days and/or times as best fits your individual schedules.)","value":"","limit":"","default":false}],"cols":12,"conditions":[],"wrapper_id":"wrapper-6994-6513","value_type":"radio","field_label":"Please Select a Share Size and Price:","layout":"vertical","required":true},{"id":"checkbox-2","element_id":"checkbox-2","form_id":"wrapper-6595-678","type":"checkbox","options":[{"label":"I understand that by joining a CSA, I am committing to both the rewards and the risks inherent in farming.","value":""},{"label":"I understand that my share will be available for pick-up during the posted schedule. If there is a week that I am unable to pick up my share I will either arrange for someone else to pick it up or my produce will be donated to a local food pantry or soup kitchen.","value":""}],"cols":12,"conditions":[],"wrapper_id":"wrapper-6595-678","value_type":"checkbox","field_label":"CSA Agreement","layout":"vertical","description":"Please check both.","required":true},{"id":"select-2","element_id":"select-2","form_id":"wrapper-6275-4151","type":"select","options":[{"label":"Pay Online","value":"pay-online","limit":"","calculation":"50.00","default":false},{"label":"Pay by Check / SNAP","value":"pay-by-check-or-snap","limit":"","calculation":"0","default":false}],"cols":12,"conditions":[],"wrapper_id":"wrapper-6275-4151","value_type":"single","field_label":"Select Payment Method","calculations":"true","required":true},{"id":"calculation-1","element_id":"calculation-1","form_id":"wrapper-7055-6461","type":"calculation","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-7055-6461","field_label":"Calculations","placeholder":"E.g. Calculated Value","formula":"{select-2}"},{"id":"stripe-1","element_id":"stripe-1","form_id":"wrapper-8904-8552","type":"stripe","options":[],"cols":12,"conditions":[],"wrapper_id":"wrapper-8904-8552","field_label":"Credit / Debit Card","mode":"test","currency":"USD","amount_type":"variable","logo":"","company_name":"","product_description":"","customer_email":"","receipt":"false","billing":"false","verify_zip":"false","card_icon":"true","language":"auto","base_class":"StripeElement","complete_class":"StripeElement--complete","empty_class":"StripeElement--empty","focused_class":"StripeElement--focus","invalid_class":"StripeElement--invalid","autofilled_class":"StripeElement--webkit-autofill","variable":"calculation-1"}],"settings":{"pagination-header":"nav","paginationData":{"pagination-header-design":"show","pagination-header":"nav","page-break-1-steps":"Sharemember Information","page-break-2-steps":"CSA Share Choices","last-steps":"CSA Share Payment"},"formName":"On-farm Shares","version":"1.12.1.1","form-border-style":"none","form-padding":"","form-border":"","fields-style":"open","validation":"on_submit","form-style":"material","enable-ajax":"true","autoclose":"true","submission-indicator":"show","indicator-label":"Submitting...","form-type":"default","submission-behaviour":"behaviour-hide","thankyou-message":"Thank you for contacting us, we will be in touch shortly.","submitData":{"custom-submit-text":"Submit","custom-invalid-form-message":"Error: Your form is not valid, please fix the errors!"},"validation-inline":"1","form-expire":"date","form-padding-top":"0","form-padding-right":"0","form-padding-bottom":"0","form-padding-left":"0","form-border-width":"0","form-border-radius":"0","cform-label-font-family":"Roboto","cform-label-custom-family":"","cform-label-font-size":"12","cform-label-font-weight":"bold","cform-title-font-family":"Roboto","cform-title-custom-family":"","cform-title-font-size":"45","cform-title-font-weight":"normal","cform-title-text-align":"left","cform-subtitle-font-family":"Roboto","cform-subtitle-custom-font":"","cform-subtitle-font-size":"18","cform-subtitle-font-weight":"normal","cform-subtitle-text-align":"left","cform-input-font-family":"Roboto","cform-input-custom-font":"","cform-input-font-size":"16","cform-input-font-weight":"normal","cform-radio-font-family":"Roboto","cform-radio-custom-font":"","cform-radio-font-size":"14","cform-radio-font-weight":"normal","cform-select-font-family":"Roboto","cform-select-custom-family":"","cform-select-font-size":"16","cform-select-font-weight":"normal","cform-multiselect-font-family":"Roboto","cform-multiselect-custom-font":"","cform-multiselect-font-size":"16","cform-multiselect-font-weight":"normal","cform-dropdown-font-family":"Roboto","cform-dropdown-custom-font":"","cform-dropdown-font-size":"16","cform-dropdown-font-weight":"normal","cform-calendar-font-family":"Roboto","cform-calendar-custom-font":"","cform-calendar-font-size":"13","cform-calendar-font-weight":"normal","cform-button-font-family":"Roboto","cform-button-custom-font":"","cform-button-font-size":"14","cform-button-font-weight":"500","cform-timeline-font-family":"Roboto","cform-timeline-custom-font":"","cform-timeline-font-size":"12","cform-timeline-font-weight":"normal","cform-pagination-font-family":"","cform-pagination-custom-font":"","cform-pagination-font-size":"16","cform-pagination-font-weight":"normal","payment_require_ssl":"","submission-file":"delete","form_status":"publish","form_name":"on-farm-shares","cform-color-settings":"","honeypot":"1","expire_date":"1 October 2020","use_ajax_load":"1","use_donotcachepage":"1"},"client_id":null,"notifications":[{"slug":"notification-1234-4567","label":"Admin Email","email-recipients":"default","recipients":"[email protected]","email-subject":"New Form Entry #{submission_id} for {form_name}","email-editor":"You have a new website form submission: <br/> {all_fields} <br/>---<br/> This message was sent from {site_url}."}]},"status":"publish","version":"1.12.1.1"}
I have entered the values and setup you recommended. It does not work. Even if someone chooses Pay by Check, the form continues to require that one enter a credit card number.
It seems like perhaps this plugin is not able to achieve what I originally outlined in my request: “What I would like is for the PayPal field to appear when the user chooses the ‘Pay Online’ option. And for another Text field with a submit button to appear when the user chooses ‘Pay via Check’.”
If it is not capable of achieving this, please let me know and I will seek an alternative. Thank you.
I set Pay Online to: 1
And Pay by Check/SNAP: 0And then I set a rule for the PayPal field to Show when the Select field is set to Pay Online.
Must still be doing something wrong because the Paypal field doesn’t appear at all, regardless of which selection is chosen.
Any advice would be most appreciated.