Hello Piotr
I have the same probleme, and i have changed the word in
Creativity/gavern/widgets.portfolio.php (around line 186)
if($config['bottom_link'] == 'on') {
if(count($jsondata) == 0) {
echo '<a href="'.$config['bottom_link_url'].'" class="gk-load-more border bigbutton" data-text="false">'.__('More work ', GKTPLNAME).'</a>';
} else {
echo '<a href="'.$config['bottom_link_url'].'" class="gk-load-more border bigbutton" data-text="'.__('See more', GKTPLNAME).'" data-toload="'.str_replace('"', '\'', json_encode($jsondata)).'" data-max="'.count($jsondata).'">'.__('More work', GKTPLNAME).'</a>';
}
}
but the page dont change anything.
so there is any another php file? in the web, i find it use
id="widget_gk_portfolio-2"
thank u very much