Flexxo
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] File is not generatedSame problem. No file XML file on FTP is generated by the plugin when PHP 7.0 AND W3 Total Cache are in use. ??
Forum: Plugins
In reply to: [Contact Form 7] About the 'pending validation' warning+1
Forum: Plugins
In reply to: [Contact Form 7] [your-name] get ERROR now.This is only a warning / recommendation. You can leave the present setting and the forms will still work. I am also still using this setting and all forms are working fine with the latest plugin release and on a dozen of websites.
Unfortunately the plugin reports this old (“classic”) setting as an error / as invalid – which it isn’t. You only have to live with the error report in your WP control panel but it doesn’t affect the forms functionality (while other errors do which are not just warnings but real errors).
Forum: Plugins
In reply to: [Contact Form 7] Roll back to the old version of Contact 7I would REALLY recommend to the author to make this clearly visible as a warning concerning
[your-name] <[email]>
The forms work perfectly even WITH this error reported. It is just a warning but the plugin shows it as if this would prevent the form from working correctly. It doesn’t. Forms work even with the old settings in the From: field.
So it would be nice to inform the users that this particular “error” is just a warning and a recommendation by the plugin author to change the From: address to an email address using the same second level domain as the website but that the old setting which most users are using still works and is also valid.
It did not appear on the (static) main page but on the blog page.
Tried .16 and it seems to be fixed. THANKS!!! ??
Forum: Plugins
In reply to: [Simple Share Buttons Adder] Vertical spacing in GUI / marginSorry for pushing but unfortunately code like this only blows up the whole container including background color:
div .ssba { padding-bottom: 20px; }
How to get some space above and below the buttons?
Thanks!
Forum: Plugins
In reply to: [Auto Thickbox] German translation gone?In your forum I found an entry from 2010 (!) advising to add this line above the class declaration of aut-thickbox.php:
load_plugin_textdomain('auto-thickbox', false, dirname(plugin_basename(__FILE__)) . '/lang');
This worked! Probably this could be included in a future update?
Thanks again!
Forum: Plugins
In reply to: [Scroll To Top] Need some changesI don’t know why but the plugin is not compatible with Port theme from ThemeTrust. As soon as the plugin is enabled the site only shows a gray color but no content. It seams as if the content is behind the gray layer. ??
Forum: Plugins
In reply to: [Iframely – WP media embeds, cards and blocks] FacebookSame here, tested with public FB post and only white space shown were the inserted post should appear in the WP post. ??
Forum: Plugins
In reply to: [The Events Calendar] Conflicting CSS for entry-header+1
with the latest v 3.5 all my headers diappeared in Yoko them from Elmastudio! ??
Forum: Plugins
In reply to: [Multipage] German languageGREAT! Thanks! ??
A small bug: last page still shows English text “Back to index” instead of German translation. In the PO file i find “back to intro” as English text.
Forum: Plugins
In reply to: [WP Page Widget] WordPress 3.8 CSS Conflict+1 A fix would be really nice. Many thanks in advance!
Forum: Plugins
In reply to: [Multipage] German languageIs it possible to make this translated version work TODAY? ?? This would be really nice.
Or I will hard code it into the plugin and wait the update to replace it – then with language support.
Forum: Plugins
In reply to: [Media File Manager] Missing ThumbnailsI solved this by manually chaning the file rights first.
Then – for the future uploads – i changed the rights on the basic uploads dir to 750. Now the sub dirs also have 750 and the files have 640 instead of 600!
Now all thumbs show up also after moving the files with MFM plugin and linking to those pics works!
Forum: Plugins
In reply to: [Media File Manager] links not found, thumnails not showingThis could probably help:
I solved virtually all of my problems with this plugin by
a) using this newer test version: https://tempspace.net/plugins/media-file-manager_test_130822.zip
and
b) setting CHMOD file rights on the folder wp-content/uploads to at least 750. This leads to sub directories having also the 750 rights and files having 640 in my case.
Now all thumbs appear and also the links work. They didn’t with lower rights settings on the uploads folder.