magicalwonders
Forum Replies Created
-
Hi Mike,
I added the text in the WordPress Admin editor for page called “Shop”.
Here’s a link to the live test site for that page – https://internetsquad.co.uk/shop/
Myles
Forum: Plugins
In reply to: [WooCommerce] Customising WooCommerce Search WidgetThat’s a good suggestion to separate out my custom css. I’ll do that later and see what the results are.
Thanks for the help and advice. I appreciate it. ??
Forum: Plugins
In reply to: [WooCommerce] Customising WooCommerce Search WidgetAh, I missed that. I copied and pasted from the email instead of this online post!
I’ve corrected the error, but still no joy with button. There are some other errors when running through validator,(some theme, some plugins) but I can’t see any that are connected with this issue.
I think I’ll test switching theme to see if it’s a theme issue. If it is, I’ll raise a ticket with the software vendor for theme and see what they say. The theme creator I’m using is supposed to export Standard Compliant W3C Valid HTML and CSS, but that doesn’t seem to be the case at the moment!
Forum: Plugins
In reply to: [WooCommerce] Customising WooCommerce Search WidgetIt must be getting the style from somewhere else though as the button shows two different colours between normal and hover states.
I’ve tried changing the colour to quite a deep red as follows, but there is no change in the button –
.woocommerce-product-search input[type="submit"] { margin:6px 0 10px 0; padding:4px 12px 4px 12px; background-color:#d54c4d; }
Firebug normally helps me track down where the styles are coming from, but on this ocassion I can’t see it!
Forum: Plugins
In reply to: [WooCommerce] Customising WooCommerce Search WidgetHi lorro,
That’s much better, thank you!
I don’t seem to be able to influence the colours of the button though. It looks like it has two colours set for normal and hover. I’ve used Firebug, but I can’t tell where it’s pulling styles from.
Myles
I’ve got this sorted now. ?? I’ve created a new id for the table footer and applied styles in the email-styles.php file. This has got things looking the way I want. ??
Thanks Mike,
I’ve managed to edit the header.php to remove the default header, so only my image shows now. ??
I’m struggling to edit the footer though. I’d like to change the background colour to white so as the match the colour of the body background. But it’s currently showing the same grey colour as the background for the page (#d6d5d4)
I’ve tried to use Firebug to see where this colour is coming from, and it looked like it was a style for id=”credit” ? I’ve tried editing this in email-styles.php, but that doesn’t seem to work?
Can you point me in the direction for impacting the background colour of footer?
Forum: Plugins
In reply to: [WooCommerce] No tick box showing for accepting T & C.Thanks Mike. That’s a bit weird, not sure how that happened! I’m sure I’ll be able to sort it out now. ??
Thanks again.
Forum: Plugins
In reply to: [WooCommerce] Is IPN needed for Digital products?Ah, ok, that sounds good. I’m nearly ready to test everything using Paypal sandbox. I’ll try things out first without the extra settings and see what happens. ?? Thanks for the advice! ??
Forum: Plugins
In reply to: [WooCommerce] Is IPN needed for Digital products?Ok, thanks for the confirmation regarding SSL.
Regarding selling digital downloads. Am I right in thinking IPN and autoreturn url needs to be specified in paypal, in order for that to work for WooCommerce?
Every YouTube tutorial I’ve seen so far for Paypal WooCommerce settings seem to totally ignore IPN and Return Url.
Forum: Plugins
In reply to: [WooCommerce] Is IPN needed for Digital products?Hello Mike,
The WooCommerce Docs are saying a SSL certificate is required – https://docs.woothemes.com/document/paypal-standard-2/
PayPal Standard uses Instant Payment Notification (IPN) and has been/will be updated in accordance with PayPal’s announcement to https for added security. Action by you: An SSL certificate is required by 19 January for Sandbox testing and by 30 September for all PayPal transactions.
It’s a bit confusing as some other sites are suggesting that it might not be necessary. – https://civicrm.stackexchange.com/questions/6369/do-sites-without-ssl-now-need-one-for-paypal-ipn
Since creating this thread I’ve tested my domain using the IPN simulator and I get the result – “IPN was sent and the handshake was verified.” So it looks as though I don’t need a third party SSL if I only use Paypal.
I assume if I don’t enable IPN and specify an auto return URL in Paypal, customers won’t get a page for downloading their digital product, or an email specifying a download link?
Myles
Thanks Matt, I appreciate the advice. ??
Myles
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Rest APIOk thanks. I’m using a couple of Woocommerce plugins (Shipping & Sidebars) but they seem to be working fine without the Rest API. It looks like I can disregard this for the time being. ??
Thanks for your help. ??
Nobody ever had to add a redirect to the Wordfence .htaccess file? Am I in the wrong forum maybe?
Forum: Fixing WordPress
In reply to: Number of Posts on Blog Page issueYes but now I have two posts on the blog page, not just one! I would have expected it just to show the sticky. I’m pretty sure previous versions of WP did this.