• Un-doubtily the plugin is amazing. So far i have two observation

    When i was installing it was showing the following error
    <b>Warning</b>: A non-numeric value encountered in <b>plugins/news-ticker-benaceur/style-anim/no-scrollntb-two.php</b> on line <b>340</b><br />

    So i simply removed that code and it start work, i guess it is related to screen size.

    2nd suggestion is UI needs alot of improvement.

    Regards

Viewing 1 replies (of 1 total)
  • Plugin Author Benaceur

    (@benaceur)

    It seems that in PHP 7.1 +, a Warning will be emitted if a non-numeric value is encountered
    to correct this error replaces line 340 in plugins/news-ticker-benaceur/style-anim/no-scrollntb-two.php by this:
    $("#ntbne_five").css("maxWidth", f -<?php $ntb_dis_fin = $ntb_NP_img_anms_two == 'enable' ? (int)$ntb_dis_fin_img_scrollntb + (int)$ntb_width_anms__two - (int)$Vex_st : (int)$ntb_dis_fin_no_img_scrollntb - (int)$Vex_st ; echo $ntb_dis_fin; ?> <?php if (!$ntb_disable_title) { echo '-' .$ntb_width_title_background; } ?> );
    and 345 by:
    $("#ntbne_five").css("maxWidth", f -<?php $ntb_dis_fin = $ntb_NP_img_anms_two == 'enable' ? (int)$ntb_dis_fin_img_scrollntb + (int)$ntb_width_anms__two - (int)$Vex_st : (int)$ntb_dis_fin_no_img_scrollntb - (int)$Vex_st ; echo $ntb_dis_fin; ?> <?php if (!$ntb_disable_title) { echo '-' .$ntb_width_title_background; } ?> );
    at the next plugin update
    thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Bugs and UI’ is closed to new replies.