-
AuthorPosts
-
October 1, 2019 at 7:59 pm #1143909
Hello
When sorting with the category widget my results show –
date / comments / author
in that order, which is great, and just what I want.
If I use the search widget instead it shows –
date / comments /
There is a right separator but no author meta. I’d like to have the author show up there as well, please.October 1, 2019 at 8:01 pm #1143910Sorry, I forgot to add a link to show you the search results (in private).
October 4, 2019 at 7:31 pm #1145049Hi webWahine,
You will need to create a search.php file inside your Child Theme and move the search template.
Then you can run any modifications you want.If you need further assistance please let us know.
Best regards,
VictoriaOctober 4, 2019 at 9:29 pm #1145121Hello, Victoria
That makes sense but what code do I need, please? Also, I’ve tried to turn off and on meta in the blog admin area and it’s not effecting a change. Any ideas about that? :)
October 5, 2019 at 8:59 pm #1145355Hi webWahine,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
VictoriaOctober 5, 2019 at 11:04 pm #1145400Ok, I understand, but could you please let me know what you think about turning off meta elements in the blog admin area is not effecting a change?
October 6, 2019 at 8:38 pm #1145506Hi webWahine,
I am not sure what do you mean by that. Can you please state your question in other words, explain a bit more?
Best regards,
VictoriaOctober 6, 2019 at 8:57 pm #1145521In my enfold theme options / blog layout / blog meta elements – if I unchecked ‘blog post author’ as an example, save changes, the author meta was still showing. I just tried again and now it’s working for a regular single post, however, if I do a category search and select eg ‘oceania’, the author meta is still showing –
https://dev.latitude65.ca/category/destinations/oceania/
June 23, 2019 | 9 Comments | by Spice
One more quick question, please – what css would I use use to hide the last separator, eg –
August 11, 2019 | 39 Comments |
thanks again :)
October 6, 2019 at 9:13 pm #1145533Hi webWahine,
The setting in the Theme options does not affect the category page or the widget.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top.archive.category .post-meta-infos .text-sep.text-sep-comment, #top.archive.category .post-meta-infos .blog-author.minor-meta { display: none; }
If you need further assistance please let us know.
Best regards,
VictoriaOctober 6, 2019 at 9:44 pm #1145550Almost there!!! The last | separator for the search results is still showing. Please let me know what css that needs :)
October 7, 2019 at 6:56 am #1145642Hi webWahine,
Try adding this css code as well:
#top .post-meta-infos > .text-sep:nth-last-child(2) { display: none; }
Best regards,
NikkoOctober 7, 2019 at 7:34 pm #1145886Perfect! Thank you, Nikko – all good here :)
October 8, 2019 at 12:10 am #1145962Hi webWahine,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Show author meta in search results’ is closed to new replies.