cck23
Forum Replies Created
-
Forum: Plugins
In reply to: [Minify HTML] Exclude canonical from relative URL@teckel
thank you for your reply.
I’ve got it. I will consider further, including what you have told me.
Thank you for your wonderful support??Forum: Plugins
In reply to: [Minify HTML] Exclude canonical from relative URLthank you for your reply.
An example is given below.1.No option
<link rel="canonical" >
<link rel="stylesheet" >
<script src="https://example.com/wp-content/themes/theme1/script.jp"></script>
2. With current options
<link rel="canonical" href="/post-111">
<link rel="stylesheet" href="/wp-content/themes/theme1/style.css">
<script src="/wp-content/themes/theme1/script.jp"></script>
3. My desired behavior
<link rel="canonical" >
<link rel="stylesheet" href="/wp-content/themes/theme1/style.css">
<script src="/wp-content/themes/theme1/script.jp"></script>It will look like this.
There is no problem with the current behavior in 2., but canonical believes that absolute URLs are preferable, and I thought it would be nice to have a function that could exclude specific URLs like this.
Best.
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] PHP Errorme too.
There seems to be no problem with the operation of the site.OKAY. looking forward to it!
@qriouslad
Wow! I’m surprised that the 6.3.2 update is already here.
I tried immediately.
Although the number of warning logs has been reduced, the following logs are still displayed. (Sorry, some of the logs I shared earlier were incomplete??)Warning: Undefined array key "hide_admin_notices_for_nonadmins" in xxx/public_html/wp-content/plugins/admin-site-enhancements/settings.php on line 706
Best.
Forum: Reviews
In reply to: [SEOPress - On-site SEO] I love this plugin!Thanks for the reply!
This is about the placement of the plugin menu.
When you install and activate “SEO Press”, “SEO” will be added to the side menu item on the WordPress management screen.
I thought it would be nice to be able to place this as an item in “Settings”. (Although you will no longer be able to access the SEO Press submenu directly)
Well, it’s just my personal preference ??
Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Import / ExportI was just thinking the same thing??
Forum: Plugins
In reply to: [WP YouTube Lyte] Why not make the thumbnail image the Image element?Understood. Thank you for your consideration.
I wish you many happy days!Forum: Reviews
In reply to: [Flamingo] Inconsiderate Menu PositioningHi. @wordcrunch
I agree with you.
So I am using the following code.function change_menus() { remove_menu_page( 'flamingo' ); add_submenu_page( 'wpcf7', 'Flamingo Address', 'Flamingo Address', 'administrator', 'admin.php?page=flamingo', '' ); add_submenu_page( 'wpcf7', 'Flamingo Message', 'Flamingo Message', 'administrator', 'admin.php?page=flamingo_inbound', '' ); } add_action( 'admin_menu', 'change_menus', 999 );
It would be nice if you could incorporate a plugin as well.
@mateuszgbiorczyk
Thanks for your quick reply!
OK, I hope the plugin will be better.@mateuszgbiorczyk
Hi there. Thanks for the nice plugin!
I understood from this thread that CloudFlare Free does not support it.So I have one suggestion, how about allowing us to choose how to place JS WebP Rewriting like EWWW Image Optimizer?
In other words, create a tag like the following, and if the browser supports WebP, use data-src-Webp, and so on.
<img src="xxx.jpeg" data-src-webp="xxx.jpeg.webp" ...
Best.
Hi @m_uysl,
Thanks for getting back to me so quickly!
The code you gave me made the notification go away.
I will continue to use your service!Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] 404 error on webfontsHi there. I am also suffering from this symptom.
I think this is being done by FontAwesome’s css and webfont directory structure.For example, if FontAwesome is bundled with your theme, the resources will be placed as follows
https:exsample.com/wp-contents/themes/exsample-theme/css/fontawesome.css
https:exsample.com/wp-contents/themes/exsample-theme/webfont/fontawesome.woffThen, in fontawesome.css, add the relative path “. /webfont/fontawesome.woff” is loaded as a relative path in fontawesome.css.
I think this is why this is happening.If this is possible, please consider it.
Best Regards.Forum: Plugins
In reply to: [YASAKANI Cache] ホワイトリストのような機能が欲しいお返事ありがとうございます!
なるほど、承知しました。このプラグインは、かなり気が利いて使いやすいキャッシュ&セキュリティプラグインと自負しているのですが、今後はアドオン(画像オプティマイザー、ファイル変更監視とリカバリー等)による機能追加等を考えています
なかなか利用者数が増えないのが悩みなので、応援のほどよろしくお願いいたします以前より普通にセルティスラボさんのファンなので、まわりどんどんススメていきたいと思います笑
Forum: Plugins
In reply to: [Slim SEO - Fast & Automated WordPress SEO Plugin] Sitemap is HTMLHello @rilwis, Thank you for confirmation.
Curiously, sitemap.xml was only visible to login users.
Anyway, I saw the site map generated below.
https://cinemagene.com/sitemap.xml/?swcfpc=1We apologize for the inconvenience, and would appreciate it if you could check it again.
Best Regards.