wrip
Forum Replies Created
-
I’ve updated to 1.4.3 but still the problem remains. On the AC settings page: /wp-admin/admin.php?page=activecampaign_for_woocommerce, it keeps showing the error and nothing else on that page except the sidebar. This also seems to affect WooCommerce > Reports page. The error and nothing else on the page.
It seems like this error has occurred after the new menu item was added to the Dashboard sidebar. Just a guess – I could be wrong.
- This reply was modified 4 years, 10 months ago by wrip. Reason: added comments
Hi @vmarko
I think this has now been fixed. It looks like there was some conflict with the Nginx server-side caching. Like I mentioned earlier, I had disabled caching from the cPanel > Cache Manager for my staging site, which still did not help in rebuilding the minified file.
So I completely stopped the Nginx service:
service nginx stopAfter doing that, on the Performance > Minify page, I clicked on “empty cache” button and also pressed the “Save all settings” button. This time it created the “e7bbc” folder, as before, with the “default.include.css.id” file. After 2 minutes, it created another file called “single.include.css.id” within this folder and also created a minified css, css_gzip, css_gzip_meta and css_meta files inside the /wp-content/cache/minify/ folder as expected.
Is there a way to make this work with the Nginx caching or do I need a different set of settings for this?
To answer your other questions, yes I am using manual minify.
Here are the settings in my Performance > Minify page:
General -------- Rewrite URL structure (ticked) Disable minify for logged in users (not ticked) HTML & XML ---------- HTML minify settings: Enabled Inline CSS minification (ticked) Inline JS minification (ticked) Ignored comment stems: google_ad_ RSPEAK_ JS -- Not enabled HTTP/2 push not enabled CSS --- CSS minify settings enabled Minify method: Combine & Minify Minify engine settings: Line break removal (ticked) @import handling: Process CSS file management: Theme: Child theme selected Then, 25 files added... HTTP/2 push not enabled Advanced -------- Update external files every: 86400 seconds Garbage collection interval: 86400 seconds Never minify the following pages: /members/Forum: Fixing WordPress
In reply to: WP_POST_REVISIONSThanks! I’ve noticed that the line of code does not immediately have an effect. I need to manually edit the page. Only then it removes all the old revisions and retains only the last 5. Is there a way to automatically purge all the old revisions based on this code? The support article does not seem to provide further details.
Forum: Fixing WordPress
In reply to: Clients are using or haven’t closed the table properly@sterndata So is this entirely an issue with the MySQL server and nothing to do with WordPress?
Forum: Fixing WordPress
In reply to: Search bar not working when logged inHi @tneville,
It turned out to be caused by the Learndash LMS plugin. After I updated the plugin, the search bar started to work again. On my test site, I realised I had already updated the plugin. I had somehow missed it on the live site.
Hi @nlemsieh
I just tried on a different browser (Chrome) and pressed one of the buttons. It worked fine and the notification now hasn’t re-appeared. It was probably a cache issue on Firefox.
Forum: Plugins
In reply to: [AMP] How do I override ‘object-fit: contain’ in the amp-carousel?@westonruter Yes, I coded up the carousel myself that does not contain the
figuretag. For now, it works well for me. However, like you said it should still showobject-fit:coverby default. Maybe I’m missing something but I couldn’t figure out why the default is stillobject-fit: contain.On the AMP pages, I can see this inline stylesheet inside the
<head>:
<style amp-extension="amp-carousel">....</style>Inside this inline stylesheet, I can still see this code:
.amp-carousel-slide > .i-amphtml-replaced-content { -o-object-fit: contain; object-fit: contain; }Is this stylesheet added by the AMP plugin? If not, it could be part of the theme?
Forum: Plugins
In reply to: [AMP] How do I override ‘object-fit: contain’ in the amp-carousel?It’s working fine now. I’ve had to add my custom wrapper class before the CSS selector. Something like this:
.my-slider amp-img.amp-carousel-slide img { -o-object-fit: cover; object-fit: cover; }Thank you.
@optimizingmatters
Here are some details.With Async Javascript disabled:
PageSpeed Score: 87%
Fully Loaded Time: 12.5s
TTFB: 3.3s
First Paint: 5.9s
Onload: 10.5s (4ms)With Async Javascript enabled:
PageSpeed Score: 91%
Fully Loaded Time: 14.4s
TTFB: 3.3s
First Paint: 7.2s
Onload: 12.3s (5ms)- What is the difference between Fully Loaded Time and Onload?
- Isn’t Javascript defer supposed to reduce the TTFB as well?
- What is the value inside the brackets in Onload?
- This reply was modified 5 years, 11 months ago by wrip. Reason: added a new question
Forum: Plugins
In reply to: [WooCommerce] Translation: Is it possible to set up a separate checkout page?@nielslange Thanks, that worked. I just wanted to clarify one more thing. I’ve tried adding the .po and .mo files in both these locations: wp-content/languages/woocommerce and wp-content/languages/plugins. They both seem to work fine. Is any of these locations okay?
Forum: Plugins
In reply to: [WooCommerce] Translation: Is it possible to set up a separate checkout page?@nielslange Thanks for your reply. We’ve decided to do this in a different way as we already have too many plugins installed and don’t want to add another one.
We’ve simply added French translations next to the English text on Cart and Checkout pages by creating woocommerce-en_US.po and woocommerce-en_US.mo files with PoEdit. That seems to work well for us. One question related to this. When WooCommerce is updated, will it overwrite or remove the .po and .mo files?
Forum: Plugins
In reply to: [AMP] Supported Templates > Media@westonruter Thanks for confirming.
Forum: Plugins
In reply to: [AMP] Supported Templates > Media@jamesosborne Thanks. So what are the consequences of not having the Media type ticked? It doesn’t affect the media within the posts and pages right? I’m a little confused.
No we don’t have another site that has AMP enabled.
@drwpcom Thanks. Didn’t know about this plugin. I might give that a try.
@bjorn79 Have you got this resolved? I’m having the same issue.