- NewspaperSocial Sharing
- NewspaperSharing
- NewspaperDesign your post pages using the Default Templates
- NewspaperFacebook Share
Hi,
Even I am facing the same issue, http://www.screencast.com/t/MfxDuzbR
But i am using plugin for social sharing, i believe this happening for the default newspaper theme also??
Thanks
Bharath
Hi,
Not sure, I believe this happens due to your sharing plugin you can also try without any plugins and enable theme one by one to find the one who’s causing this. Try this custom css:
.single-format-video .post .td-post-text-content {
padding-top: 0px !important;
}
Thanks
I have created a post on my blog and marked it private. When I share that link with others through my autoresponder it comes up as 404 error page. I have tested the same process using another blog post that is not marked private and the link works perfectly. It goes directly to the content I am sharing. There is something happening with the link on my private posts. I need to know how to fix this. Thanks for your help.
Hi,
I’ve created a ticket on Visual Composer help section, one client who’s got a similar issue agreed upon sharing his credentials with wpbakery team, i’ll get back with a solution as soon as i receive an answer.
Thank you, Emil G.
Hi,
I’ve activated Easy social sharing plugin, however, it doesn’t display as configured, it doesn’t appear at all actually.
I’ve searched your topics and found out that i have to do some manual work to get it work, can you please reply with exact steps to do that, because i don’t want to cause damages to my website and i’m not an expert to fix anything.
Also, i used to delete the theme and upload it again to install theme updates, will my changes disappear and i need to re-do the same step or there’s something i can do to keep my changes after updating the theme?
Thanks,
Actually … that is separate function for a different kind of content sharing.
Here is example of what I’m talking about …
if you go to your G+ account and post an update, and paste in this link from one of our sites — one of the last ones running Woo Canvas vs Newsmag:
http://newyorknetwire.com/2015/04/20/newswire_NYNW150338-9452.php/new-easeus-partition-master-10-5-able-convert-mbr-disk-gpt-disk-convert-gpt-disk-mbr/
this will populate the photo, headline and first paragraph in the content box.
If I do that on CaliforniaNewswire.com with a story, running Newsmag 1.6, it no longer does that; although it did it a week ago prior to the switch to Newsmag from our old Woo custom template.
This leads me to believe all things being equal that there is some element of the rendered page structure which causes Google’s scraper to not pull the full text in quite the same way.
——–so———–
I did try removing the “categories” from above headline/title on CaliforniaNewswire.com and this had no effect. I am going to try some other things like “simple sidebar” and removing related content, social media buttons, etc., to see if it’s “relational” content confusing it (e.g., meta data or mark-up related to the other images/titles on page), or what. Super annoying.
It may be that having the bulk of other headlines/titles/images inside the “woo sidebar” separates the onpage content enough to make the Google scraper less confused.
They really should be pulling the damn meta/og description tag, and no good reason for them to still be “scraping” the page.
Could be something as simple as they don’t like the “full width headline” which is in separate “block” from the body text; meaning not in the same “column” …. (sigh)
I’m playing with it, as time permits.
Upshot — the Woo Canvas template we’ve had for several years DOES WORK for G+ capture, while the Newsmag layout I’ve setup does NOT … so, I’m always frustrated by these micro-management issues with Google …
And don’t get me started on the right format for sitelinks for CSE hinting. Lack of documentation on that is ridiculous from them. 🙂
Hello,
Any help would be greatly appreciated.
I am trying to insert a custom ad into the loop-single-1.php
i followed instructions here: https://forum.tagdiv.com/how-to-insert-ads-in-custom-areas-of-the-website/
custom ad 8 in the theme options is populated with this ad code:
<div id=”taboola-below-article-thumbnails”></div>
<script type=”text/javascript”>
window._taboola = window._taboola || [];
_taboola.push({
mode: ‘thumbnails-j’,
container: ‘taboola-below-article-thumbnails’,
placement: ‘Below Article Thumbnails’,
target_type: ‘mix’
});
</script>
I created a new page with just the ad block (in this case custom ad 8). Then i saved the page and grabbed the shortcode:
<?php echo do_shortcode(‘[vc_row][vc_column width="1/1"][td_block_ad_box spot_id="custom_ad_8" spot_title="Taboola Under"][/vc_column][/vc_row]‘);?>
I placed the code below related posts into the loop-single-1.php like this:
<footer>
<?php echo $td_mod_single->get_post_pagination();?>
<?php echo $td_mod_single->get_review();?><div class=”td-post-source-tags td-pb-padding-side”>
<?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 echo do_shortcode(‘[vc_row][vc_column width="1/1"][td_block_ad_box spot_id="custom_ad_8" spot_title="Taboola Under"][/vc_column][/vc_row]‘);?>
<?php
} else {
//no posts
echo td_page_generator::no_posts();
}
however the final display is like this: https://www.dropbox.com/s/b5fke5p32qyz2n0/under%20related%20posts.PNG?dl=0
I need it nicely fit like it does when the same ad code is placed in the Article Bottom Ad < which i dont use because I need placed below related articles instead of above. exactly like here: https://www.dropbox.com/s/tifoolvtsyoayk4/article%20bottom%20ad.PNG?dl=0
Any assistance would be greatly appreciated.
Thank you
Hi,
Try to use this custom css for mobile screens(this code is applying on default share button – without css customization): http://screencast.com/t/7mrc9umFkkpZ
@media (max-width: 767px){
.td-social-sharing-buttons .td-social-but-text {
display: none;
}
}
And use also for your created css media queries so the above css will apply for mobiles and you customizations it will apply from that screen size.
@media (min-width: 768px){
your code
}
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
okay — so, I pooh-poohed the so called issue with G+ sharing but have now run into this with our CaliforniaNewswire.com site after moving from woo canvas to newsmag 1.6 this past weekend.
Previously and the past number of years if I shared a story on G+ it would grab photo, headline, and first paragraph … now with newsmag it only grabs photo and headline … super annoying.
In trying to see “what up with dat” … the only notable diff I could see “on page” was the “categories” being above headline, whereas on woo, they follow the author byline and date … as in
Story by Name Here on XX day, posted in [cat] [cat] [cat]
I only bring this up as I will be testing MOVING the “categories” *BELOW* the byline for a story and/or turning them off, to see how that impacts the G+ share.
So, those of you who said something up …. I take a step back and no longer call you crazy 😉
Hi,
i have activated the theme’s post sharing buttons but dont know why i am getting some extra similar sharing buttons along with them too ?
the plugins active on my site are:
– Animated gif resize,
– contact form 7,
– disqus comments,
– table press
– tagdiv social counter,
– tagdiv speed booster,
– seo by yoast,
– visual composer,
– w3 total cache,
– revolution slider,
how can i remove the the extra sharing options as show in the picture ?
thank you
Hi,
I’m glad that you solved this issue and thanks for sharing how you solved this. Also we recommend to use only ‘Page Cache’ ( no database cache, no object cache, no javascript minify).
Thanks!
Hi,
Please try this custom css in Theme Panel > Custom Css to remove spaces: http://screencast.com/t/ykRDYlNbQj9 – http://screencast.com/t/rsscO8XrU
.et_monarch .et_social_inline_top {
margin-bottom: 0px;
}
.et_monarch .et_social_inline_bottom {
margin-top: 0px;
}
.single .td-post-content .post {
padding-bottom: 0px;
}
.td-g-rec-id-content_bottom .adsbygoogle {
margin-bottom: 0px;
}
.td-social-like-tweet ul, .td-social-sharing {
margin: 0px;
}
To change the order of the like buttons please make this change: http://screencast.com/t/SnGvC0no
Result: http://screencast.com/t/j22YsTMa083s
Unfortunately the bottom ad is in the content and it cannot be moved so easily, but you can paste the code in a custom ad(don’t use bottom ad anymore), edit you post template that you need and echo your custom ad there after the like buttons: http://screencast.com/t/n4wZ6esrtEsq
<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>
Result: http://screencast.com/t/JceFCM9NT7
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
You can also disable theme’s sharing/like buttons from Theme Panel and try to add plugin shortcode in the post template that you use: http://screencast.com/t/EDAmuGgXWEyj or you can use the plugin’s buttons by default(how they are been added automatically).
Unfortunately we cannot provide any type of custom work at this moment as we work hard on development, updates, fixes and support so the time and resources don’t allow us to provide custom work, but we can provide some guidance. Sorry!
Thanks!
Hi,
I’ve checked your and just the easy social sharing css is now detected as above the content: https://developers.google.com/speed/pagespeed/insights/?url=wefundex.com&tab=desktop
If you have added it to the speed booster plugin to be moved to the footer please make sure that you have added the stylesheet id right, as instructed in the guide/”Remove render blocking css/js – using the TagDiv Speed Boosterplugin (Advanced Users)” section: https://forum.tagdiv.com/how-to-make-the-site-faster/
This is recommended for advanced users only so if you don’t have php knowledge I suggest you get someone to help you with this.
The guide provides all the info you need to do this, you have to use the function provided in the tutorial, you could try to play with the priority, some plugins may load after it and that’s why it doesn’t return all js – http://screencast.com/t/7fhfjttAT8
http://codex.wordpress.org/Function_Reference/add_action
Hope this helps!
Please make new topics about your issues in the future.
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
@Tibjan you need to customize the sharing code to achieve that. At this moment we have only the facebook like and tweet button. Here is the code for the sharing function if you want to edit it: http://screencast.com/t/je9l1He4wfL
Thanks for the message!
Hello there!
There is plenty of useful topics about sharing icons, but I didn’t find any about changing the type of social icons. There is a few variants of sharing buttons and I prefere this Like and Share FB buttons: http://peadig.com/wordpress-plugins/facebook-like-share-button/
It will be great if I can change existing buttons into these buttons mentioned in the link above.
I want to keep Tagdiv sharing system because of its compatibility with theme, but didn’t find any sharing customization options in Theme panel what I consider as a lack of theme options.
Thanks in advance!
Tibjan
Hi,
You can try to add the plugin’s shortcode using do_shortcode function into the post template after the sharing buttons: http://screencast.com/t/IvQBPGprfngj
<?php echo do_shortcode('your shortcode'); ?>
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
Hi,
I installed Facebook Comments Plugin, and it appears between the post and sharing buttons. I want to locate facebook comments below the sharing buttons and above the related article section.
I searched the forum and visited the plugin page, but couldn’t get the answer. I tried several things but failed. Please help.
Thanks.
Hi,
I’m not sure if you refer to this, but you can try this custom css in Theme Panel especially if you use like buttons I think it may help: http://screencast.com/t/rLWy09gB5Sv
@media (max-width: 767px){
.single .td-social-sharing{
margin-bottom: 10px !important;
}
.single .td-social-like-tweet{
margin-bottom: 10px !important;
margin-top: 0px;
}
.td-social-like-tweet ul li{
display: inline-block !important;
}
}
Also please note that these share buttons will be modified in version 5 of Newspaper it will look something like Newsmag share buttons.
Thanks!
Hi,
You can use media queries to hide social sharing on different size of screen: http://screencast.com/t/GPm4EyZEv
@media (max-width: 767px){
.single .td-social-sharing{
display: none !important;
}
}
Thanks!
Hi,
I have checked your site and unfortunately you cannot add sharing buttons above fb plugin because it is added in the post content: http://screencast.com/t/J3SChpiHlD – http://screencast.com/t/TKOF7l7vM
Onlt that you can do is to add plugin shortcode bellow sharing buttons in the code: http://screencast.com/t/MNEUcgPC7Mx
Thanks!
I am trying to add a custom ad under the author box but it is not showing up. I have the following code:
<?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 do_shortcode(‘[vc_row][vc_column width="1/1"][td_ad_box spot_id=”custom_ad_3″][/vc_column][/vc_row]‘);?>
<?php echo $td_mod_single->get_item_scope_meta();?>
But the text “[td_ad_box spot_id=”custom_ad_3″]” is showing up where the ad should be. Am I missing something?
Thanks!
I want to hide the default template socialsharing button on mobile devices… please let me know how can i do it?
Thanks again!
Hi,
I’m not sure when you have this issue. If you use featured image(when you use featured video url it will create featured video automatically) on your articles this should be displayed on sharing.
For example a post with featured video – http://screencast.com/t/5GGVeEpek – http://screencast.com/t/LgmsskLn
Please provide a link where you have this issue, if this is not what you mean.
Thanks!
how can hide to default social sharing button on responsive mode? and how can i reduce the size of content font on mobile screen?
Thankss!