joand
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Changing logo in Merchant CenterAh okay! I thought they were crazy LOL. In this case, the only option I have there is to upload the site icon – which I did over a week ago. They have not picked it up yet, but I guess they will eventually. The only place it is used on the site is as a favicon though – would that be an issue? My actual logo is uploaded through the Divi theme, so I don’t know if they would pick that up. (it would not be a good logo for them anyways as it is a light colour – used on a dark menu bar.) They didn’t approve my original logo anyways, so it’s no loss. It would be good if they could pick up the favicon though as I was afraid they would suspend my account for having incorrect branding… Thanks for your help.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google PayI think if the option to show popup icon and text is not selected it should keep the “display: none” applied to it, rather than changing to display: block which is what is causing the padding to be applied to a blank field. But anyways, as I mentioned, I was able to hide it, so it’s all good now. Thanks for your help.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google PayI hid it with css as noted above, so you won’t be able to see it now. But the css class that I overrode has your plugin names in it, so I don’t think my theme would have access to that.
- This reply was modified 5 months, 3 weeks ago by joand.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google PayI was able to hide the boxes with css
.woocommerce-checkout #payment .payment_box.payment_method_ppcp, .woocommerce-checkout #payment .payment_box.payment_method_ppcp::before {
display: none!important;
}
.woocommerce-checkout #payment .payment_box.payment_method_ppcp_googlepay, .woocommerce-checkout #payment .payment_box.payment_method_ppcp_googlepay::before {
display: none!important;
}Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google PayI don’t see a way to attach an image here
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google Payokay, in the Paypal options there is a radio button to select “show popup icon and text” I deselected that and now it shows the weird speech bubble too. When selected, it showed a message and image in the speech bubble saying click the Paypal button below. If deselected is shouldn’t show the speech bubble at all. The Gpay settings don’t have any option to select or deselect a message. Maybe I can hide the speech bubble with css, if I can do so without affecting the credit card option as it IS needed there
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google Paysafari on ipad and Chrome on PC. I just updated to 2.0.1 and the weird little speech bubble persists.
- This reply was modified 5 months, 3 weeks ago by joand.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google Payokay, I am getting it now! I had no idea what all those things meant LOL . Now I just have a weird little speech bubble below the GPay radio button. I guess that is where “please click the Google Pay button…” message is going to go? Thanks so much for answering all my questions and your excellent customer support. I understand this much better now thanks to your help.
Forum: Plugins
In reply to: [Payment Plugins for PayPal WooCommerce] Google PayOkay, got it. It works now. However there is an awkward “Place Order” button on the checkout page that doesn’t seem to be required, as the GPay button opens a popup. On the Paypal settings page there is an option to deselect the “Place Order” button, but there is no such option on the GPay settings page. Am I missing something to get rid of that button, as it is confusing – there is a GPay button and a Place Order button and the customer wouldn’t know which one to click. (actually if I do click the Place Order button with Gpay selected, it tells me I have to select PayPal.)
Forum: Plugins
In reply to: [Security Optimizer - The All-In-One Protection Plugin] Not human trafficno problem, I can submit a ticket through my Siteground account. Thanks.
Thank you! I knew there must be a way to do it.
Where did it actually even get my email address to send to? I am setting up a site for a client (on WordPress.com) and using her account – I am not even a user on the site, and yet it is sending me emails. This is scary.
I would like to be able to do this too, or to be able to override the default theme setting in the child theme functions.php
Never mind. I finally figured out that you can still have the template in your child theme folder, just have to rename it. Bu I agree with @sgarza (in another post) that it would be desirable to be able to set the child theme template as the default to avoid people having to manually change the template for every listing
It appears, after checking the changelog and FAQ’s here that you now have to add your template to the plugin /includes/views/ folder and select it from the theme dropdown in the listings. This is indeed un-user friendly. I have a theme used by hundreds of users with single-listing.php in the child theme folder. Now, I can’t ask them to move single-listing.php to the plugin folder, as presumably that would be overwritten when they update the theme. I can ask them to move it and rename it (hopefully the renamed template will not be overwritten), but then they are going to have to update the template for each active listing manually. 🙁 I am going to have some very unhappy people.