New Front EN › Support Forums › Fuji Theme Support › Fuji: blog post category label & icon & change template in post
Tagged: blog post category label, blog post icon
- This topic has 1 reply, 2 voices, and was last updated 9 years, 6 months ago by
satori.
-
AuthorPosts
-
March 19, 2014 at 12:23 am #2790
theweblady
ParticipantSee pdf document below for screenshot:
https://www.dropbox.com/s/l2hb7802nlkvcvt/Doc1.pdfwebsite: toniyasingh.com
1) How to get rid of category label
2) How to create icons like the pencil on the blog post–on other page headings. Client would like icon symbols before each heading on a page.
3) Also, on pages I changed the template to be “full page” I couldn’t find where to change this on the blog post page…there’s a widget display error because I’m not using the right sidebar.March 19, 2014 at 12:31 pm #2798satori
KeymasterHey Theweblady,
I will go over your questions in the same order:
1). This is not envisaged via the back-end, because usability principles dictate that the user should know which part of the site she is on. However, it can be done by removing lines 11-17 of the theme’s “category.php” template file.
2). Following the same principles (the user should distinguish between a post and a static page), there is no back-end option for adding the pencil icon to the pages; you can achieve that by customizing “page.php” and “page-**.php” template files, based on the code found on lines 10-15 of the “single.php” template.
3). The posts in Fuji do not have full-width templates; you can achieve a full-width post by removing line 56 of the “single.php” template, and adding some custom CSS:
.single-post #content, .single-post .featured-thumbnail { width: 100% !important; } .single-post .featured-thumbnail img { max-width: 100% !important; }
Sincerely,
Andrii / Satori Studio -
AuthorPosts
- You must be logged in to reply to this topic.