Jesper V Nielsen
Forum Replies Created
-
Forum: Plugins
In reply to: [SparkPost] Who maintains the Sparkpost plugin? Is it abandoned?@carlrozemaaxcintnl Technically we could.
But that would involve us taking ownership of it.
And fixing all the XSS’ vulnerbillitites.
We are talking about doing that, but then we will keep in our gitlab, and just mirror to github. we properbly wont bother to setup releases to wp.org.
I will write in here, if/when we release a forked fixed version.
—
We have around 100 clients running sparkpost, so making a switch away is not something we just do.
So its fair sparkpost says their plugin is open-source, but with no one accepting contributions, its missing a major part of it.Forum: Plugins
In reply to: [SparkPost] Who maintains the Sparkpost plugin? Is it abandoned?Its sad. especially since its around a month ago I created a pull request for the github repo https://github.com/SparkPost/wordpress-sparkpost/pull/165 which fixes one of the XSS.
If they had merged it, we would properbly have gone though the plugin and contributed. But without anyone to merge and release the versions, it has no value.- This reply was modified 1 year, 6 months ago by Jesper V Nielsen.
@duracelltomi no Worries.
i have once made the excact same error. – but at least my only hit around 100 people (who did update and didn’t know how to use ftp to update plugin again, since wp’s plugin installer also breaks since it think the plugin files is present.. (or it did back then)
for the sake of this ticket. – i confirm that the update works again. (sorry about the late reply)
well.
We are installing it by composer https://wpackagist.org/search?q=duracelltomi-google-tag-manager&type=any&search=, so maybe it is stuck on wpackagist.org, or in the composer cache.
It would be most safe, just to do a new release called 1.11.2
Forum: Plugins
In reply to: [Product Customer List for WooCommerce] Feature request threadHello @kokomoweb
Thank you for your plugin – we have several clients who just have the need to export customers based on the products they bought.
A feature request:
We would like to have an option, to get the order notes. (not the customer_note)
An option to include private options, customer options, and / or both.The order notes is saved as comments, and i think a line seperated list, or something like that would be great.
Our use case, is that our client use this as an guest list to hand out to venues.
They would like to set notes like: “gust speaker” or, “very important person”Is this possible?
a filer, on $all_information and/or $columns in “wpcl_gather_data” function, would also be appriciated if above feature request is not possible.
Forum: Plugins
In reply to: [Yoast SEO] Missing facebook og:image on some posts.Hello MariusG
Thanks for the input.
I can confirm that, there is no image set, for facebook (or twitter) on that post
see screenshot.
https://nimb.ws/sMAoVpWhen setting facebook to use the same image, as featured, the og:image does not update. – even when clearing cache.
https://nimb.ws/rb6VKWIf needed, i can provide, admin access to our stage environment, if you have a secure place to transfer login.
Forum: Plugins
In reply to: [Yoast SEO] Missing facebook og:image on some posts.Thank you for your answer.
We updated to latest version, but there is still some posts where a featured image is set, and – as far as i can see – they meet the requirements – but Yoast is using the fallback image defined in settings, instead of the featured image.I have found the following to posts where the og:image tag is set to the fallback image, instead of the featured image.
https://dvl.dk/vandreture/juleafsluning-vandring-ved-hald-soe-3/ (expires 01/12)
https://dvl.dk/vandreture/karrebaeksminde-enoe/ (exprires 02/12)Forum: Plugins
In reply to: [Recent FB Posts] broken feed after updatei know, but i was allready trying to get around this problem by doing some replacing, and then styling them by using the css from facebook
<?php //make icons of facebook feed //this is line 283 in \plugins\recent-facebook-posts\includes rfbp before update.. $wierdIcons = array( 'fish' => ??, 'winking-face' => ?? ); $myIcons = array( 'fish'=>'<span class="fish"></span>', 'winking-face' => '<span class="winking-face"></span>' ); $content = str_replace($wierdIcons,$myIcons,$content); ?>
but filter them out would also be good
Forum: Plugins
In reply to: [Recent FB Posts] broken feed after updateawesome,, and very much thanks for the help,, i will do that ??
Forum: Plugins
In reply to: [Recent FB Posts] broken feed after updatewell,, i just tried to use another facebook page, at there it works .. strange.. but its still a problem it still wont work with https://www.facebook.com/kubertsfiskns because im creating the wordpress site for them, and their biggest wish for the site was to show their facebook posts…
Forum: Plugins
In reply to: [Recent FB Posts] broken feed after updatethat doesnt work either :/,, or,, it works.. well,, i get this response: “Cache renewed! You succesfully renewed the cache. “
but it didnt help the feed