Community Forums › Forums › Archived Forums › General Discussion › Text formatting and translations in Academy Pro theme
- This topic has 5 replies, 2 voices, and was last updated 7 years, 7 months ago by
Victor Font.
-
AuthorPosts
-
December 8, 2018 at 6:04 am #224907
TimoKiander
ParticipantHow can I do these small edits to text:
1) Add line breaks in the paragraph above the green button "Katso miten voin auttaa" (on the home page)?
2) In the blog section of the site (https://www.luovaolo.fi/blogi/), how can I translate the Continue Reading, Filed Under, by, and Filed Under texts to another language?
3) Center the images on the blog page (https://www.luovaolo.fi/blogi/). Now they are left-aligned.Cheers,
https://www.luovaolo.fi
TimoDecember 8, 2018 at 8:10 am #224908Victor Font
Moderator1. Insert the HTML break <br> character between the words where you want the line break
2. You would either have to (a) create a translation file based on academy-pro.pot in the languages directory, or (b) use a translation plugin like WPML, OR (c) use the genesis_post_categories_shortcode and genesis_post_tags_shortcode filters to change the output before it's displayed.
3. Create a class for .blog .entry-header and center the text:
.blog .entry-header { text-align: center; }
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?December 9, 2018 at 1:56 am #224914TimoKiander
ParticipantHi Victor!
Thank you for your answers. Here are some additional comments I had:
1. Tried adding the <br> tag, but it didn't do anything.
2. Thanks, I'll try these.
3. I'm guessing that the best way to proceed with this solution is by doing a child theme? Also, is it possible to do the centering inside the blog posts as well?Finally, are there any decent plugins for creating child themes (without having to play with FTP and such things).
Cheers,
TimoDecember 9, 2018 at 2:16 am #224915TimoKiander
ParticipantHi Victor!
Actually, I noticed that I can add my own CSS without having to create a child them, by adding the code to Additional CSS tab, under theme customization settings.
Cheers,
TimoDecember 9, 2018 at 10:21 am #224920Victor Font
ModeratorAre you using the Genesis Framework without a child theme? If so, you're only asking for trouble. The framework is designed to work as a parent theme only. Most will download the free Genesis Sample as a starter child theme. Child themes are not updated automatically whereas the framework is. Updates will wipe out any customizations you make.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet?December 9, 2018 at 10:23 am #224921Victor Font
ModeratorActually, I just looked again and you are using Academy Pro, which is a child theme. You cannot have a child theme of a child theme. WordPress does not allow grandchild themes.
Regards,
Victor
https://victorfont.com/
Call us toll free: 844-VIC-FONT (842-3668)
Have you requested your free website audit yet? -
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.