Newsmag version 4.3

Posted in: Newsmag
Post count: 10

Hello. Updated theme Newsmag to the latest version, good update, thank you for your work. But I have questions:
1. I see that the share buttons on post take a very long time to load, sometimes they are not displayed. This may be due to the blocking of Google Font in Russia? How can this be avoided?
In another version I made new buttons to share directly to the file td_module_single.php, now need to make changes to the file td_social_sharing.php. How to do this? To reduce the load I think to use the share buttons from Yandex https://tech.yandex.ru/share/.
2. I like block 14 (td_module_mx1.php), but I want to have 2 large pictures to show (resolution 509×300 as in the top level of the block .td_block_big_grid_4 .td-big-grid-post-0). How can I do that? I created my own Grid Builder, but this plugin doesn’t work well with categories and comments.

Post count: 10

I looked closely at the Big grid 2 block, I can make changes to the files and reduce its height, but how can I add a load more button?

Post count: 23312

Hello Surfaceru,

Unfortunately, does not exist another version for sharing buttons than the one present in the theme. This functionality has been fully checked and it seems to work as properly. If you want to implement other sharing buttons you should implement it yourself through the code because we cannot provide custom work at the moment, sorry!
Unfortunately, please notice that we do not recommend to edit the predefined style of the blocks because you can easily break them, sorry! If you want to do this, you should do it yourself or please consider hiring a freelancer/developer to help you.
Another alternative for you would be to use the Big Grid 4 and hide the below thumbnails, like this -> https://www.screencast.com/t/FrkqpryFDf1s
Use the code below and place it in Theme panel -> Custom CSS area.

.td_block_big_grid_4 .td_module_mx10{
display:none;
}

Sorry but the Big Grid 2 does not have any such a load more button. I do not know what kind of changes do you have made on this but please notice that we cannot provide custom work at the moment, unfortunately!

Thanks.

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