Foliopress WYSIWYG
Foliopress WYSIWYG is the editor you were always hoping for, every time you installed a new content management system.
Next Milestone 500
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Rank Changes
Downloads Growth
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
Tracked Keywords
Showing 1 of 1| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| foliopress | 1 | — | Tag | 1 month ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.6.18
- Last Updated
- Jan 21, 2025
- Requires WP
- 3.1+
- Tested Up To
- 4.9.28
- PHP Version
- N/A
- Author
- FolioVision
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4
- Reviews
- 8
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
Frequently Asked Questions
Common questions about Foliopress WYSIWYG
<h5><a rel="lightbox[slideshow]" title="testing image" href="/images/2009/11/testing-image.png"><img height="419" width="400" alt="testing image" src="/images/2010/06/400/testing-image.png" /></a><br />Image description</h5>
What CSS is needed for the image alignment functions your editor provides?
Inserted images are put into a H5 tag together with the image description. Here's our standard CSS we use in our templates to display the images in H5.
/* Images in h5 */
a img { border: none; }
h5 { margin: 10px; padding: 0; line-height: 1.3em; font-size: 0.85em; font-weight: normal; text-align: center; }
h5 img { padding: 5px; background-color: white; border: 1px solid silver; }
h5.right { margin: 2px 0 2px 10px; text-align: center; font-weight: normal; float: right; }
h5.left { margin: 2px 10px 2px 0; text-align: center; font-weight: normal; float: left; }
h5 a { text-decoration: none !important; color: #696969; }
h5 a:link { text-decoration: none !important; color: #696969; }
h5.noborder img { border: none; }
img.noborder { border: none; }
.noborder { border: none; }
My empty paragraphs are being removed all the time. How can I stop this?
For complex reasons we need to strip empty paragraphs but you can use break tags to create the same effect of empty lines. The keyboard shortcut is shift enter. We don't really recommend using either tags or empty paragraphs for formatting, you should be able to handle it in your CSS.
How to do my own translation?
This plugin consists of 3 parts:
Wordpress plugin - check the languages/" directory for .po and .mo files - the standard way of how Wordpress translations work
FCKEditor - check fckeditor/editor/lang - it contains JS files with definition of each language. Check then en.js file for entries below "Foliovision plugins" - these have to be translated. Note that vast majority of the phrases already has a translation. Set your language in plugin settings.
SEO Images image manager - fckeditor/editor/plugins/kfm/lang/ - the missing translations are at the end of en.js file and they have to be copied into each language version. Note that vast majority of the phrases already has a translation. Set your language in plugin settings.
Your plugin is not working, all I can see it this:
Parse error: syntax error, unexpected T_CONST, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in {your web root}/wp-content/plugins/foliopress-wysiwyg/foliopress-wysiwyg-class.php on line 96
Contact your webhost to switch you to PHP 5, you are probably still running on obsolete PHP 4.
I get a ugly message like this one:
Warning: mkdir() [function.mkdir]: Permission denied in /home/... ..../wp-content/plugins/foliopress-wysiwyg/fckeditor/editor/plugins/kfm/initialise.php on line 172
Make sure your /images directory has the 777 permissions. 755 can be enough too, depending on your PHP configuration (PHP Fast CGI). This directory should be located in the same place as your .htaccess file and Wordpress installation. It's referenced by your domain name.
I get the paste as plain text dialogue box whenever I try to paste with Ctrl + V into a post.
We are doing our best to protect your post from the bad HTML code in case you are pasting from programs like Microsoft Office or web sites.
Change "FCKConfig.ForcePasteAsPlainText= true ;" to "FCKConfig.ForcePasteAsPlainText= false ;"
How about different language versions?
Check out the plugin settings. Please note that the image management system remains English for the moment but will also be updated to multilingual in 2010.
I get 'Toolbar set "Foliovision" doesn't exist' error message when I edit a post.
Since 0.9.14, this message should not appear. If you just updated you plugin, make sure you clear your browser cache properly and then reload the editing page.
How do I get lightbox effect for images?
You need to use a plugin like WP Slimbox 2. Foliopress WYSIWYG adds rel="lightbox" to the inserted thumbnail images, so the big images open with the lightbox effect when that plugin is installed.
How do I use ImageMagick with this plugin?
The ImageMagick binary must be executable from PHP and be available as /bin/convert. We will add automated checks for this. ImageMagick provides superior image quality than standard PHP GD library!