New Front PT › Support Forums › Ikebana Theme Support › metadata
- Este tópico contém 11 respostas, 2 vozes e foi atualizado pela última vez 11 anos, 6 meses atrás por
satori.
-
AutorPosts
-
dezembro 16, 2013 às 2:40 am #2114
LeanneK
ParticipanteHelp! How can I do the following:
1.Remove the data i.e Author, date etc, on the posts.
2.Remove the post titlesLove your theme and thanks in advance.
dezembro 16, 2013 às 11:21 am #2118satori
MestreHey Leanne,
first of all, thank you for the purchase!
I will answer the questions in the same order:
1). In order to remove meta data from blog posts, please go to the “Style: Add Custom CSS” tab of the Theme Options panel and paste this CSS code there:
.post-meta { display: none; }
and press “Save All Changes”.
2). To remove posts titles from single blog posts, please use this code in the same manner as above (i.e. add it alongside the previous CSS to the same Theme Options tab):
.type-post .post-header { display: none; }
3). Regarding your question about the gallery images you sent recently via the contact form on the demo website (I suppose it was you :) – could you please clarify which gallery you have in mind, and provide a URL of the page in question. Moreover, please describe how exactly you’d like the images to be different – I will then be able to tell if it is possible in the framework of the theme.
Sincerely,
Andrii / Satori Studiodezembro 16, 2013 às 8:21 pm #2126LeanneK
ParticipanteFabulous, and done!
The category titles are still showing on the post pages, what code do I use to remove them from view. I have ticked ‘Hide “category” prefix on category pages and ‘Hide page titles’, but the category still shows.
Regards
Ldezembro 17, 2013 às 9:55 am #2133satori
MestreHey Leanne,
could you please give me a URL to illustrate your most recent question?
Thanks!Best,
Andrii / Satori Studiodezembro 17, 2013 às 7:12 pm #2149LeanneK
ParticipanteHere you go: http://leannekitchen.com.au/category/photography/
Also Andrii, I uploaded a favicon image and a background image, I couldn’t get it either to work, even though it seemed to load properly. Could this be a size issue?
L
dezembro 18, 2013 às 12:40 pm #2161satori
MestreHey Leanne,
1). The URL you’ve provided contains a category header, which was indeed not affected by the code I gave earlier (as followed from my comments to the code). In case you’d like that gone too, please use this code as well:
#blog-header { display: none; }
2). The website has no logo at the moment, there is probably an issue with the uploaded images. Could you please re-upload, making sure the following: in case the „File URL” field in the upload pop-up displays an attachment URL (ending with „?attachment_id=xx” press the „File URL” button below the url field so that the link is a direct url of the image file (ends with the filename of the uploaded file). Please also remember to hit the “Save All Changes” button in the theme options panel to save the configuration. In case this does not help, I will need to ask you for the admin login and password to check the back-end myself. You can send the information to support@satoristudio.net.
Sincerely,
Andrii / Satori Studiodezembro 18, 2013 às 8:27 pm #2173LeanneK
ParticipanteAll working well Andrii. Ok just two more questions.
1. I have chosen full width for the posts as I don’t the sidebar area showing, but the post doesn;t show full width it shows an empty sidebar area.
2. What is the code to reduce the top margin on posts
Regards
Ldezembro 19, 2013 às 9:41 am #2180satori
MestreHey Leanne,
regarding your questions:
1). Could you please provide the URL of that post? I need to see the code to troubleshoot the issue.
2). Please use this CSS (inserting it into the “Style: Add Custom CSS” tab of the Theme Options panel):
.type-post { margin-top: 60px !important; }
replacing the “60” with any other number you need.
Sincerely,
Andrii / Satori Studiodezembro 19, 2013 às 7:55 pm #2186LeanneK
ParticipanteHere you go: http://leannekitchen.com.au/category/photography/
Regards
Ldezembro 20, 2013 às 1:32 pm #2191satori
MestreHey Leanne,
this is not a single post, rather a category page. All archive templates in Ikebana, including category pages, have sidebars. In order to remove the sidebar from this particular page, you’ll need the following CSS code:
.category-photography #content { width: 100% !important; } .category-photography #sidebar { display: none; }
Sincerely,
Andrii / Satori Studio -
AutorPosts
- Você deve fazer login para responder a este tópico.