Constantin Boiangiu
Forum Replies Created
-
Yes, an example would be welcomed. I can’t say what’s going on from your description. Sorry for the delay, working like crazy for the next update of FA Lite.
The old IE problem. This happens because of the opacity animation. One way to solve this is to place a background color on the element animated, in our case, the slide itself (in css, locate the declaration for .FA_article and put a background color on it)
Thank you for the suggestions, they are more than welcome. Will surely incorporate them into the next update (this will come in one of the following weeks). As for being the best plugin of this kind… well there’s room for improvement but with your help will make it better.
Sorry, I read your comment again and now I see what you mean. It’s kinda late here and I’m pretty tired. Anyway, in add_meta.php on line 151 you will find this:
$max_size = array( $options['th_width'], $options['th_height'] );
Change this line to:
$max_size = array( 150, 150 );
Let me know. I must admit, this file needs a complete rewrite. I’ll try and do this one of these days. Thank you for pointing this out to me.
In add_meta.php you see thumbnails of all images you have in wordpress. Once you select an image, depending on what size you set in slider settings for thumbnail, the slider will display the most appropriate size. May I ask why you need the full size image?
<?php if(function_exists('FA_display_slider')) {FA_display_slider();} ?>
Put this in your theme files. It should do the trick.
If you upgraded to latest version and before that you were using the featured articles order option you’ll need to set the featured posts again. Sorry about this, I changed the name of the custom field for several reasons.
It’s quite easy to set featured posts with version 2.2. You simply go to post/page editing and on the right sidebar you’ll see a panel called Featured Articles Lite. Click the Feature this article checkbox and hit save.
Sorry for any trouble caused by this update and if things are unclear with anything, just post a comment here or on the plugin homepage (I answer faster if you comment on php-help.ro)Can you please point me to where you have the plugin installed? Maybe I can give some hints on why it isn’t working. It will help to remove the problems on the next update. Thanks in advance.
No code should be added. It simply displays before the loop. Next update will incorporate such functionality, current one doesn’t offer this.