translation – child theme back up – removing module text – social icons

Posted in: Newspaper
Post count: 66

Hi tagDiv,

I’ve purchased your theme. It is great.

I have few questions:

1) How can I translate my posts like this – image1 only for posts. not for menu, sidebar etc. do you recommend a plugin?

2) Is there any way to back up sidebars, menus etc. After all customization I will back up child theme somewhere. Then for example If I delete sidebars mistakenly, I can use the back up. Is child theme back up enough for whole customization steps that I’ve done before?

3) I dont want to show module2 text. Title is enough.
and how can I change the space shown on the picture?
image2

4)I have a problem with module7. It does not show the images. I picked a featured image for all posts but no result.
image3

5) Socia Icons.
a) Is it possible to change icon size as 48px? 32 is small. 64 is too big.
b) How can I make them align left? not center as default.
c)Feedly is not on the icon list. Is there any way to add it?

Good luck with your sales.

Best Regards

Ali

  • This topic was modified 11 years by doran.
  • This topic was modified 11 years by doran.
  • This topic was modified 11 years by doran.
  • This topic was modified 11 years by doran.
  • This topic was modified 11 years by doran.
Post count: 388

Will just swing by for the ones I can answer quickly:

(2) If I understand you right: A child theme doesn’t store menu info (as in Appearance -> Menus); that’s in the MySQL database. I expect custom sidebars are the same but I’m not sure. I would probably just use a backup plugin if you have trouble finding your way around your database. If someone else has an easy way to backup just those settings, please share. :p

(3) A quick fix is to add this custom CSS in the theme panel:

.td_mod2 .meta-info {
  display: none;
}

.td_mod2 {
  margin-bottom: 10px;
}

Change the 10px to whatever spacing you want — default is around 40px.

(4) If they have featured images, best thing to do is clear your cache if you’re using one and follow these directions: https://forum.tagdiv.com/how-to-fix-strange-thumbnails/

(5) Align left with this custom CSS:

.td-social-wrap {
  float: left;
}

For the other edits, you’d have to extensively edit td_social.php and td_social_icons.php, if those files can even be replaced in a child theme. You might want to just look at a plugin instead.

Post count: 66

Thank you for your answer,

Module7 problem is not fixed. I used Regenerate Thumbnails plugin but it didnt work. By the way I didnt have existing content. I installed theme first then created posts.

and

How can I change the size of social icons as 48px?

I need help

  • This reply was modified 11 years by doran.
  • This reply was modified 11 years by doran.
Post count: 66

The solutions were already on forum. I searched. Thank you. Have a nice day

Post count: 6600

Hi,

Sorry for the delay. Have you managed to find an answer for all your questions? Please let me know if you have any other theme related issues.

Thanks for the message

Post count: 66

Everything is fine. Thank you.

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