estr
Forum Replies Created
-
Having the same problem with the latest version in plain view, and the WYSIWYG <-> Plain view trick does the job.
I see, thank you!
I have set for the plugin to delete the comment permanently if the CAPTCHA does not pass, and I’d feel kinda bad if a false positive comment were to be deleted because of an incorrect CAPTCHA on a first try.
Thank you for your wonderful work!
Having the same problem here. Clean WordPress install, no other plugins are installed and I’m getting the error: “The plugin database tables have not properly installed”.
The above mention suggestion yields no result.
Database charset is set to “utf8”.
Database collate type is set to “utf8_general_ci”.Forum: Themes and Templates
In reply to: [Origin] [Theme: Origin] Adding Custom Post TemplateFollowing steps of the original creator of this topic, I’d like to request for full width post template to be included in the theme. Thank you!
Forum: Fixing WordPress
In reply to: UTF-8 encoding in PHP theme files not passed on renderingHave no idea what’s going on, but non-English text that used to be replaced with “?” marks after the upgrade, now auto-magically displays correctly once again.
Forum: Requests and Feedback
In reply to: [Plugin: Contact Form 7] wpcf7_add_tag_generator undeclaredOh yes, I forgot to test dev version of CF7 with ZenphotoPress.
Now I did that, and unlike with WPG2, ZenphotoPress plugin in TinyMCE editor was not visually blank and appears to function correctly.
Well, guess I will be migrating my picture base now to Zenphoto, away from Gallery 2.
Thank you takayukister and aquadonis !
Forum: Requests and Feedback
In reply to: [Plugin: Contact Form 7] wpcf7_add_tag_generator undeclaredI have looked to the alternative as well – ZenphotoPress, which has been updated just few days ago. And I received exactly the same error as with WPG2 plugin. Both these plugins integrate themselves into TinyMCE, and when I click their icons in the editor I get the error at URL:
mysite.coom/wp-content/plugins/zenphotopress/tinymce/popup_zp.php?tinyMCE=0
Fatal error: Call to undefined function wpcf7_add_tag_generator() in /home/account/public_html/wp-content/plugins/contact-form-7/modules/text.php on line 129
Forum: Requests and Feedback
In reply to: [Plugin: Contact Form 7] wpcf7_add_tag_generator undeclaredThough WPG2 has not been updated for quite some time, it works just fine with latest WordPress and Contact Form 7 disabled.
Forum: Requests and Feedback
In reply to: [Plugin: Contact Form 7] wpcf7_add_tag_generator undeclaredI am also having compatibility problem with the WPG2 plugin.
When Contact Form 7 is enabled, I receive the following error message, when clicking WPG2 icon in editor:
Fatal error: Call to undefined function wpcf7_add_tag_generator() in /home/account/public_html/wp-content/plugins/contact-form-7/modules/text.php on line 129
When using Contact Form 7 version from the link provided above, I no longer receive error message. But WPG2 plugin with this version is not functioning properly either. All I get is visually blank page when clicking WPG2 icon in editor.
Forum: Fixing WordPress
In reply to: [Plugin: WP-PageNavi] Pagination for Dummies, please?Oh, found out that this is not for paginating posts.
If my knowledge is correct, GD Library does not support SVG, but ImageMagick however does.
Perhaps then SVG support can be added when using ImageMagick.
Have found an article, with code sample, that discusses this problem – PHP-GD: Resize Transparent Image PNG & GIF.
It says that: “By default, you will get black background if you resize a transparent image. To fix it, you need set alpha channel imagecolorallocatealpha to 127.”
Though I am not sure how to do it myself.
I guess to fix this problem, some function needs to be added to gd.thumbnail.inc.php file.
I just noticed that it is not a styling issue, it is how transparency is being handled by the core during resizing, because resized thumbnail files have black background themselves.
Could anyone please direct me what needs to be changed in the core to keep transparency or make it white?