eiland
Forum Replies Created
-
Hi,
Do what I did, in file ‘/wp-content/plugins/facebook-thumb-fixer_facebook-thumb-fixer.php’ replacefunction deprecation_notice() { ?> <div class="notice error ftf-notice notice-success is-dismissible"> <?php $open_graphite_url = 'https://www.ads-software.com/plugins/open-graphite/'; ?> <p><?php printf( __('<strong>Important:</strong> The <strong>Thumb Fixer for Social Media</strong> plugin is no longer maintained. It is recommended you switch to the free (and better) <a href="%s">Open Graphite</a> plugin instead.', 'facebook-thumb-fixer' ), $open_graphite_url); ?></p> </div> <script> $('.ftf-notice').click(function(){ document.cookie="ftfwarned=yes; expires=Wed, 1 Jan 2020 12:00:00 UTC; path=/"; var delay = 0; }); <?php $warned = $_COOKIE['ftfwarned']; if($warned == 'yes' && is_user_logged_in()) { ?> $('.ftf-notice').remove(); <?php } ?> </script> <?php }
by
function deprecation_notice() { /* ?> <div class="notice error ftf-notice notice-success is-dismissible"> <?php $open_graphite_url = 'https://www.ads-software.com/plugins/open-graphite/'; ?> <p><?php printf( __('<strong>Important:</strong> The <strong>Thumb Fixer for Social Media</strong> plugin is no longer maintained. It is recommended you switch to the free (and better) <a href="%s">Open Graphite</a> plugin instead.', 'facebook-thumb-fixer' ), $open_graphite_url); ?></p> </div> <script> $('.ftf-notice').click(function(){ document.cookie="ftfwarned=yes; expires=Wed, 1 Jan 2020 12:00:00 UTC; path=/"; var delay = 0; }); <?php $warned = $_COOKIE['ftfwarned']; if($warned == 'yes' && is_user_logged_in()) { ?> $('.ftf-notice').remove(); <?php } ?> </script> <?php */ }
and its gone.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] Matomo site searchAh, it seems to work just fine, only there’s a time delay before queries appear in matomo. Great!
Forum: Fixing WordPress
In reply to: WordPress 5.3 custom upload pathSame here, our upload location is ‘../uploads’ and today, with 5.3 installed, it refused to create folder /uploads/2019/11
‘Unable to create directory ../2019/11. Is its parent directory writable by the server?’
I could create it by hand though.The reasons for or relative location is that the wordpress files reside in /wp but i want to host the images in the root/uploads. The blog is also governing the root. I just didnt want to mix wordpress wih a load of other files.
Forum: Plugins
In reply to: [Secondary Title] Mysql errorSure. As for reproducing, I also don’t know exactly the search query at hand, as its from the log, and it doesn’t seem to be ‘REDACTED’.
Forum: Plugins
In reply to: [Secondary Title] Mysql errorNope, that would break the site. I just thought to give you a heads up.
Ah hold on, I think its actually something with our hoster,
https://www.domain.com/?x="B"| S L
also gave the not found error – I’ve asked them to follow up.Ah, I did some further delving, the https://www.blog.com/wp-content/plugins/wp-piwik/proxy/piwik.php?action_name=%20%E2%80%9Cthis%20is%20the%20news%E2%80%9D%20%7C&idsite=3&rec=1&r=367017&h=23&m=9&s=3&url=https%3A%2F%2Fwww.blog.com (…) returns a 404-error instead of a tracking pixel
With proxy turned of, it doesn’t return a 404, but… the page is still not tracked!
Forum: Fixing WordPress
In reply to: Custom version of jQuery v1.12.4?Speed? Reducing server load? Or is the benefit of (once) loading jquery.js from a CDN marginal?
Forum: Plugins
In reply to: [Secondary Title] Hide secondary title column when no titlesOh bugger, you’re so right…. ??
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] Link in the footer of the Newsletter-MailThe image link in the footer is the freemium price you’ll pay for version 3.
Forum: Plugins
In reply to: [MailPoet Newsletters (Previous)] “1” icon next to plugin menu in admin area+1 for the solution.
Forum: Plugins
In reply to: [Connect Matomo (WP-Matomo, WP-Piwik)] No piwik proxy in rssGreat, thanks! Nice to see your on top of it ??
Forum: Plugins
In reply to: [Shariff Wrapper] Shariff + WP-PageNavi positioningOkay, thanks, that should do.
I’m now looking for a php shortcode similar towp_pagenavi( array( 'type' => 'multipart' ) );
to manually position the block below the page numbers, or am I looking at this from the wrong side?Forum: Plugins
In reply to: [HungryFEED] Change locale of date displayI meant of course
'post_date' => date_i18n($date_format, $item->get_date("U")),
and the regular php date variablesForum: Plugins
In reply to: [MailPoet Newsletters (Previous)] how to disable trackingI kicked out the tracking and the unsubscribe link, and send the mail to only one address, namely of our mailman emaillist. Thats working fine.