Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
mamma51
tagDiv Member

ok found it, all ok!
thanks 🙂

mamma51
tagDiv Member

Hi
it doesn’t work

here my code in that file:

//old demos update td_social_drag_and_drop, so we need to run it all the time
// if ( ( ‘Newspaper’ == TD_THEME_NAME && version_compare($td_db_version, ’10’, ‘<‘) ) || ( ‘Newsmag’ == TD_THEME_NAME && version_compare($td_db_version, ‘4.9.2’, ‘<‘) ) || TD_DEPLOY_MODE == ‘dev’ ) {

$social_drag_and_drop = td_options::get_array(‘td_social_drag_and_drop’);

//remove google+ from share
if (array_key_exists(‘googleplus’, $social_drag_and_drop)) {
unset($social_drag_and_drop[‘googleplus’]);
}

//add to social share
if ($social_drag_and_drop != ” && array_key_exists(‘naver’, $social_drag_and_drop) === false) {
$social_drag_and_drop[‘naver’] = ”;
}

Viewing 2 posts - 1 through 2 (of 2 total)