aluknot
Forum Replies Created
-
Cool @optimole, good to know that. Thanks for this awesome plugin.
Just one more thing… I am having an issue with the QR code generated by this plugin. The QR code is blurred by the Optimole lazy loading function, as you can see here (at the end of the page). Surely because it is not an image in jpg or png format but it is a php.
Here is the image code:
<img data-opt-src="https://piclu.shop/libros/wp-content/plugins/cryptocurrency-donation-box/includes/generate-qr-code.php" src="https://piclu.shop/libros/wp-content/plugins/cryptocurrency-donation-box/includes/generate-qr-code.php" alt="Scan to Donate Bitcoin to 3CRMB6qM1DvLswN6nxKjppX6W5ycjXpeZp" class="optml_lazyload_img">
I tried using the filter
optml_dont_replace_url
with the url https://piclu.shop/libros/wp-content/plugins/cryptocurrency-donation-box/includes/generate-qr-code.php but didn’t work.Any workaround? Thanks.
Hello @themeisle, thanks… that work ?? Now I have another question. I see in the FAQ that you can disable optimization for a certain image with this:
add_filter('optml_dont_replace_url', function( $old, $url ) { if ( $url === 'https://example.com/wp-content/uploads/2018/09/1.jpg' ) { return true; } return $old; }, 10, 2);
My question is… is there a way to set the general optimization level to “medium” but set “auto” or something else to certain image? Thats would be a cool function, because “medium” is fine for me on general image, except this one.
Thanks in advanced.
Resolved :p but wow, fast answer ??
Forum: Plugins
In reply to: [Wordfence Security - Firewall, Malware Scan, and Login Security] Scan failedSame for me, I installed only this plugin in a WordPress clean installation and stop in “server state”
Scan Failed
The current scan looks like it has failed. Its last status update was 9 mins ago. You may continue to wait in case it resumes or stop and restart the scan. Some sites may need adjustments to run scans reliablyAndi, for me is not working the indention, with the “Enlighter Code Insert” or using formats option. Tried with Javascript and HTML and nothing, what can be the issue?
Thanks
Forum: Reviews
In reply to: [Add Meta Tags] Title goes in description!Who do you think you are nickth?
“-2 stars for 2 day support delay and 2 hours wasted after filing a clear original bug report”
“I told you already, and I hate repeating myself”Purely ego guy….
Hey, i tried this and works perfect. But i wan’t to change the background color in Git theme, how can i do that? i found only Background-Color for the RAW version.
Thanks in advance
Forum: Plugins
In reply to: [Akeeba Backup CORE for WordPress] Some warnings after instalationProblem solved, thanks for the info!
Tried this https://stackoverflow.com/a/12669867/2012904
Hey, the camp! i a have a question related to this.
How can i hide the default facebook comments without disable the feature at all? Becouse i want to position the comments myself using
<?php echo do_shortcode('[TheChamp-FB-Comments]') ?>
But is duplicated, so i want to hide the default ‘facebook comments’.
Thanks in advance and sorry for my english
Forum: Plugins
In reply to: [WordPress Related Posts] No related posts to showOhh, now i understand why that happens, becouse i tested this with only one post… i didnt know the plugin pick up a random post if related posts cant be found.
So now the problem is solved but… i really suggest the implementation of an option to: pick up random posts (like default) or dont show nothing.
Thanks.
Forum: Plugins
In reply to: [WordPress Related Posts] No related posts to showI can use my own solution like adding a condition to the output like:
if ($related_posts) { return "\n" . $output . "\n"; }
But well, if the plugin update that will be removed, thats why the suggestion.