No search results were found in Documentation!
Hello, I am using Facebook Comments plugin by defaults and it is displaying the facebook comments immediately after the content. How can I move it to display below the Sharing Buttons on a single post…?
Thank you
Hi,
3) Sorry but the modules cannot be modified. They do not have block settings like blocks do. On categories you can only select the style you want to have but the posts will be only in the latest sorting order. You cannot use visual composer on categories.
4) This is the case with css. It affects all of the elements sharing the same classes so the code has to be made proper by a developer that has the time to think of all the possible implications :). Css is a very complex part of a site. Please remove the custom css I provided as it cannot be re-written at the moment as I added !important tags to it. Remove the code and let meknow about it so i can access your site again and provide the correct version of the code that will not affect the mega-menu.
Thank you!
Hello,
Our theme only has options to remove the author from the site itself, not facebook or twitter. These social networks will grab anything they can from the post. If your post has an author, they will grab it.
If you want to have more control over sharing, you will have to use the SEO Yoast plugin. For more information about Facebook Sharing, please check here -> https://forum.tagdiv.com/facebook-share/
Thank you!
Need to switch of the authors name in fb/twitter sharing.
How can we do that
or where do we change that
Hello nano,
Please keep in mind that all of these buttons has been designed to be used in post content and all of these dimensions were special defined to fit as expected the layout and if you want to change the structure of them you will break all the site. Also, please notice that is not enough to simply change some values with CSS and please notice that task is not a simple one and it needed more custom work until to achieve good results. As my college mentioned in another topic, we cannot provide custom modification at the moment, sorry! Also, if you are unhappy with our sharing button, please notice that you can disable them from the panel and you can try using a plugin with has another design for sharing buttons which use it. We cannot provide any recommendation in this regard because we have not tested any plugins in this case.
Thanks for your understanding!
Hello yonwell,
I have checked your website with a random post and the featured images have shared on facebook, as you can see here -> http://screencast.com/t/dECgTciW Please try to provide the specific URL for your post where the facebook sharing not working.
Thanks.
Hello techpaced,
The color of the category tag can be changed from your Theme panel, like this -> http://screencast.com/t/IzHh4pAQRPn9
If you want to change the color of the social sharing buttons, please notice that you will have to use a bit of CSS code to do that. Try the code below and place it in Theme panel->Custom CSS area.
.td-social-facebook {
background-color: green;
}
.td-social-twitter {
background-color: pink;
}
.td-social-google {
background-color: blue;
}
.td-social-pinterest {
background-color: grey;
}
The result -> http://screencast.com/t/X7ra6KwLS3D
Thanks.
Hello ilu777,
Please keep in mind that in the future update we do not plan change of the sharing button’s design.
Thanks.
can we have floating sharing button in next update ?
That would nice of you if you concern this suggestion
O M G !
Will have to try this out.
What sucks is that on couple of sites, the SQL dbase was corrupted back to December and had to use stupid wordpress xml export file, which doesn’t seem to load back in all the image references to the media folder; so I have 70,000 images on one site, but only about 2,000 in the actual media “panel.” I tried a plugin to “scan a folder and add to media list” .. .but that just crashed and burned even with 1GB allocated to php (!).
So, one hurdle crossed. Good job, and thanks for sharing!
As Ren and Stimpy would say “happy HAPPY joy JOY!” 🙂
Nice job!
Thanks for sharing the solution.
Have a good one!
Hi Team,
I am trying to remove the image and author meta tags (<meta property=”og:image”> and <meta name=”author”>).
I have created a child theme and located the code for the above in includes/wp_booster/td_wp_booster_functions.php. I have copied it using the same structure to my child theme and commented out the section on the above. See below:
/* facebook sharing fix for videos, we add the custom meta data
if (has_post_thumbnail($post->ID)) {
$td_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'full' );
if (!empty($td_image[0])) {
echo '<meta property="og:image" content="' . $td_image[0] . '" />';
}
}
// show author meta tag on sigle pages
$td_post_author = get_the_author_meta('display_name', $post->post_author);
if ($td_post_author) {
echo '<meta name="author" content="'.$td_post_author.'">'."\n";
}*/
However the two meta tags still appear.
Thanks for helping me out on this.
Hi.
As requested, here are two screenshots from the tech pages of a newspaper website
DailyMail.co.uk with side boxout
DailyMail.co.uk with large boxout
As you can see in these examples the boxes each have their own headline. They can be coloured. And they can be positioned on the side of the page or a full width box and include images within.
In tech, and in all other articles they are great for sharing extra supplementary information. They also make the page easier to read and attractive.
Is there is an easy way to do this with the theme, or is it a feature that could be developed? It would be amazing as it is a core design feature of magazines, and by extension, magazine & newspaper websites.
Thank you! 🙂
Hi,
It does affect the bottom sharing as well but the effect is not that visible as the padding is different for the bottom sharing. If you want to increase the size of the bottom sharing buttons, you can use this code:
.td-post-sharing-bottom .td-social-sharing-buttons{
height: 40px;
}
.td-post-sharing-bottom .td-social-facebook, .td-post-sharing-bottom .td-social-twitter{
padding: 10px 13px 8px 13px;
}
.td-post-sharing-bottom .td-social-google, .td-post-sharing-bottom .td-social-pinterest{
padding: 10px 10px 8px 9px;
}
If you change the font size you will need to adjust these values for it to position properly though.
Thank you!
It worked after adding !important at the end of the code. like this:
.td-post-sharing a{
font-size:14px !important;
}
But it didn’t change the share button at the end of the post. How can I do that too? Thank you.
Hello,
The theme has no settings to increase the size of these buttons or the font but it can be done through css.
Try this code:
.td-post-sharing a{
font-size:14px;
}
(the buttons get bigger with a bigger font)
Thank you!
YOu may also find this Facebook information page helpful:
https://developers.facebook.com/docs/sharing/best-practices
OG = “open graph” … Facebook need these “tags” to work properly in pulling in your post info. Most of us use the Yoast SEO plugin, which sets those for you, as Arved007 kindly noted.
It’s a learning process; but take it slow, and read up on WHAT is actually going on when you share stuff to Facebook. There is some technical jiggery-pokery going on behind the scenes for it to work properly that has nothing to do with any specific WordPress theme or setting.
Hello Yuda,
Unfortunately, please notice that all the sharing buttons from our theme are standard and these cannot be changed very easy, sorry! If you want to do that, please notice that you will have to do it yourself, using a bit of hard coding in order to achieve as you wish or also, you can try to use some plugins with this functionality and see how this will work for you. Please notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for your understanding!
@Chris S, @Andre L I understand your points of views. But I believe that if we use less plugins and let the theme do the thing, it would be better. Jetpack is a great plugin, but it’s very fat. I’m not using it anymore. Anyway, I just say that the tagDiv Team take this as a suggestion, and add some kind of feature to add new social buttons to the sharing sections in future versions of Newsmag and Newspaper (I have both), at least in an easy way. I found 15 post from users requesting something similar. It’s just a suggestion.
Cheers,
-
This reply was modified 9 years by
pacoesni.
Hi
Thanks @Chris for your answer.
@pacoesni the tutorial for linkedin button was just a basic example about how can be added new buttons in theme’s options. As @Chris mentioned in its reply we can’t make a tutorial for any share button available as it’s not theme related. Instead you can se a plugin like Jetpack which have many buttons included and you don’t need any codeing to implement them on your posts: https://jetpack.com/support/sharing/
Thanks!
Hi
Glad you have managed to solve this.
Thanks for letting us know and for sharing your solution here.
Hi guys, I’ve digging in to the forums and I couldn’t find an easy way to add this two functions. I know they’re too old but, some people still using it. I found a way to add LinkedIn in your guide: https://forum.tagdiv.com/add-a-new-linkedin-button/
I followed and it was very easy. I could be great if you give us a guide Print and Mail. Please, Please…I know you already received a lot of request about these topics.
Cheers,
Hello !
I have a problem with sharing my articles on facebook. The latest articles when I share them on Facebook does not display the title, description and image.
for example : http://sante.orthodz.com/2016/08/27/lune-blanche-lautre-noire-et-pourtant-elles-sont-jumelles-explication/
web site : http://sante.orthodz.com
Thank you
Thanks; totally what i wanted.
When I am doing everything in grey already; can you help with making the Post Settings -> Sharing buttons getting a grey background as well? I use only “Bottom Article Sharing” for now, but it is OK to give all sharing buttons grey background.
Thanks.
Hello,
I assume you are referring to the post article top and bottom sharing options. The code for these elements can be found here if you want to change it to https: http://screencast.com/t/LlGv3My2yZ
Thank you!