- NewsmagSharing buttons
The sharing buttons come down with the page, how do?
How do I leave the sharing buttons always open?
As items are being minimized, with the “-” icon.
But I wanted to be open, always.
Hi,
@baztanet If you could provide a link to where this is happening on your website, we will investigate. All issues until now related to the social sharing were either visual issues resolved by clearing all caches installed, CDN and also browser cache, and adapting child theme customization.
Or in some cases conflicts with plugins, which caused the socials to not display or function properly.
Thanks
I have the problem is that there’s no picture when you share a post on Facebook. When I try to debug it ,image link follows to 404 error page.
Hi,
I cannot see basic icon such as social sharing, search icon, etc.
They should be included, as explained here: https://forum.tagdiv.com/font-customization/
I tried even to install the newspaper.woff custom font type, but… nothing.
Can you help me?
Thanks
Hi,
It only started happening then because that was when the new post sharing was introduced maybe. Seems that text is removed at the moment, only the issue with the opacity is still present.
Try entering this code in Theme panel->Custom CSS to force the correct opacity
– https://www.screencast.com/t/8Dl6Sf2gqO
.td-post-sharing {
opacity:1!important;
}
Thanks
Hey Catalan thanks for the reply.
The install was only the latest WordPress (4.9.2) and Newsmag theme with zero plugins installed or activated. The installation is on a dedicated server, system parrameters are all set much higher than what is required by the theme and wordpress. I tried multiple installations on WP 4.9.2 and all exibited the same login issue. The moment I changed the theme to a default WP theme, or when I downgraded to WP 4.9.1 the problem was resolved. Of course this does not ultimately suggest that Newsmag has a bug but just sharing my experience nonetheless should there be some validity. As I am sure your developers would like to know if there was some truth. If you can’t repeat the issue than I guess there is no bug and it must be something on my end I am unaware of.
-
This reply was modified 8 years by
PAPPACLART.
-
This reply was modified 8 years by
PAPPACLART. Reason: Spelling
Hi,
The new options should be visible in the post sharing settings
– https://www.screencast.com/t/IqjrCYTkMIx
– https://www.screencast.com/t/hBbKW6ZX
If none of these settings are present, then most likely the them has not installed properly. Re-install by FTP and check again
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Be sure to clear CDN if used and caching as well.
Thanks
Hello Costea.Exari,
If you want to edit something like this you should edit the td_social_sharing.php like this -> https://www.screencast.com/t/mxXq3QP3o
Thanks for the message!
The first selection of sharing icons on the desktop do not appear, but if you go over it with the mouse it detects them. thank you
Good evening,
I would like to know how to put on the site the sharing buttons on a list of posts. Let me explain: I would like to have the social buttons before accessing the details of the post but in the list to be able to share the post without reading it all.
All the newspapers now have this feature, I attached image…I inserted an external plugin by putting the icons in the module but it does not work! Instead of sharing the single post I always share the page. How to do?
Thank you

Same problem.
Something is wrong with sharing, when it is turned off no errors.
<?php
/**
* The single post loop Default template
**/
if (have_posts()) {
the_post();
$td_mod_single = new td_module_single($post);
?>
<article id=”post-<?php echo $td_mod_single->post->ID;?>” class=”<?php echo join(‘ ‘, get_post_class());?>” <?php echo $td_mod_single->get_item_scope();?>>
<div class=”td-post-header”>
<?php echo $td_mod_single->get_category(); ?>
<header class=”td-post-title”>
<?php echo $td_mod_single->get_title();?>
<?php if (!empty($td_mod_single->td_post_theme_settings[‘td_subtitle’])) { ?>
<p class=”td-post-sub-title”><?php echo $td_mod_single->td_post_theme_settings[‘td_subtitle’];?></p>
<?php } ?>
<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_comments();?>
<?php echo $td_mod_single->get_views();?>
</div>
</header>
</div>
<?php echo $td_mod_single->get_social_sharing_top();?>
<div class=”td-post-content”>
<?php
// override the default featured image by the templates (single.php and home.php/index.php – blog loop)
if (!empty(td_global::$load_featured_img_from_template)) {
echo $td_mod_single->get_image(td_global::$load_featured_img_from_template);
} else {
echo $td_mod_single->get_image(‘td_696x0’);
}
?>
<?php echo $td_mod_single->get_content();?>
</div>
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?>
<div class=”td-post-source-tags”>
<?php echo $td_mod_single->get_source_and_via();?>
<?php echo $td_mod_single->get_the_tags();?>
</div>
<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo $td_mod_single->get_item_scope_meta();?>
</footer>
</article> <!– /.post –>
<?php echo $td_mod_single->related_posts();?>
<?php
} else {
//no posts
echo td_page_generator::no_posts();
}
Hello, it’s possible somehow to change icons for social sharing on article page
Hi, after updating to version 8.6 on the site instead of leaving the icons of sharing immediately I get out a + that if clicked shows the icons. I would like the icons always visible as before, what should I do? Thank you.
Hello duck1970,
Please notice that buttons sharing works only for post pages. None of the pages can be shared because the theme does not have any such an option for this, sorry! For sharing buttons, please enable from here -> https://forum.tagdiv.com/sharing/
Thanks for the message!
Hi,
That + should appear only when there are too many icons to be displayed in a single row, or there is not screen space to display them all This will also be depending on style chosen in the theme panel, if a style with text is selected there would be this result
– https://www.screencast.com/t/GkrYJdIy1w
Or just icons with this result
– https://www.screencast.com/t/foM1fWv9Ear
If you select mobile sharing socials drag and place them last in the list, they will not show on desktop only on mobile.
Thanks
The problem was solved with the following code.
.td-post-sharing-classic{ display:none!important; }
Thank you!
Hi,
That is the post sharing, it can only be enabled or disabled on posts not pages
– https://forum.tagdiv.com/facebook-share/
You can place socials on pages using the composer, but an actual share of the page is not possible at the moment. Unless maybe through a plugin that may offer this.
Thanks
thx.
Hmmmm may now it is. But what about if we add one or tow sharing sites ? It add the “+” ?!
Hello,
I tried installing from scratch on host’s server and the local testing server. It worked fine but after changing ‘sharing settings’ under ‘Post settings Panel’,
It again shows the same problem.
Please help.
Hi balipuspanewscom,
Fallowing This link https://forum.tagdiv.com/topic/problem-with-google-sharing/ delete the Company Name / Person name on yoast SEO Dashboard.
I found this helpful.
Hello Epickenyan
Fallowing This link https://forum.tagdiv.com/topic/problem-with-google-sharing/ delete the Company Name on yoast SEO Dashboard Worked for me
But Still the Meta description is not There ( only showing the post Title )
See this thread https://forum.tagdiv.com/topic/problem-with-google-sharing/