- NewspaperSocial Sharing
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hello smileman,
I tried to share your post and seems to work as expected, as you can see here -> https://www.screencast.com/t/gnOYYe8X Where exactly is the problem? For more information about sharing, please check here -> https://forum.tagdiv.com/facebook-share/
Thanks for the message!
Hello nkodgh,
You should edit the theme core files where the sharing bottoms are created, like this -> https://www.screencast.com/t/3TBSVyjbxjI0 and there you should add your plugin shortcode.
Thanks for the message!
I have website with Newsmag.
I have no problem about sharing to fb before.
But it is suddenly happened.
I made article and tried share but it had wrong artcle.
It is here :
only this new article have problem with share.
Trash is part of WordPress, not the theme. Theme has zero impact on normal WP buttons/controls.
See the official WP docs (codex) for help on using the trash functions:
https://codex.wordpress.org/Trash_status
a) what screen are you on where you expect to see trash option and don’t
b) did you enable to view option in WP for seeing all options
c) is yes to both, try saving a screen capture and sharing here to point out what issue you’re seeing
We’re not having this issue on any of our sites with tagdiv themes (3 different themes).
( I don’t work here. )
Hi There,
I’m trying to set-up the homepage and like to use a visual composer template. When i go to a page and try to set a template i get no templates only the error Error: TPL-01.
What can i do to solve this error?
Hi Mochal and Simion,
I have the exact same problem with v7.8.1. with the new update (last version I had was from Feb) and this one did not have any issues. With version v7.8.1. Open Sans Condensed shows a weird font like Mochal had a screenshot of above. All the other fonts seem to be accurate..
I just did a fresh install and hardly have any plugins installed.. I haven’t modified the header menu, or using child theme. I do have a custom code but that is only to make the social media sharing buttons have white background.
Did you ever figure out of it?
Hi,
Please make sure that the account you are using for the post sharing is not suspended as the message says
– https://www.screencast.com/t/DwOOYB8J
Try with a different working username to see if it works properly, or use this guide to see possible causes for this to happen and how you can unsuspend your account
– https://support.twitter.com/articles/15790
Thanks
hello,
my twitter account is active, but when I try to share a post to twitter (using bottom twitter icon of post), it show “twitter account suspended” i am already trying with 3 different twitter accounts.
twitter account : https://twitter.com/navadharaonline
twitter page : https://www.screencast.com/t/4oplunwaFIEx
message : https://www.screencast.com/t/FziecfbDKjq
Hello,
The code you posted removes the category description for category pages, not the menu sharing buttons. If you want to disable the mobile menu sharing opotions you can use this code:
@media(max-width:767px){
.td-menu-socials{
display:none;
}}
Thank you!
Hi I have a question.
I want to remove mobile menu sharing button.
So I tried this code in mobile custom css
@media(max-width:767px){
.td-category-description{
display:none!important;
}}
But It is not operated.
Hello vasik,
Try to check the following topic here -> https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thanks for the message!
Hi there,
Love the theme and your work. But, I think all users would love to have a Social Sharing bar, available at the bottom in Mobile Phone view.
This feature is small but, can increase the social share count by a huge margin. I’m afraid of using third-party solution for it, as it’s not a big feature to ask for.
Hello, i have some problems with the sharing from jetpack (facebook), it is not appearing the featured photo.
I also have a problem with the featured post (shows only the half image). I updated to the todays latest icluding the patched files bust still the same. Any idea?
Hi,
You can not set a video playlist as a widget in the sidebar. You could add it as a normal element in a split row sidebar however – https://www.screencast.com/t/hEc2NxtaA – https://www.screencast.com/t/bP2CKQDj
If you would like to have a bigger logo, please note that Header style 9,10 and 11 do not have a limit for the image used in the logo – https://forum.tagdiv.com/logo-favicon/ and you can set as logo a full image for example.
The ad code for the header must be entered in the Header section in Theme panel->Ads
– https://forum.tagdiv.com/header-ads-adsense/
The social sharing top and bottom in the post page can be disabled like this
– https://forum.tagdiv.com/sharing/
The ad can be removed in Theme panel->Ads in the respective section. If that is the article bottom ad you have to remove it here – https://www.screencast.com/t/W3UpvEmE7
More about using article ads here – https://forum.tagdiv.com/article-ads/
The Latest articles section is always displayed on the bottom of the page, after the page content. More about page templates here – https://forum.tagdiv.com/page-templates-2/
If the images are not appearing, make sure you have set a featured image for the posts
– https://forum.tagdiv.com/featured-image-or-video/
And you have enabled the thumbs required for the modules, in theme panel
– https://forum.tagdiv.com/theme-thumbs/
If you are using the optional mobile theme plugin, you must use the mobile editor to ad content for your pages
– https://www.screencast.com/t/82poCQT5Bp
More information about the mobile theme here – https://forum.tagdiv.com/the-mobile-theme/
If you do not use the mobile theme plugin, the same content from desktop will be displayed on mobile devices. The theme is fully responsive, and will adapt to every screen size.
Thanks
Hello
When on Facebook (and other social networks), when I share the URL of my website, no logo is displayed. Also the website title is displayed as ‘Home – The Backpacker Travels’ – is there a way to only display ‘The Backpacker Travels’?
I have uploaded images for the favicon but no image is displayed – am I doing something wrong?
Here is what it looks like when I post the website URL to Facebook – https://ibb.co/dAX2rQ
Hola Simion gracias por tus respuestas y tu tiempo,gran soporte el de Tagdiv gracias.
revisado todos los archivos que recuedo haber modificado en el archivo .hthaccess he borrado todo menos esto
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
y en el theme panel / custom code / custom css tengo esto
@media (max-width: 767px){
.td-header-wrap .td-header-menu-wrap-full, .td-header-wrap .td-header-menu-wrap, .td-header-wrap .td-header-main-menu {
background-color: #ffffff !important;
}
.header-search-wrap .td-icon-search, #td-top-mobile-toggle i {
color: black !important;
}
}
@media (max-width: 767px){
.td-scroll-up-visible {
display: block;
}
}
.td-default-sharing iframe{
position: relative;
bottom: -11px
}
Ya tengo la versión 7.8.1 y sigue sin funcionar ¿puedes ayudarme? ¿QUE puede ser?
GRACIAS
Hi,
1. That is not a theme option, to have those buttons instead of the bottom social sharing. You can try plugins that have that capability and see if they suit your needs.
2. The Related articles section displays posts from the same category or tag that the current post is part of. It does not display random posts. The choice to pick posts from the category or tag of the post can be changed in the theme panel – https://www.screencast.com/t/6bci1nQeZsq
More information here – https://forum.tagdiv.com/related-articles/
The text displayed can be changed in Theme panel->Translations – https://www.screencast.com/t/YY2SEx0L6jU
3. The only available options regarding the More articles box are mentioned here
– https://forum.tagdiv.com/more-articles-box/
This text can also be modified here – https://www.screencast.com/t/ycKdjJop3DOZ
Thanks
Thank you for sharing this solution. I;lm sure it will help other users as well.
We will look into the ads problem from the other topic as well.
Thanks!
Hi Bogdan,
After searching a lot on the internet and trying out many things. Here is the code I am sharing for others to use which worked for me.
To add Adsense or any kind of ad codes at after multiple paragraphs. Simply copy this code at the end of functions.php
//Insert ads after second and fifth paragraph of single post content and after the post content. Provided by Bloggingdude.com:
add_filter( 'the_content', 'prefix_insert_post_ads' );
function prefix_insert_post_ads( $content ) {
$ad_code = '<div> Adsense/Ad code goes here</div>';
if ( is_single() && ! is_admin() ) {
return prefix_insert_after_paragraph( $ad_code, 2, $content );
}
return $content;
}
add_filter( 'the_content', 'prefix_insert_post_adsNew' );
function prefix_insert_post_adsNew( $content ) {
$ad_codenew = '<div> Adsense/Ad code goes here</div>';
if ( is_single() && ! is_admin() ) {
return prefix_insert_after_paragraph( $ad_codenew, 5, $content );
}
return $content;
}
// Parent Function that makes the magic happen
function prefix_insert_after_paragraph( $insertion, $paragraph_id, $content ) {
$closing_p = '</p>';
$paragraphs = explode( $closing_p, $content );
foreach ($paragraphs as $index => $paragraph) {
if ( trim( $paragraph ) ) {
$paragraphs[$index] .= $closing_p;
}
if ( $paragraph_id == $index + 1 ) {
$paragraphs[$index] .= $insertion;
}
}
return implode( '', $paragraphs );
}
// Add signature or ad after post content. Provided by Bloggingdude.com:
function custom_content_after_post($content){
if (is_single()) {
$content .= '<div> Adsense/Ad code goes here</div>';
}
return $content;
}
add_filter( "the_content", "custom_content_after_post" );
Simply change the text ‘Adsense/Ad code goes here’ with your own Adsense/ad codes and it will start displaying ads after paragraph-2, 5 and after the post content.
You can change the paragraph number 2 and 5 to your own desired paragraphs.
The only problem I am having with any of the methods I use to insert inline ads is that it is compatible with TagDiv Speed booster plugin. No, I am not talking about only the method I wrote above, but no matter how you include inline responsive ads after multiple paragraphs, it breaks when activating speed booster plugin.
I have raised this issue in detail here: https://forum.tagdiv.com/topic/conflict-between-speed-booster-and-inline-ads-what-can-be-done/ . See if there is any possibility to resolve it.
Thank you 🙂
Hello,
I am useing version 7.8.1.
I like to display the image with no horizontal space as shown in the attached data.
Before
https://drive.google.com/file/d/0BwBOesVUMZwcQkY0bFQzLWV5SzA/view?usp=sharing
After
https://drive.google.com/file/d/0BwBOesVUMZwcMUhSakFRZVc5bUU/view?usp=sharing
Please tell me how to set it.
Hello,
We have not tested the mentioned plugin so I cannot provide any method of implementation for it. You will find the top and bottom share options in this file: https://www.screencast.com/t/wOPUrWql3om9
The bottom social sharing buttons are found further down in that same file
Thank you!
Css can hide elements, yes. If you want to you can remove the elements you want using this code:
.td-social-twitter, .td-social-google, .td-social-pinterest{
display:none!important;
}
But removing the word share from the button will require you to edit the theme code and remove it like so: https://www.screencast.com/t/8SVr6sYIn
Adding a new social icon will again require you to modify the code like these topics suggest:
https://forum.tagdiv.com/topic/add-linkedin-sharing-button/
https://forum.tagdiv.com/topic/how-to-add-a-vk-sharing-button-on-your-posts/
Thank you!
Hello,
We are aware of the social network implementation in our theme. We understand there are lots of requests for social sharing options but our theme already has header social icons, a social counter plugin, post social sharing button as well as footer social sharing buttons. There are plenty of plugins out there that provide sharing options and we did not consider we needed to invest more in something that is already provided free. We will consider it though as we are open to suggestions.
Thank you!
Hello,
Sorry but our theme does not have this option. You can find lots of free social sharing plugins though.
Thank you!
Hello~
I appreciate that your newspaper 7 thema. It’s very nice thema.
Ask you something.
I want to that use facebook development’s like and share script source insted of your sharing option.
Otherwise, I don’t want to your sharing option in post setting thema.
(top article sharing and Top article like/tweet..)
How can I do that?
Where is the insert space?
Please answer to me.