Social buttons list – ONLY NAVER AVAILABLE

Posted in: Newspaper
Post count: 3

Hi
In my social buttons list in the theme panel, only NAVER is listed.

How i can fix it?

Post count: 18283

Hello !

If you’re seeing only NAVER please make this adjustment in the tagdiv composer plugin:
https://www.screencast.com/t/HGX40TlcJgb
Then hit a save in the theme panel and then revert the code back to original, this will make the social icons appear properly again.

Thank you !

Post count: 3

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’] = ”;
}

Post count: 3

ok found it, all ok!
thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.