NightL
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Bluesky & ThreadsNoticed as I was updating today and popped in here to say thank you
Hello @inpsydekrystian
will your plugin be updated to work with blocks such as now utilised by even the current Storefront theme?
I note “Advanced Card Processing – Debit & Credit Cards via PayPal” is not working with [woocommerce_checkout]
Meanwhile the css suggestion offered by @1formanet for this issue maintains appearance better- This reply was modified 5 months, 2 weeks ago by NightL.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Cannot mix currenciesThis impacts currency switching with Booster for WooCommerce as well
@inpsydekrystian As you advised roll back to version 2.9.0 resolves the issueTo solve the issue I added
jqlb-overrides
to the Autoptimze CSS exclusion listTo solve the issue I added
jqlb-overrides
to the Autoptimze CSS exclusion list- This reply was modified 10 months ago by NightL.
Forum: Reviews
In reply to: [Speculative Loading] It certainly works@tunetheweb You have been gracious in your follow up information – thank you.
I have edited my first post to remove the comment about CSS image swapping based on screen size. I have also updated the title back to my original “It certainly works”.
Fresh eyes on an issue helped to see that I had stumbled over my own feet (again). My testing all seemed straight forward at the time turning the plugin off and on or swapping between Prefetch and Prerender. Today I looked at my CSS – seems I had deleted a class.
I sincerely apologise for concern caused and wasting your time over that matter.
I have turned the plugin back on, set to Prerender and all working fine.
Looking forward to watching the journey of this plugin taking hold. Certainly see it being absorbed into WordPress.- This reply was modified 11 months, 1 week ago by NightL.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Will Zip Pay/Money/Pay in 4 be addedI note it is indeed in Beta for USA but it is fully functional and popular in Australia where my shops I maintain are located.
I look forward for it to be added.I agree Frank. I also realise that it may not necessarily be an error. Things change. I have a number of css & js excluded on my nine sites for other plugins.
The correspondence with the developer of WP Lightbox has been prompt, very courteous and progressing well toward understanding the issue. I respect the acknowledgement and interaction.
My aim is to bring light to a work around that may also assist others.
the layout issue went away after commenting that line out
this is a screen capture of how the issue impacted the website I referred to in my first post
https://www.dropbox.com/scl/fi/lr7h7a8ap92drckllizla/screencapture-blueearthestate-co-nz-2024-03-14-12_00_22.png?rlkey=jbzyfqtkbmtfinfckrqeje25e&dl=0
I appreciate this update my not be an error as such – but it may impact others who will be looking for answers or information on what CSS to exclude in AutoptimizeI tried excluding lightbox.css, lightbox.min.css (and together), overrides.css – made no difference.
I am away from internet for a couple of days – but can put a couple of impacted sites on staging for you to check out if it has not been resolved.
I have nine websites with WP Lightbox?& Autoptimize combination. I stopped updating WP Lightbox when I found the issue on two sites. The site I listed here is list columns – the other is divs containing media players.Disabling “Optimise JavaScript Code?” in Autoptimize made no difference – still errors in layout.
Disabling “Optimise CSS Code?” removed errors
With “Optimise CSS Code?” on but “Also aggregate inline CSS?” disabled – fixed the issues I previously mentioned (but caused other problems unrelated to WP Lightbox).
Seems I will have to find the css for WP Lightbox 1.5 to exclude in Autoptimize.- This reply was modified 1 year ago by NightL.
I turned off “Compose using shortcodes to embed media from popular sites” and it fixed the issue
this is found in Settings / Writing / ComposingSometimes cheap is just nasty. They also charge for much which is inclusive with other hosting – SSL, multiple email addresses, server allocation for email, back ups, extra data bases.
Their shared hosting can freeze or slow to a crawl for no fault of your own.Forum: Plugins
In reply to: [NSFW] [Contact Form 7] The color of the text being entered into the formWhile the issue is of the theme or another plugin overriding CSS the issue can easily be resolved with the following custom style
.wpcf7-form-control-wrap textarea {
color: #666666;
}
This will make the text area font the same as your other form elements.
If on the off chance that does not work try
.wpcf7-form-control-wrap textarea {
color: #666666 !important;
}