Share buttons

Posted in: Newspaper
Post count: 66

Hey,

On responsive the text with the share buttons disappear. I don’t want it to disappear. What can I do?

Thank you.

Post count: 66

Just one more thing, if you check for example this page, on the related posts on mobile, the title is more width than the screen and it’s cut.

Post count: 23312

Hello bemibel,

If you want to manage the title length for your Related Posts for each post, yo should check your Theme panel and change the title length from here -> https://www.screencast.com/t/KHxq0dbXWeSz
If you want to display on mobile mode the sharing buttons, you should use a bit of CSS code to do that. Try the code below and place it in Theme panel->Cusom CSS area.

The code is ->

@media (max-width: 767px){
.td-with-like .td-social-but-text, .td-with-like .td-post-share-title{
display:block!important;
}
}

Thanks.

Post count: 66

Okey I did it and now the share button text is shown, but it looks bad.

Check the image:

View post on imgur.com

I want to modify the line height on the share text and the share buttons, because they are cut.

Which code should I add?

Thank you.

Post count: 66

About the title lenght, you did not understand me. It’s not that, it’s just the screen cuts the text on the right border. On this image you can see what’s happening:

View post on imgur.com

There you can see on the right border the text is cut.

One last thing, about the post author on the header of a post, the post author doesn’t appear in the middle, and I would like it to appear in the middle. Check this image:

View post on imgur.com

Thank you for helping.

Post count: 22421

Hello,

Sorry but the css problems you are facing is beacause of your modifications. The bottom sharing should show up like so: https://www.screencast.com/t/O0bQJh5JVdk
The social icons were nefver meant to show the text as yours do. It has been tempered with and that is why the layout broke.
Please be mindful that css is very sensitive and each change will affect multiple locations and cases.
You already changed a good bunch of the theme css so before opening a topic with css issues like the cuting on the titles, please try to remove your customization and test again. The theme in it’s default state does not cut titles.

For the author name on the post, please use this css code to center it.
.single_template_7 .td-module-meta-info{
margin-left: auto;
margin-right: auto;
display:table;
}

Thank you!

Post count: 66

I deleted all the custom CSS, and the problems persist. Now on responsive sharing buttons are not showing even they are activated, and the related posts are still cut on the right margin of the screen on mobile.

Thank you.

Post count: 22421

Please contact us on our email address at contact@tagdiv.com and provide a link to your site and wp-admin (login information and admin rights) so we can login and investigate. Please also include a link to this conversation.

Thank you!
Bogdan B

Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.