flomei
Forum Replies Created
-
Forum: Plugins
In reply to: [VS Event List] Plugin does not use custom image sizeHey everybody,
after some help from Guido and having a look at the code + debugging it, it seems like there’s a conflict with the used theme.Looks like Impreza changes the “post-thumbnail” in one way or another and returns the full size image instead.
Switching the image size in the VSEL settings page and defining the right image size through the integrated media settings in WP fixed this issue.
Regards
FlorianForum: Plugins
In reply to: [VS Event List] Plugin does not use custom image sizeHey Guido,
“Vorschaubild” which is “preview image” in German is what WordPress uses for the post thumbnail.How can I contact you in private regarding the URL?
Regards
FlorianForum: Plugins
In reply to: [VS Event List] Plugin does not use custom image sizeHey Guido,
sorry, don’t know where the image size attribute came from.I have removed it, also did an update of the plugin, but the shortcode still loads the full size image although I chose “preview image” in the widget settings page.
Any ideas what might cause this?
Florian
Forum: Plugins
In reply to: [VS Event List] VSEL injects itself into event pageHi Guido,
just wanted to let you know that VSEL was not the cause of the problem.It turned out that WordPress tried to build a preview of the homepage, which was linked in the post, and failed to integrate that into the post itself.
This embed-behaviour could be deactivated through a checkbox up to some time ago but WP Core broke this and now an oEmbed preview is generated always.
I found a plugin that deactivates this behaviour, installed it and now the additional markup is gone: https://gist.github.com/ocean90/3796628
Sorry for bringing you into this. ??
Best regards
FlorianForum: Plugins
In reply to: [VS Event List] VSEL injects itself into event pageHi Guido,
that is totally strange, I know.I have also found out that a simple, written URL gets converted to a clickable hyperlink with the page title as the link text.
To be honest I’m not sure if VSEL is even capable of doing things like this, when parsing the event content.
Maybe it’s some strange bug in the Gutenberg Editor? It seems there was something like this before: https://github.com/WordPress/gutenberg/issues/15102
Any ideas if this could result from VSEL at all? If not, I will go and have a closer look at Gutenberg. Maybe that’s the culprit.
Best regards
FlorianForum: Themes and Templates
In reply to: [Make] Setting homepage does not work. 404 returnedIs there any support happening over here at all?
Forum: Themes and Templates
In reply to: [Make] Setting homepage does not work. 404 returnedOh wait, there′s more going on. ??
When I am not logged in, the frontpage works.
But it seems like calling any page removes content from the page. It′s still there in the editor, but it is not shown for any user anymore.
wtf?
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Remove inline CSSThank you very much Nick, appreciate your answer!
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Remove inline CSSOk, you can help yourself with rgba(0,0,0,0) to get rid of the background in combination with an !important declaration. Nevertheless there should be no inline CSS.
Forum: Plugins
In reply to: [Shariff Wrapper] Plugin broken after updateThis could very well be the problem, the server is running PHP 5.2.13. It′s about to get moved to another hoster but until then it should run.
Which version should I use for backwards compatibility?
Forum: Plugins
In reply to: [Shariff Wrapper] Plugin broken after updateAlright, I tried uninstalling and reinstalling and the problem resides.
I receive the following error message:
Fatal error: Call to undefined function hash() in /var/www/www.longo.media/htdocs/wp-content/plugins/shariff/shariff.php on line 555
I don′t think our Apache has lost its hash() function somehow, so what could be the cause of this?
Forum: Plugins
In reply to: [Shariff Wrapper] Plugin broken after updateHi JP,
I will give the reinstall a try and come back to this topic afterwards.Forum: Plugins
In reply to: [SP Project & Document Manager] Possible security concern in this pluginThis is no “premium plugin issue”, this is security-violating functionality of your plugin, no matter wheter you sell that plugin or not.
Forum: Hacks
In reply to: Retrieve content via JSON, use WP as a hull for displaying itThanks for your reply. I will have a look at Varnish, its possibilites and ways to integrate and fit it to my needs.
Forum: Hacks
In reply to: Local deliveryYou could probably use the Distance Matrix API from Google to calculate distances and charge fees based on those information.
But you must show Google Maps in the process to be allowed to use that service. If that′s fine, have a look here: https://developers.google.com/maps/documentation/distancematrix/