-
Created a topic, Chrome console log error, on the site WordPress.org Forums:
after updating WP to 6.2 and using latest jquery, chro… -
Posted a reply to No longer Auto Sharing Post to Facebook, on the site WordPress.org Forums:
Thank for the reply, i've posted the URL trough the form you've provided -
Created a topic, No longer Auto Sharing Post to Facebook, on the site WordPress.org Forums:
I think since the new WP version 6.1 or maybe the newe… -
Posted a reply to W3TC with subdomains, on the site WordPress.org Forums:
Thanks for your help Marko, it does reduce the laod just a bit. I guess… -
Posted a reply to W3TC with subdomains, on the site WordPress.org Forums:
Yes cache preload is on with 1800 sec update interval and 10 pages per interval,… -
Posted a reply to W3TC with subdomains, on the site WordPress.org Forums:
there are about 20k+ post on the site Since Redis is not an option, memcache… -
Posted a reply to W3TC with subdomains, on the site WordPress.org Forums:
I only use: - Page Cache - Disk Enhanced - Minify - Disk - Browser… -
Created a topic, W3TC with subdomains, on the site WordPress.org Forums:
I have a site with multiple sub domains with separate … -
Created a topic, ImageMagick recognized as GraphicsMagick, on the site WordPress.org Forums:
after enabling Imagemagick on my server the WebP Expre… -
Posted a reply to [Bug] Disabling test only works on first set of Focus Keywords, on the site WordPress.org Forums:
Thank you for the fix, will these be pushed on the next update? -
Created a topic, [Bug] Disabling test only works on first set of Focus Keywords, on the site WordPress.org Forums:
I'm using this code from the Rankmath knowledgebase to… -
Posted a reply to Why using the same focus keyword is penalized?, on the site WordPress.org Forums:
here it doesn't even have a hint popover explaining as to why this is a… -
Created a topic, Why using the same focus keyword is penalized?, on the site WordPress.org Forums:
as the title says, why is the score penalized by using… -
Posted a reply to Minify is rewriting font URLs, on the site WordPress.org Forums:
You need to add an absolute path rc:url(https://yourwebsite.com/wp-content/themes/yourthemename/webfonts/fa-brands-400.eot) or simply use a cdn and enqueue… -
Posted a reply to Use of W3 Total Cache with WP Rocket, on the site WordPress.org Forums:
I don't think using 2 caching plugin would be a good idea. perhaps you could… -
Posted a reply to Content Security Policy Error, on the site WordPress.org Forums:
alright, at least the front end CSP error is gone for now -
Posted a reply to Content Security Policy Error, on the site WordPress.org Forums:
That did the trick, thanks Although purging cache on a site with a lot of… -
Posted a reply to 2.1.3 – home page slowed down, on the site WordPress.org Forums:
there you go, that is the "problem". W3TC is not providing cached pages as per… -
Posted a reply to 2.1.3 – home page slowed down, on the site WordPress.org Forums:
are you logged in while viewing the site on the same browser? if so try… -
Created a topic, Content Security Policy Error, on the site WordPress.org Forums:
After the latest update (2.1.3) I received this conten… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
finally got this working lol add_filter('lyte_match_postparse_template','no_inline'); function no_inline($x) { $x = str_replace('style="width:560px;max-width: 100%;margin:5px auto;"','',$x); return… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
honestly? I've tried it can't seem to make it work lol eh.. I'm crappy at… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
I see a future feature request then :p perhaps adding an option or a shorcode… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
hmm after trying it the inline styling still persist <div class="lyte-wrapper" title="Playlist: #MyPlaylist" style="width:560px;max-width: 100%;margin:5px… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
Excellent! thank you for the quick response perhaps you should add this in a documentation… -
Posted a reply to option to remove inline styling, on the site WordPress.org Forums:
yes leaving it unstyled, I know I can overwrite that with !important but it can… -
Created a topic, option to remove inline styling, on the site WordPress.org Forums:
please add an option to remove inline styling if using… -
Created a topic, no sizes after update, on the site WordPress.org Forums:
sizes="(max-width: 1200px) 100vw, 1200px" is… -
Created a topic, Sitemap can be read but has errors, on the site WordPress.org Forums:
after submitting my sitemap to google console it shows… -
Created a topic, [Feature Request] add option for installation overlay location, on the site WordPress.org Forums:
As of right now, the install pwa overlay on mobile is … -
Created a topic, apache mod_headers no longer detected, on the site WordPress.org Forums:
as per title, the new plugin update no longer detect a… -
Posted a reply to WordPress 5.5 will require plugin modification, on the site WordPress.org Forums:
Hi, thanks for the warning, is it possible to get this post stickied for future… -
Wrote a comment on the post Introducing handling of big images in WordPress 5.3, on the site Make WordPress Core:
Please make this optional. Each user case is different, please return it to original way… -
Posted a reply to Please remove feedzy_add_item_padding function, on the site WordPress.org Forums:
The code above will add an inline style tag that will override any css styling… -
Posted a reply to “OFFSET” value in options, on the site WordPress.org Forums:
Ooo shiny, thank you Hector -
Posted a reply to “OFFSET” value in options, on the site WordPress.org Forums:
Hi Hector, sorry to hijack this but I just tried the offset parameter and its… -
Posted a reply to Another “Sorry. No data so far.” post, yey!, on the site WordPress.org Forums:
a link to your site would be easier :) but try checking your widgets again… -
Posted a reply to Another “Sorry. No data so far.” post, yey!, on the site WordPress.org Forums:
well, the plugin cant add the view data automagically if there are no activity for… -
Posted a reply to Another “Sorry. No data so far.” post, yey!, on the site WordPress.org Forums:
Try going to your Appearance > Widgets > and edit the Wordpress Popular Plugin. Set… -
Posted a reply to Views not stored in database, on the site WordPress.org Forums:
It works just by renaming, I just need to fully clear my browser cache, hard… -
Posted a reply to Views not stored in database, on the site WordPress.org Forums:
no go unfortunately, uBlock Origins will still block the renamed js tracking code. -
Posted a reply to Views not stored in database, on the site WordPress.org Forums:
Found the culprit! it seems uBlock Origin is the culprit, it blocks the script named… -
Posted a reply to Views not stored in database, on the site WordPress.org Forums:
here ya go PHP version: 7.1.7 PHP extensions: Core, bcmath, calendar, ctype, date, filter, hash,… -
Created a topic, Views not stored in database, on the site WordPress.org Forums:
On a localhost install of newest WP 4.8.2 and newest v… -
Created a topic, tribe_event_featured_image else statement return empty, on the site WordPress.org Forums:
using the if else statement with tribe_event_featured_…