It's Thomas!
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareHi George,
your update to your plugin also reminded me to finally take on this issue!
Using the tool to fetch a new scrape of the post after having selected a featured image for the post in wordpress seems to have solved the issue! No other chages were made (OG meta tags were still automatically generated by your plugin)!
Meaning: The image I want to be shown when the post is shared, is also shown, although there seems to be some size issue (only about 80% of the image is shown…)So, thanks for the advice (didn’t know about this tool before!). Will definetly come in handy in the future!
All the best
Thomas
Hi there,
some days ago I had the “grandiose idea” that I could exclude the login URL from being cached via the Quick Cache plugin options and it seems like this has solved my issue 100%.
Thus I am marking this topic as resolved 🙂
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] No Google Maps Autocomplete?Great, thank you!
Is it always like this with your plugin: Someone suggests a feature here and it will be added in the near future? 😉
I might go for the Developer Bundle then 🙂
Hi rudrastays,
thanks for mentioning Autoptimize. I’ve had a look at it and althought the plugin’s developer state that “If you consider performance important, you really should use a caching-plugin such as e.g. WP Super Cache or HyperCache to complement Autoptimize”, I wonder if this is really necessary with Quick Cache, because at least Quick Cache PRO has some options which seem to do the same thing as Autoptimize: compress JS, CSS and HTML.
What is the point of view of the developers of Quick Cache on this issue?
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Anonymity settings?Hi Jarryd!
I don’t mind waiting as the start of the mentioned health-related projekt is still some months away (at least!). But I’d be very happy if you really could addd this feature sooner or later – I would go PRO with your plugin for sure! 🙂
Thanks a lot
Thomas
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & Messaging] Anonymity settings?Hi Jarryd,
thanks for getting back.
When talking about internet anonymity, I think it’s really important that I can asure the website visitor / chat user that I can neither see his IP address nor is it saved somewhere in the script.
Could you implement this feature in your plugin?
Thanks
Thomas
Hi
Thanks for getting back! I have to admit that I am NOT very annoyed by this issue but I thought as it might be an error in the transation (?), I’d post it here just for the sake of bug hunting 😉
I do have some of the PRO only options of quick chache enabled, so it might be caused by them. BUT I would prefer to have a quicker website and a tiny little bug than vice versa 😉
So if it’s not fixed, I can live with that.
Thanks
Thomas
Yes, actually I do (Quick Cache Pro). Could that have something to do with it?
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareHi George,
thanks so much for caring! 🙂
I’m sorry but real life got me on my knees… will post here when I can!Thomas
Forum: Plugins
In reply to: [Admin Menu Editor] Doesn't work with WP 4.1 (in my case at least)UPDATE:
I have just today experienced almost identical problems trying to install and run another plugin. So my problems with your plugin definitly are due to not enough memory being available.
(Just thought I’d let you know).
Thomas
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareJust tried it… the only og:image tags in the code of the page were of the image I wanted to be displayed when shared via facebook. It did not work! Facebook still used the image that is inserted in the post…hmpf?!
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareI will try out disabling OpenGraph meta tags and inserting my own tags later and get back with the results.
If you look at this issue again: Just having the option to disable automatic meta tags generation with single posts / pages via posts / page ID while still having the meta tags box in the edit screen to insert one’s own tags would be most handy, I’d guess IMHO.
Thanks again!
Thomas
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareHi George,
I just put the following code into the functions.php of my (child) theme:
function limit_metadata_to_post_types( $post_types ) {
return array();
}
add_filter( ‘amt_supported_post_types’, ‘limit_metadata_to_post_types’, 10, 1 );Result: While the plugin itself is still activated (I can get into the options page), the meta data seems to be removed from all posts & pages and there are no fields from your plugin in the edit screens visible.
So something obviously went “wrong” – should I have modified the code?
Thanks
Thomas
Forum: Plugins
In reply to: [Add Meta Tags] Wrong image shown on facebook / google shareHi George,
thanks for your fast and informative reply (as usual)!
I thought about it: Is it possible to exclude single posts / pages from the automatic generation of meta data? (I know this possible for specific post types, as described in example 2.)
If I could do this, then I would just put my individually changed meta tags in the meta tags box on the edit screen and try out a few things…Thanks a lot
Thomas
UPDATE:
Even with Quick Cache (Pro) disabled, my problems persist, so I guess it’s fair to assume that Quick Cache (Pro) has nothing to do with my problems, although cache plugins are said to cause or at least contribute to problems with wp-cron.php.
So, keep up the good work, guys! 🙂