Hi, I would disable the feature timthumb, in the slider - integration with the NextGen gallery - >>
Is it possible?
Disable timthumb
(5 posts) (3 voices)-
Posted 1 year ago #
-
there's no offswitch, but everything can be recoded. in bfslider_func (in theme-functions.php) search for "$link . get_image". remove the get_image call so it's like this:
$link . $imagepath . ($link!==''?'':'') .'</div>';Posted 1 year ago # -
Thanks a million :)
Posted 1 year ago # -
seems like the script has changed since last year:
bfslider_func is found now at shortcodes.php
Can you please update how to recode to disable timthumb in bfslider?
Can you also show the same with nivoslider?Thanks!
Posted 1 month ago # -
it took me forever, but here's a solution:
on theme-functions modify this highlighted code:
http://imageshack.us/photo/my-images/190/modifycode.jpg/Posted 1 month ago #
Reply
You must log in to post.