- NewspaperSocial Sharing
- NewsmagSharing buttons
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hello stinus,
Unfortunately, please notice that our theme does not have any such an option that allows you to counts the posts sharing on Facebook, sorry! The classic Facebook counter will count only the Likes which have made for this post page.
Thanks for the message!
Hi,
The sharing displayed in the post page will show a Facebook like count, but the Twitter button will not display a counter anymore (not supported by Twitter). I see you use a plugin that has more post sharing options and also counters, you could keep using it further.
Thanks
Hi,
They could only be the same size if the text is removed, like this for example
– https://www.screencast.com/t/Az004siZw
This is the code used in the example, it will also align them to the right. I believe you meant right, since they are already aligned to the left
.td-default-sharing .td-social-but-text {
display:none;
}
.td-post-sharing-top {
text-align:right;
}
If this is not want, it would be helpful if you could maybe provide more details about how exactly they should be.
Thanks
Hi!
Actually i mean THEME PANEL -> SOCIAL NETWORKS, not in THEME PANEL -> POST SETTINGS -> SHARING
😉
Hello, my theme has character problems of social network icons, I noticed that when I am logged in as administrator and open the site in another tab, the same appears normal, but when removing from the administrator the images and characters of social networks Are bugged. Please wait for directions!
——————
Hello,
This is most likely a font loading problem. Please try the solution posted here: https://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
If you have any further questions please open a new topic on our official support forum at https://forum.tagdiv.com/forum/newspaper/ The comments section here is destined for presale questions.
Thank you! Bogdan B
———————
Hello friend, the solution presented for htaccess applies only to apache server, nginx server in my case, how can I solve this?
Hi,
@NegomboToday There are some similar topics that you could try
– https://forum.tagdiv.com/topic/share-icons/
– https://forum.tagdiv.com/topic/add-email-sharing-button-2/
Or you could simply install a sharing plugin that might have the option you need.
Thanks
what would be the Code for Adding “Email Sharing” Functionality for Post sharing like adding Linkedin.
Hi,
You can include posts in the Featured category
– https://forum.tagdiv.com/featured-posts-2/
Then choose the Featured category in the slide filter settings, and sort by Latest
– https://www.screencast.com/t/cjaN2O4V
In this situation the slide will display the latest posts added to the Featured category. A limit of posts can be set as well as an autoplay interval
– https://www.screencast.com/t/XouPGmR1
So now the slide will display for example 5 latest posts from the chosen category, changing every 5 seconds.
The excerpt in this case should be set to letters, maybe choose the same value for all modules. The post titles will not be the same for all posts, experiment with different values for the blocks you use, until you find a perfect solution.
Regarding the cache configuration there is a guide
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
Some settings might have changed, but most are the same
– https://www.screencast.com/t/viT3UUna
We will update the tutorial as soon as possible, taking in account the changes in the cache plugins panels.
The front page will be used to display the posts, you will not be needing that option to use a different page. The “Blog pages show at most” setting controls the number of posts in the Latest articles section (if there is no value set manually – https://www.screencast.com/t/3Io9tIeZhU2), and on category pages loop
– https://www.screencast.com/t/VN0sogW6LNS
– https://www.screencast.com/t/W8vNqqmA1RFs
A sidebar can be set or removed for each category, in the Per category settings. The actual sidebar content can be customized in Appearance->Widgets
– https://www.screencast.com/t/DatBdFk8j
There could be such plugins, but we cannot make any recommendations. You can search for and try out a few plugins that have options like this. The post can be shared but manually, not automatically
– https://forum.tagdiv.com/sharing/
Please let us know if you have further questions, we will try to help you as soon as possible.
Thanks
Hi,
That can be done by modifying the post template files only. There is no theme option to move the sharing below the featured image. I have provided a solution in this topic
– https://forum.tagdiv.com/topic/share-butons-at-post-page/
The result in that example is that the sharing is below the image, in post template 2. The modifications will have to be made for each post template you want.
Thanks
Thanks for your sharing.
Yes, our programmer found it too. If you deactivate Yoast plugin, the posts will become sharable again.
We sent an email to Yoast about this case. They haven’t replied yet.
You can send another one to them too.
Thank you.
Hello nicobros,
I have checked this functionality to our demo preview and the Google+ sharing seems to work as expected and the post title is right shared on this social media, as you can see here -> https://www.screencast.com/t/cscxJ8n6 Most likely, the bad is on your website and Google settings account and not come from our theme. When you share a post on Google+ from your website, the post title appears in URL but not under the featured image, as you can see here -> https://www.screencast.com/t/dsLF0OI4zQ Check the Seo Yost plugin settings because only from there you can control this functionality. The theme does not have any such an option for this case, sorry!
Thanks for your understanding!
Hi,
Remove it from the mentioned file, it will not be loaded anymore. There is a top sharing and bottom sharing, remove the Twitter link from both these locations
– https://www.screencast.com/t/buYja1TjjEE
This will remove the Twitter button – https://www.screencast.com/t/TNssh1wZ6bm
Thanks
Hello capsx,
Sorry for this but please notice that our product does not have this type of Social Network implemented, sorry! You should implement it yourself or you can try using such a plugin with this functionality and check the results. Also, you can read the following topic here -> https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/ Could be more useful for your implementation.
Thanks for your understanding!
Hi,
I think I misunderstood what you wanted, you want to remove the text of the social sharing. Something like this, it applies to top and bottom sharing
– https://www.screencast.com/t/PNuBzAKGKM
.td-social-facebook .td-social-but-text,
.td-social-twitter .td-social-but-text {
display: none;
}
Thanks
Hi Team,
We found that there is a problem with Google+ sharing on posts. When we want to share any post to Google+, only our organization name shows up in the Google+ screen, the post title is missing. In the past, it worked perfectly. We have tried to fix it but failed.
Could you kindly have a look?
You can try to share any post, the result is the same. For Facebook, Twitter and Pinterest, they are working properly.
Thank you in advance.
Hi Simion.
Thanks for answering. And the names of FB and Twitter sharing buttons? Ill like without names.
Thanks
Hi,
Removing the Google+ and Pinterest sharing options could be done by removing them from the actual theme code, in the files. But an easier method would be to use some CSS, like this
– https://www.screencast.com/t/YjqUYrilPy7v
.td-default-sharing .td-social-google,
.td-default-sharing .td-social-pinterest {
display: none;
}
Thanks
I have been able to solve it.
Now my question is: Is it possible for FB and Twitter sharing buttons to appear without names like G + and Pinterest?
Thank you.
Hi,
That would require modifications to the post templates used. The theme does not have options to move the top or bottom post sharing. Each post template has a corresponding loop-single file. These files are located in the main theme folder
– https://www.screencast.com/t/2Zx6taqs6
For example opening the loop-single-2 file you can modify the post template 2
– https://www.screencast.com/t/Ypz0IM1i
There you can see the post template structure, moving the top sharing below the featured image would be like this
– https://www.screencast.com/t/XAjOcwwmB
– https://www.screencast.com/t/zhhLJ0Gm
As for the alignment I don’t understand how they should be aligned, to what. The buttons are calculated to display in the position and shape they currently are, to display properly in the post content.
Thanks
Hi,
The share buttons are defined in this file of the theme
– https://www.screencast.com/t/mQQPLozXpz
There are two instances of the buttons, for top and bottom. Remove the Twitter button from both, if that is needed.
Or you could hide just the Twitter button with a code like this in custom CSS, for both top and bottom
– https://www.screencast.com/t/6ra1dbNR
.td-classic-sharing .td-classic-twitter {
display: none;
}
Maybe there are ways of displaying a share count through a plugin, you could search for that as well.
Thanks
Hi,
I could not say why that is happening. Double check the social sharing settings in the plugin you use. Use the Facebook debugger to test
– https://developers.facebook.com/tools/debug/og/object/
With the Yoast SEO plugin you can set an image and description and a title for each page, for social sharing
– https://kb.yoast.com/kb/why-doesnt-facebook-display-an-image/
– http://www.wpbeginner.com/wp-tutorials/how-to-fix-facebook-incorrect-thumbnail-issue-in-wordpress/
Thanks
Hi Mate,
Simion, thanks for the reply.
We have installed a similar SEO plugin. For all pages it works fine, however, not for the the homepage.
Kindly regard:
1) Social Sharing examples: https://prnt.sc/gvxtsj
2) homepage settings: http://prntscr.com/gvxuok – it seems as if the logo is used, but which one, from where?
Thanks for the support.
Cheers,
Fabian
-
This reply was modified 8 years by
Fabian.
Hi,
The ads will be displayed on all posts, when entered in the theme panel. The theme does not have preferential options to display article ads.
What you can try is to use a plugin such as Adrotate to implement the ads on the website. I believe this plugin has options like you mention, and also works properly with the theme based on positive user feedback.
The sharing can only be disabled or enabled for all the posts as well. However the post sharing could be removed with some CSS based on the post IDs or by category perhaps. If you could provide a link to such a post, I will try to give you a solution.
Thanks
Good morning Support,
I am using Newspaper theme, and on my website, I offer free posts and paid posts, I have different categories for each, so I will like to disable ads and sharing buttons on the posts that are for paid members.
How can I make it?
Thank you very much.
Hi,
That information can be customized with the Yoast SEO plugin, you can use the plugin to customize the sharing information
– http://www.wpbeginner.com/plugins/how-to-install-and-setup-wordpress-seo-plugin-by-yoast/
Thanks