-
Author
-
June 18, 2017 at 07:15 #164524cd690767Participant
Hi,
I’m trying to set up my posts page and I can’t get it completely as I’d like:
1- The excerpt (from the excerpt box in post edit screen) is only displaying in the “standard” format- how can I display it in the “grid masonry” and “small left thumbnail” format?
2- I’d like to move the display of the category to above the title-particularly for “grid masonry” and “small left thumbnail”- can this be done?
Thanks for the help,
Cathy
June 19, 2017 at 16:30 #164623LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
June 21, 2017 at 19:53 #164879RaduModeratorHi,
I don’t understand exactly what you want to achieve, can you please provide screenshots that point places where you need the excerpt? and also for the second point show me a screenshot
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 26, 2017 at 21:55 #165287RaduModeratorHi,
Add the attached files to : /Applications/XAMPP/htdocs/kleo/wp-content/themes/kleo-child/page-parts
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.June 26, 2017 at 21:58 #165290RaduModeratorNOTE : Child theme needs to be installed and activated.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 28, 2017 at 18:48 #165538RaduModeratorHi,
Just open the files from /wp-content/themes/kleo-child/page-parts and look for this line
COPY CODE<small class="meta-category"><?php echo get_the_category_list(',');?></small>
and add a space there after the ,
Example
COPY CODE<small class="meta-category"><?php echo get_the_category_list(', ');?></small>
Then you should de-activate the category info from wp-admin -> theme options -> blog (see screenshot)
Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 29, 2017 at 01:25 #165605cd690767ParticipantHi Radu,
Thanks so much for the help- categories look great now! About the excerpt- can it be displayed or is that not possible with the masonry and left thumbnail formats?
Thanks
CathyJuly 3, 2017 at 17:33 #166012RaduModeratorHi,
They should be displayed by default, can you please provide admin credentials in a private reply to check ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 12, 2017 at 16:58 #167168RaduModeratorHi,
In quick CSS of the theme, it’s this CSS rule that prevents excerpts to be shown.
COPY CODE.post-item .post-info { display: none; }
So you can delete it can have the excerpt in the category.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 13, 2017 at 07:00 #167251cd690767ParticipantHi Radu,
Thanks so much for figuring this out! Sorry to bother you since this was some of my CSS causing the problem.
Cathy
July 14, 2017 at 17:07 #167424RaduModeratorHi,
Have a nice day !!
You’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.