donald91
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedIt is still not online on WordPress plugins is it?
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedsure, how can I get your E-Mail?
Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedAll newest versions (MF2, WP).
Yes, image media. Never had problems on the same pages before.Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedAh ok. It says “catchable fatal error object of class wp_error could not be converted to string” at the end of the image media field and this way it blocks the following fields. when saving the page again, the error is gone, but so are the following image media fields (e.g. when having duplicated groups or fields).
i know it is a php error, but it now often appears in combination with magic fields, even on pages i never had problem with before. all just after updating to the latest magic fields.
also post thumbnails are not created anymore when uploading images. i can only get the “original size” value.Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedWhen will be update be online? Still annoying because all customers asking for it.
And the image media field type also doesn’t work well anymore. sometimes there is an php warning when the thumb is beeing genereated i think.Forum: Plugins
In reply to: [Magic Fields 2] Textbox's are evaluating max length even tho its not checkedI’m having the same problem.
Even when “Evaluate Max Length” is not checked, it still uses the max length from the field below the checkbox.
Workaround: Just add “999” into max length.
Would be nice if you can fix this error, thanks!Forum: Plugins
In reply to: [Firelight Lightbox] The requested content cannot be loaded.works now, thanks! the option was checked, but the class was “fancybox” instead of “fancybox-inline”, even it worked before – the page has not been updated quite a while.
Forum: Plugins
In reply to: [WP CN Excerpt] [Plugin: WP CN Excerpt] English translation?just use the plugin “Advanced Excerpt”, which is pretty much the same
Forum: Themes and Templates
In reply to: No sidebar on AutoFocus themeYou need to add the <?php get_sidebar ?> to the page.php, single.php and home.php to add the sidebar on every page.
you also need to go into the style.css and look for the last lines:
.home .entry-meta, .page .sidebar, .category .sidebar, .archive .sidebar, .search .sidebar, #access .skip-link, .archive-meta {display:none;}
There you have to delete thedisplay:none.