Thanks for updating the plugin, but since the new update (3.1.9), I’m getting a “page can’t be found” error when clicking on “Select Slides”. I’m using Mixed Content, and the Nivo Slider theme.
When I revert to the previous version (3.1.7), it works again.
Please advise. Thank you.
]]>Are there any plans to update this plugin? Instead of just closing the topic, as someone did last time, how about an answer? Thanks!
]]>Are there any plans to update this plugin? It really fits our needs. Thanks.
]]>The Slide Title option isn’t working anymore. Putting text where says “custom title for slide made from this post” in the slide settings in post editor no longer keeps the text I put there. It reverts to the post title as entered on the main post.
Up until a couple months ago, that was working fine. Was something changed in a recent update? Please fix, or let me know how I can override this behavior.
Thank you!
]]>We are using your fine plugin for an image slider on our home page. One issue I’d like to solve is that, the first time through, the images (typically six images are used at any one time) get stretched in funny ways, if the previous image is not the same relative shape. The next time through, they are fine.
Can this be solved by maybe preloading the images somehow? I tried the “Preload sliders” option, but that doesn’t do it.
I like the effect of the slides changing shape as it goes from one to the other, but I think that is what’s causing the initial problem on the first go-through.
We are using the Nivo Slider, with the “allow slider to display in full width (will keep width/height proportions)” and “center slider horizontally” options checked.
Thanks for any help.
]]>Whenever I edit a slide, like change a title or anything via the gear box icon in “Edit slider,” it changes author to admin. This is a multi-author site, so the posts are usually by someone other than the admin.
If we don’t notice this after editing a slide, the proper author is not attributed on the post, and that’s a problem.
Seems like a bug, please fix. Thank you!
]]>We just upgraded to PHP 7.2 for security reasons, and are getting this error when we hit the ‘Select Slides’ button:
ArgumentCountError thrown
Too few arguments to function sgpb\Filters::editPopupPreviewLink(), 1 passed in /var/www/humortimes/wp-includes/class-wp-hook.php on line 286 and exactly 2 expected
Please update the code. Thanks!
]]>I copied some text from an old post into a new one, and now FA Lite’s slide title is coming from the old post, and I can’t change it.
When I pick the new post via the Mixed Content method, the new post’s Title is correct, but the Slide title is from the old article. This is very odd, as the new post has its own url, etc. How can simply copying text from one post result in this old slide info being retained? I see no way to change it.
When I try to “Edit slide options” via the settings gear icon, it shows the old post, with no trace of the new one.
The slide does appear correctly on the front end, so I suppose it’s not that big a deal, but it’s very strange.
]]>My situation is similar to the one in this thread:
https://www.ads-software.com/support/topic/updated-to-46-slider-stopped-working/
I have the slider on the home page, installed via PHP, and I checked, it is still the correct number in the fa_display_slider setting.
I am using the “Mixed content” mode, manually picking which posts to display. There’s no change when I switch to the “Create slider from posts” mode.
Also, I have a custom theme set up in another folder, per the instructions. It was working fine for months. I switched to a standard theme to see if that made a difference, it does not.
I tried deactivating all other plugins, flushing all caches, etc. I’m using PHP7.
Seems like I’ve tried everything. Any help would be appreciated.
]]>Is there any way to make the slider load faster? I have the “Preload sliders” checked, but that seems only to bring up a blank slider quickly, not the slides themselves.
I have a “Mixed content” slider set up, with 9 posts & pages. I know that’s probably a lot, but it would be great if there was a way to load the first slide quickly, as the others are loading in the background.
Any ideas? Thanks for any help.
]]>The arrows do not move the content to the next/previous slide. Here’s the link I’m using it on: https://soltex.121texas.com/
The slider is about halfway down the page labeled “Other News”
]]>Just updated to 4.6 and FA Lite 3.1.4. We are using the php code in our home page and the slider suddenly stopped working. I have checked the troubleshooting ideas you have posted here and everything is fine other than the wordpress version. Is there a timeline of when this will be updated to work with wordpress 4.6 or is there something that needs to change in the shortcode to get it to function? Thanks,
https://www.ads-software.com/plugins/featured-articles-lite/
]]>hey,
is there a way to pause or stop the slider when the user hovers the actual slide? i couldn’t find the option and googled without any success.
any advice, maybe even a hack would be really nice!
thanks & bye
mfue
https://www.ads-software.com/plugins/featured-articles-lite/
]]>I just moved a site from a test server to a live server.
First, I had to deactivate and then reactivate the plugin to get it working on the live server.
That was no biggie.
My issue now is that if I update the featured image of any page included in a slider, the slider breaks. Here’s the error (with my site URL redacted:
Warning: Invalid argument supplied for foreach() in /home/mysite/public_html/wp-content/plugins/featured-articles-lite/includes/functions.php on line 687
Fatal error: Call to undefined method WP_Error::set_quality() in /home/mysite/public_html/wp-content/plugins/featured-articles-lite/includes/functions.php on line 713
I have already updated to the latest version of the plugin and it did not resolve the issue.
Any advise?
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Hi,
Is there a way to make the_fa_image use the ALT tag that is set on the picture for accessibility issues? I would like to make sure my sliders are ADA compliant. Thanks.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>When choosing a category to display posts from, not all are shown. Even if next category page is chosen, same set of categories are shown.
this happened when fa lite is updated to the latest version.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Do you have anything that I can hook into in order to change the admin menu text that you’ve used for the plugin?
The current text, ‘FA Lite 3’, is not going to be usable for my client. When they see that in the admin menu they’re not going have any idea what that menu item actually refers to.
In the best interests of my client it needs to be changed to something like ‘Front Page Slider’.
I’ve tried the following string replace method but it doesn’t work.
add_filter('gettext', 'rename_admin_menu_items');
add_filter('ngettext', 'rename_admin_menu_items');
function rename_admin_menu_items( $menu ) {
$menu = str_ireplace( 'FA Lite 3', 'Front Page Slider', $menu );
return $menu;
}
https://www.ads-software.com/plugins/featured-articles-lite/
]]>I’m using the “Mixed content” option to display specific, featured posts in my slider.
I’d like to display these featured posts elsewhere in my theme (I’ll be displaying them in a <ul>
list), additional to their display in the slider.
How can I go about referencing these posts in my theme files?
Is there a specific parameter I can use in a query_posts
function such as something along the lines of <?php query_posts($query_string."&featured=yes"); ?>
?
If not, is there another method with which I can reference these posts and echo them out in my theme files?
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Also, same behavior in another person’s Chrome browser. Works on my computer for Chrome, and IE.
https://www.ads-software.com/plugins/featured-articles-lite/
Link: https://www.ifees.net
]]>It seems to me this plugin doesn’t work AT ALL.
The slides are piled vertically, which obviously go outside the slider area; not a single post title or content is showing; and there’s no way to navigate to the next slide, since 1. it won’t do automatically even tho “Slide automatically: when checked, slider will autoslide once page has loaded” is checked, and 2. there’re no navigation arrows to do so.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Reading your plugin description WordPress slider plugin for Featured Content I was under the impression that the plugin would allow me to display specific, featured posts in the slider.
Is this correct? If so, how would I go about achieving this?
Setting up a specific category for this is counter intuitive (categories are not used for that purpose) and not acceptable for my client.
I thought maybe I’d be able to add specific posts for display in each sliders settings. Conversely I would have thought I’d see an option on each posts page asking me if I’d like to include it in a slider. This doesn’t appear to be the case.
Am I missing anything here?
Is there any way I can go about displaying specific posts in a slider without setting up a specific category for it?
https://www.ads-software.com/plugins/featured-articles-lite/
]]>The slider in general looks great, but one problem i’m having is that the feature post title font is overlapping over each subsequent line, and it looks terrible. The vertical spacing is just way too tight and the characters are overlapping. The post excerpt is fine though with no overlaps.
Is there any way to adjust the title font vertical spacing?
https://www.ads-software.com/plugins/featured-articles-lite/
]]>When I click on a slide, it goes to the blogpost with that image. Can I simply make the click go to the next image?
Site : https://www.careyandjames.com
https://www.ads-software.com/plugins/featured-articles-lite/
]]>How do I turn off all of those inline styles that the js scripts are adding back in? Unless I can do this there is no way to customize the layout using css and your plugin is worthless.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>I’m using FA Lite on a new website and it’s working perfectly.
Nevertheless, I’d like to set auto-slide on my slides, but I can’t found any options to set the animation. Is this a featured restricted to Pro version ?
I’m using the simple theme.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Hello,
I will gladly buy your slider as I am using the Vantage Pro theme, but I need to clarify if it will meet my needs. I have an mp4 video in my media library that I would like to auto launch and then slide to a picture. Can this plugin do this?
If it does not meet my needs, do you offer a refund?
Thanks!
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Hello,
I have a problem with the fa lite plugin when I set a custom image for the slide (of a page).
If no image is set in the content of the page, the custom image is used for the slide, but otherwise this image in the content is the one used for the slider…
Any idea ?
Thank you.
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Hi,
Slider disappear on page reload but it works fine when I hit home page link
https://www.ads-software.com/plugins/featured-articles-lite/
]]>Hi,
I cannot activate the FA slider plugin
I get this message on the plugin page after trying to activate the plugin:
Fatal error: Cannot redeclare class FA_Slider_Options in /var/www/vhosts/nweawinddagen.nl/httpdocs/winddag2016/wp-content/plugins/featured-articles-lite/includes/libs/class-fa-options.php on line 7
Any idea?
Best regards, Jac
https://www.ads-software.com/plugins/featured-articles-lite/
]]>I have a error with the slider: The first slide is empty. So when someone loads the page, the first period (for example 5 seconds) the slider is “closed” and only the slide navigation dots are displayed. Only after the first slide’s period is over, the slider expands with the second slide. But this second slide is the first post…
This problem only exists if I insert the php-code or the shortcode on the home page (index.php). In categories, at pages or some other places, the slider works fine…
Slider not working: https://www.flusinews.de/
Slider working: https://www.flusinews.de/fa-lite-test-page/
Thanks for the help!
Best Regards,
Sascha
https://www.ads-software.com/plugins/featured-articles-lite/
]]>