• Just updated plugin. Got this error:

    “Warning: array_key_exists() [function.array-key-exists]: The first argument should be either a string or an integer in /home/chaseoca/public_html/wp-content/plugins/featured-articles-lite/index.php on line 93”

    line 93 of plugin is:
    ‘if( !array_key_exists( $dynamic_area, $areas ) ){‘

    Uninstalled plugin and installed fresh plugin. Error still exists.

    Assistance please?

    https://www.ads-software.com/plugins/featured-articles-lite/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author CodeFlavors

    (@codeflavors)

    Hi David,

    Can you please tell me by what method you are trying to display sliders? PHP code, shortcode, wigdet, etc.

    Thread Starter ModularBase

    (@modularbase)

    php:

    ‘<?php if( function_exists(‘FA_display_slider’) ){ FA_display_slider(241); } ?>’

    Plugin Author CodeFlavors

    (@codeflavors)

    Thank you, give me a few minutes to test this and I’ll get back to you with more questions if neccessary.

    Thread Starter ModularBase

    (@modularbase)

    Okay. No rush.

    Plugin Author CodeFlavors

    (@codeflavors)

    I managed to duplicate the error and released version 3.0.1 that deals with this error and also displays the PHP code panel in slider edit screen. Thank you for reporting this, if it’s solved, please mark the topic as resolved, thank you.

    If you happen to find other errors let me know.

    Thread Starter ModularBase

    (@modularbase)

    Error is gone, but plugin does not display. site: https://www.chaseo.ca/
    php on main page:

    ‘<?php
    if( function_exists(‘fa_display_slider’) ){
    fa_display_slider( 241 );
    }
    ?>’

    Width set to 100% – checked box “allow slider to display in full width (will keep width/height proportions)”
    Height set at 444px in box “the slider height in pixels”
    Theme and Layout variations set to Default

    Plugin Author CodeFlavors

    (@codeflavors)

    Try and specify a slider with in pixels, not percents. If you checked allow full width, the plugin will take care of resizing the slider to full width.

    Thread Starter ModularBase

    (@modularbase)

    Sorry… because you have changed all the div classes and redesigned the plugin radically, I do not have the time or inclination to alter all the CSS I have set up which worked so well on this site. I will just uninstall the plugin.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin Error’ is closed to new replies.