Charbel Nemnom
Forum Replies Created
-
Forum: Plugins
In reply to: [Performance Lab] How to Exclude Featured Image from .Webp FormatHello @jamesosborne,
I just want to let you know that I have added the following filter to my functions.php file, however, the plugin is still generating WebP images for Featured images.
remove_filter( 'post_thumbnail_html', 'webp_uploads_update_featured_image', 10 );
So, it did not work as you noted.
Could you please advise?
Thank You!
Forum: Plugins
In reply to: [Performance Lab] How to Exclude Featured Image from .Webp FormatHello @jamesosborne,
Thank you for your kind reply, much appreciated!
Here is my site address: https://charbelnemnom.com
Here is one of my recently published articles: https://charbelnemnom.com/delete-microsoft-sentinel-analytics-rule/
If I share it on Twitter, we can see the Featured Image. However, if I share it on LinkedIn and Facebook, the Featured Image won’t be shown, and the OpenGraph Thumbnail image from RankMath SEO will be shown.
More details here: https://rankmath.com/kb/open-graph-image-not-displaying/Your help is highly appreciated before I add the remove_filter for the Featured Image only under functions.php.
Many Thanks, @jamesosborne!
- This reply was modified 2 years, 4 months ago by Charbel Nemnom.
Thank you so much @tobiasbg for your fast response, much appreciated!
Yes, as many customers we were concerned by this security notification.
We hope it’s a false positive and Wordfence will acknowledge it as soon as possible.
Best,
-CharbelYes, I’ll add my vote here. I am seeing the same message:
Plugin Name: TablePress
Current Plugin Version: 1.14
Details: To protect your site from this vulnerability, the safest option is to deactivate and completely remove “TablePress” until a patched version is available.
Repository URL: https://www.ads-software.com/plugins/tablepress
Vulnerability Information: https://www.cve.org/CVERecord?id=CVE-2019-20180Hopefully, there will be a new release soon.
Thank You!
- This reply was modified 2 years, 5 months ago by Charbel Nemnom.
Forum: Plugins
In reply to: [Easy Table of Contents] Performance issuesI totally agree with you @proiezionidiborsa.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Pop-Up Ad Blocking is not working!Hello @spacetime, I have excluded ai_ but still the same issue.
Even if you open a normal browser, you can see the text message of the pop-up at the bottom of the page below the footer.
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Pop-Up Ad Blocking is not working!Please check here: https://perfmatters.io/docs/delay-javascript/#scripts
I am using the Perfmatters plugin.
If you’re using a plugin like Ad Inserter, along with HTML insertion blocks, you’ll want to delay both the script and the inline portion.
adsbygoogle.js
ai_insert_codeForum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Pop-Up Ad Blocking is not working!Please note that I always use to have Javascript delayed to enable on Ezoic and I did not have this issue before.
What are All inline scripts for Ad Inserter?
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Pop-Up Ad Blocking is not working!Thank you @spacetime for finding the root cause.
Could you please let me know which Javascript should I exclude from the delay?
Many Thanks!
Forum: Plugins
In reply to: [Ad Inserter - Ad Manager & AdSense Ads] Pop-Up Ad Blocking is not working!Hello @spacetime,
Thank you for your quick response!
I have enabled Remote Debugging and enabled web inspector in the browser.
You can open a Firefox browser in Private Mode to reproduce the issue.
You’ll see that the message that I put in the Pop-Up, comes below the footer, and no Pop-Up box.
Many Thanks!
-CharbelMany Thanks @marcdk!
One follow-up question please, would be possible to set the TOC in SimpleTOC to extreme left and have it as sticky?
So as the reader scroll down the content, the SimpleTOC is sticky on the left.Thank You!
Thank You @marcdk,
I have more than 700 posts, I need to automate this task.
I also use the Classic Editor in WordPress and I don’t use the Gutenberg.
I would appreciate if you could work on the block migration in the future. I need to move out from Easy Table of Contents to SimpleTOC because it’s faster.Thanks @marcdk!
Thank You @robin!
Thank you @robin, much appreciated!
I ended up using the following 2 hooks to position it well for both Desktop/Mobile.
add_filter( 'scriptlesssocialsharing_locations', 'prefix_change_sss_locations' ); function prefix_change_sss_locations( $locations ) { $locations['before'] = array( 'hook' => 'generate_after_entry_header', 'filter' => false, 'priority' => 8, ); if ( wp_is_mobile() ) { $locations['before'] = array( 'hook' => 'generate_after_content', 'filter' => false, 'priority' => 8, ); } return $locations; }
Could you please have a quick look and send me your feedback?
https://charbelnemnom.com/rename-azure-virtual-machine/
Many Thanks!
Hello @spacetime,
Please note that Ad Block Detection is not working again after the last update for uBlock Origin.
I am using Ad Inserter version 2.7.3.
I’ve tested it using uBlock Origin Chrome extension. https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm?hl=en
Your help is highly appreciated.