jrothra
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] OceanWP + Woocommerce: checkout issue with checkboxesI just upgraded to 1.7.3, but ran into other issues (for example, a clone of the site acts different despite it being an exact replica).
To bypass it, here’s what I added to Customize > Custom CSS
/* PENDING: OceanWP adding Font Awesome 5 support, change font weight and family of checked checkbox so the icon displays */ input[type=checkbox]:checked:before { font-weight: 900; font-family: 'Font Awesome 5 Free'; } /* PENDING: OceanWP adding Font Awesome 5 support, change font family of radio buttons for payment choice on store checkout page */ .woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label:before { content: '\f111'; font-family: 'Font Awesome 5 Free'; font-weight: 400; color: #b3b3b3; /*I changed the color for my own tastes */ }Try that and see if it works.
No, that is PayPal Checkout β just using the option I described above, of disabling the Smart Payment buttons
I completely overlooked that. *facepalm*
However, I noticed that the non-Smart buttons will be abandoned:
PayPal Checkout with new Smart Payment Buttonsβ’ gives your customers the power to pay the way they want without leaving your site.
The existing buttons will be deprecated and removed in future releases. Upgrade to Smart Payment Buttons in the PayPal Checkout settings.
Forum: Themes and Templates
In reply to: [OceanWP] Icons Missing in OceanWP 1.7.2@convolution Agreed. Stick with 1.7.1, but I’m not able to revert (or at least I can’t figure out how). I have a downgrade plugin “WP Rollback” installed, but there’s no option to rollback the theme. So, I’m stuck with 1.7.2.
@fhaps Something like that is what I had in mind: person picks from a list and it lets them pay via that method. Did you custom code that? Do you use PayPal or PayPal Pro?
Something like that is clean, clear, and avoids a button farm which can be overwhelming.Forum: Themes and Templates
In reply to: [OceanWP] Icons Missing in OceanWP 1.7.2I noticed that adding the CSS I mentioned above in side the Customize > Custom CSS/JS resulted in other icons disappearing (e.g., in pagination). So, I removed it completely and added this temporary workaround in it’s place:
/* PENDING: OceanWP adding Font Awesome 5 support, removes icons from Custom Links ('Quick Links') in footer */ .oceanwp-custom-links li a:before { content: none; }It’s not a solution, just a hack.
Forum: Plugins
In reply to: [WooCommerce] Show Subcategories and Products in SubcategoriesAny thoughts?
Forum: Themes and Templates
In reply to: [OceanWP] Font Awesome 5It’s been three months, so I’m wondering if there is an update to when FA5 will be added.
Just realized that the CSS I put up there isn’t what I used. Not sure how THAT got pasted (must have had it copied to the clipboard and pasted it without realizing it. My bad. Here’s what I actually use:
.fa { font-family: FontAwesome; }Here’s some more documentation on it: https://docs.oceanwp.org/article/603-icons-missing-or-showing-up-as-squares
cc: @oceanwp
Doing some research, this could be related to Elementor trying to integrate FA5 (see here and here), or a problem with the theme (OceanWP, see here) using FA4, or a conflict between the two.
I’m currently using this temporary workaround, but the results are some ugly icons and some inconsistencies (e.g., “YouTube” vs just the YT “play” button for their icon):
.fa { font: normal normal normal 14px/1 FontAwesome !important; }- This reply was modified 6 years, 6 months ago by jrothra.
Found the culprit: WooCommerce Blocks by Automattic.
Here’s what I did to determine this:
1. Changed to the Twenty Nineteen theme –> image missing
2. Deactivated all plugins, reactivating in this order: WooCommerce first, all others in alphabetical order.The images showed up when I disabled all plugins, and I refreshed the page after activating each plugin. The image remained until I activated WC Blocks. With it active, the images were missing. When I deactivated WC Blocks again, the images re-appeared.
I’ve since left that plugin deactivated.
I guess my reply didn’t get through.
I cannot grant admin access to the site, as such access is restricted to specific personnel.
Ah, yes. It’s the Recent Posts provided by the Ocean Extra addon. I mistook it for a core WP widget. I submitted a ticket to them about this.
Forum: Plugins
In reply to: [WooCommerce] AmazonPay Payment Box Breaks Layout on Checkout PageGood point. π Still, the CSS worked perfectly.
Forum: Plugins
In reply to: [WooCommerce] AmazonPay Payment Box Breaks Layout on Checkout PageMight work unless the user has JS disabled. The CSS is working.
Forum: Plugins
In reply to: [WooCommerce] AmazonPay Payment Box Breaks Layout on Checkout Page@serafinnyc
The CSS workaround I mentioned is still there, so that may be why you’re not seeing the problem.@willbefore2000
Yes, I’m running 1.9.1. I didn’t remove the CSS workaround after upgrading, so I’m not sure if I need it. Right now it’s working, so I’m going to leave it alone.- This reply was modified 7 years ago by jrothra.