Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter talgat

    (@talgat)

    Solved. Issue was with the Sharp theme. Not with the plugin.

    Hi Talgat – have the same problem … how did you solve it?

    Thread Starter talgat

    (@talgat)

    Hi! I changed the “gab_innerslider()” function in misc-functions.php of the Sharp theme.

    There was
    ( has_term( of_get_option('of_inslider_tag') , 'gallery-tag', '' )) )

    I changed it to
    ( taxonomy_exists('gallery-tag') && has_term( of_get_option('of_inslider_tag') , 'gallery-tag', '' )) )


    Regards,
    Talgat

    • This reply was modified 8 years, 1 month ago by talgat.
    • This reply was modified 8 years, 1 month ago by talgat.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘gab_innerslider() returns PHP Fatal error on WordPress 4.6’ is closed to new replies.