katmacau
Forum Replies Created
-
Forum: Plugins
In reply to: [InfiniteWP Client] Will uninstalling plugin break siteThanks for the prompt response.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Double Refund IssueHi Woocommerce. Also having the same issue.
Forum: Fixing WordPress
In reply to: Gutenberg gallery link to large not full size media itemThats excellent, thanks.
I am using https://en-au.wordpress.org/plugins/gallery-block-lightbox/ for the lightbox. I will see if they have a filter I can hook into.
Do you know if wordpress has a similar filter I can hook into for the gallery book?
Forum: Fixing WordPress
In reply to: Gutenberg gallery link to large not full size media itemHi Weboccults. Sorry, but that option does not work. I have it set to media file link. I have set the size to medium but that only changes the size of the images on the page in the gallery, not which size image the gallery images link to.
Forum: Plugins
In reply to: [WPvivid — Backup, Migration & Staging] Warming: Undefined array key “page”Thanks. I’ve noticed several php notices appear in the latest version. They appear in the wordpress admin areas when the site has debug mode to true. There was this notice (thanks for fixing) and a couple of others on the plugins page when activating plugins.
Thanks. I had a look but it only listed 2 JS files to choose from. I need to make sure that ‘wp-util.min.js’ and ‘add-to-cart-variation.js’ are not deferred.
Forum: Plugins
In reply to: [WooCommerce] Attribute buttons conflict with Yoast select2 stylingOK. I will contact them.
Forum: Plugins
In reply to: [WooCommerce] Attribute buttons conflict with Yoast select2 stylingThanks. I’ve identified Yoast SEO as the culprit. Disabling Yoast fixes the issue. With Yoast (at least version 18.1) causes the issue. Updating yoast to 18.4 did not fix issue.
Forum: Plugins
In reply to: [WooCommerce] Attribute buttons conflict with Yoast select2 stylingIt’s on the attributes settings in product editor view. It’s like the left padding is being overruled.
Hi Kris
Sure, it’s part of my theme file – style.css. I set to automatic asset optimization. When I added styles to the exclude list, that solved it.
Here is what I have in my footer for the html the css is referencing.
<div style="position: absolute; top: 0; left: 0; z-index: -1; width: 0; height: 0;"> <svg class="svg"> <clipPath id="blob-clip-path" clipPathUnits="objectBoundingBox"><path d="M0.192,0.963 c0.32,0,0.32,0.037,0.639,0.037 c0.096,0,0.151,-0.096,0.151,-0.189 c0,-0.31,0.018,-0.31,0.018,-0.62 c0,-0.093,-0.073,-0.191,-0.168,-0.191 c-0.32,0,-0.32,0.048,-0.639,0.048 c-0.096,0,-0.173,0.05,-0.173,0.143 c0,0.31,-0.02,0.31,-0.02,0.62 C0,0.904,0.097,0.963,0.192,0.963"></path></clipPath> </svg> </div>Thank you!
Thanks. But it was more I dont want the entire page to be cached when that session var is set. So general public see cached pages, those who are wordpress logged in OR those who have that session variable set I want them to see non-cached pages.
Is that possible? On an entire page level?
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Documentation links not workingExcellent, thank you. I ended up downloading the md files and reading offline.
Forum: Plugins
In reply to: [Gutenberg Block Editor Toolkit – EditorsKit] Documentation links not workingFYI – I noticed the files , eg https://mydomain.com.au/wp-content/plugins/block-options/docs/estimated-reading-time-writing.md are on the server but are giving a 404 error which is why I can’t load them via the help area.
Forum: Requests and Feedback
In reply to: Highlight plugins with security updatesHow would hackers see your plugins page? If hackers can see your plugins list in your wordpress admin you have bigger problems.
Plugins currently show in their changelog if they have security fixes. This concept would simply visually highlight this in the plugins page without having to click on the View Version X details for each plugin.
Aware of auto update that but that is not always suitable for all sites. This idea would re-enforce when an update is critical.
Thank you. It was Transients Manager plugin that was causing the issue. I removed that plugin and categories cached again now. Thank you.